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-24T00:11:33.403Z||main|||||INFO|500||The following profiles are active: basic
2023-03-24T00:11:44.015Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-24T00:11:44.015Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-24T00:11:44.134Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-24T00:11:46.661Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-24T00:11:46.969Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-24T00:11:47.482Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-24T00:11:47.815Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-24T00:11:48.632Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-24T00:11:51.768Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-24T00:11:52.544Z||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-24T00:11:54.769Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-24T00:11:54.887Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-24T00:11:54.923Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-24T00:11:54.933Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-24T00:11:55.443Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-24T00:11:55.837Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-24T00:11:56.825Z||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-24T00:11:58.190Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-03-24T00:11:58.191Z||main|||||ERROR|500||(conn=869) Table 'catalogdb.activity_spec' doesn't exist
2023-03-24T00:11:58.207Z||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-24T00:12:00.742Z||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-24T00:12:02.976Z||main|||||WARN|500||---
2023-03-24T00:12:02.976Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-24T00:12:02.976Z||main|||||WARN|500||---
2023-03-24T00:12:03.337Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-24T00:12:08.489Z||main|||||INFO|500||Started Application in 41.177 seconds (JVM running for 44.511)
2023-03-24T00:12:08.534Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-24T00:12:08.540Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-24T00:12:08.548Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-24T00:12:08.627Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 651777d8-e48a-4ea7-af36-2b88cabba836 url= /sdc/v1/artifactTypes
2023-03-24T00:12:08.632Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-24T00:12:08.770Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-24T00:12:08.772Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4d8f9f3a
2023-03-24T00:12:08.773Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-24T00:12:08.805Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-24T00:12:08.832Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-24T00:12:08.839Z||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$$ae594995.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-24T00:12:58.480Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-24T00:12:58.481Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-24T00:12:58.481Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-24T00:12:58.487Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= f1e8a114-743e-4ae7-b043-9aa1b76aef4b url= /sdc/v1/artifactTypes
2023-03-24T00:12:58.487Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-24T00:12:58.633Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-24T00:12:58.649Z||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-24T00:12:58.649Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-24T00:12:58.649Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= eb93b9e0-f17f-4dfd-8b6d-f9f5f7dbda78 url= /sdc/v1/distributionKafkaData
2023-03-24T00:12:58.649Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-24T00:12:58.683Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-24T00:12:58.689Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@9c18718
2023-03-24T00:12:58.747Z||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-c617c7d2-d87f-450b-b445-06365d3bd39e
	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-24T00:12:58.800Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e] Instantiated an idempotent producer.
2023-03-24T00:12:58.899Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-24T00:12:58.964Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-24T00:12:58.965Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-24T00:12:58.965Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679616778961
2023-03-24T00:12:58.969Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-24T00:12:58.987Z||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-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67
	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-24T00:12:59.143Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-24T00:12:59.144Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-24T00:12:59.144Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679616779143
2023-03-24T00:12:59.146Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:12:59.150Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:12:59.150Z||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-9f7beef8-804d-48e0-a290-401821f1272f
	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-24T00:12:59.160Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-24T00:12:59.161Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-24T00:12:59.161Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679616779160
2023-03-24T00:12:59.162Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:12:59.165Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:12:59.170Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-24T00:13:00.179Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T00:13:00.179Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 y0QaLBtCSD61RKeg8pr5OQ
2023-03-24T00:13:00.180Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T00:13:00.180Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 y0QaLBtCSD61RKeg8pr5OQ
2023-03-24T00:13:00.180Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T00:13:00.180Z||kafka-producer-network-thread | SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e] Cluster ID: 9MsVh_OUSJ6saIrQGOQhBw
2023-03-24T00:13:00.180Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T00:13:00.180Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 y0QaLBtCSD61RKeg8pr5OQ
2023-03-24T00:13:00.181Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T00:13:00.181Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T00:13:00.181Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 y0QaLBtCSD61RKeg8pr5OQ
2023-03-24T00:13:00.181Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 y0QaLBtCSD61RKeg8pr5OQ
2023-03-24T00:13:00.181Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 y0QaLBtCSD61RKeg8pr5OQ
2023-03-24T00:13:00.182Z||kafka-producer-network-thread | SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e] ProducerId set to 1006 with epoch 0
2023-03-24T00:13:00.182Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Cluster ID: 9MsVh_OUSJ6saIrQGOQhBw
2023-03-24T00:13:00.182Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Cluster ID: 9MsVh_OUSJ6saIrQGOQhBw
2023-03-24T00:13:00.226Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-03-24T00:13:00.226Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-03-24T00:13:00.253Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T00:13:00.253Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T00:13:00.326Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b
2023-03-24T00:13:00.327Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T00:13:00.327Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T00:13:00.331Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-00769a3d-855a-436c-b78b-05c96d93f9ae
2023-03-24T00:13:00.331Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T00:13:00.332Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T00:13:06.337Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-00769a3d-855a-436c-b78b-05c96d93f9ae', protocol='range'}
2023-03-24T00:13:06.337Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T00:13:06.403Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T00:13:06.404Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T00:13:06.404Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T00:13:06.404Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T00:13:06.404Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T00:13:06.404Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T00:13:06.409Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-00769a3d-855a-436c-b78b-05c96d93f9ae=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-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T00:13:06.431Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-00769a3d-855a-436c-b78b-05c96d93f9ae', protocol='range'}
2023-03-24T00:13:06.432Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T00:13:06.436Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T00:13:06.443Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T00:13:06.446Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T00:13:06.446Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T00:13:06.452Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-24T00:13:06.453Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-24T00:13:06.454Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-24T00:13:06.454Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-24T00:13:06.455Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-24T00:13:06.455Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-24T00:13:06.455Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-24T00:13:06.453Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-24T00:13:06.459Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-24T00:13:06.459Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-24T00:13:06.460Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-24T00:13:06.460Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-24T00:13:06.499Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-24T00:13:06.502Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-24T00:13:06.582Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-24T00:13:06.582Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-24T00:13:06.586Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-24T00:13:06.586Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-24T00:13:06.594Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-24T00:13:06.604Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-24T00:13:06.688Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-24T00:13:06.688Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-24T00:13:06.688Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-24T00:13:06.698Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-24T00:13:59.159Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:13:59.166Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:14:59.161Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:14:59.167Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:15:59.163Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:15:59.168Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:16:59.164Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:16:59.168Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:17:59.165Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:17:59.170Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:18:59.167Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:18:59.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:19:59.168Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:19:59.174Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:20:59.169Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:20:59.174Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:21:59.170Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:21:59.176Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:21:59.864Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-24T00:22:00.190Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Node -1 disconnected.
2023-03-24T00:22:00.190Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Node -1 disconnected.
2023-03-24T00:22:00.445Z||kafka-producer-network-thread | SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e] Node -1 disconnected.
2023-03-24T00:22:59.170Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:22:59.176Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:23:59.173Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:23:59.177Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:24:59.174Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:24:59.178Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:25:59.175Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:25:59.180Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:26:59.176Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:26:59.181Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:27:59.178Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:27:59.182Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:28:59.178Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:28:59.182Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:29:59.180Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:29:59.184Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:30:59.181Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:30:59.185Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:31:59.182Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:31:59.187Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:32:59.183Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:32:59.225Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:33:59.185Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:33:59.226Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:34:59.187Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:34:59.227Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:35:59.189Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:35:59.229Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:36:59.190Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:36:59.229Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:37:59.191Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:37:59.231Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:38:59.192Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:38:59.232Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:39:59.194Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:39:59.233Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:40:59.195Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:40:59.234Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:41:59.196Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:41:59.235Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:42:59.198Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:42:59.236Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:43:59.199Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:43:59.237Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:44:59.201Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:44:59.237Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:45:59.201Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:45:59.238Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:46:59.203Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:46:59.239Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:47:59.204Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:47:59.240Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:48:59.204Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:48:59.241Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:49:59.205Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:49:59.242Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:50:59.205Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:50:59.242Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:51:59.207Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:51:59.243Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:52:59.207Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:52:59.243Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:53:59.208Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:53:59.245Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:54:59.210Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:54:59.246Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:55:59.211Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:55:59.247Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:56:59.212Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:56:59.248Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:57:59.214Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:57:59.249Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:58:59.214Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:58:59.251Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T00:59:59.216Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T00:59:59.252Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:00:59.216Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:00:59.252Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:01:59.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:01:59.253Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:02:59.219Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:02:59.254Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:03:59.220Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:03:59.255Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:04:59.221Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:04:59.257Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:05:59.222Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:05:59.258Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:06:59.222Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:06:59.259Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:07:59.223Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:07:59.260Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:08:59.225Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:08:59.262Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:09:59.226Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:09:59.263Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:10:59.226Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:10:59.264Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:11:59.228Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:11:59.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:12:59.229Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:12:59.268Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:13:59.229Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:13:59.268Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:14:59.230Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:14:59.268Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:15:59.231Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:15:59.269Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:16:59.232Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:16:59.269Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:17:59.233Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:17:59.271Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:18:59.233Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:18:59.271Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:19:59.235Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:19:59.273Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:20:59.235Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:20:59.274Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:21:59.236Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:21:59.274Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:22:59.238Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:22:59.276Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:23:59.240Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:23:59.277Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:24:59.240Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:24:59.278Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:25:59.242Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:25:59.280Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:26:59.243Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:26:59.281Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:27:59.245Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:27:59.282Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:28:59.246Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:28:59.282Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:29:59.246Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:29:59.284Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:30:59.247Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:30:59.285Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:31:59.248Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:31:59.286Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:32:59.250Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:32:59.287Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:33:59.251Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:33:59.288Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:34:59.252Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:34:59.288Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:35:59.252Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:35:59.289Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:36:59.253Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:36:59.291Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:37:59.254Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:37:59.291Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:38:59.255Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:38:59.292Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:39:59.257Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:39:59.293Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:40:59.257Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:40:59.293Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:41:59.258Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:41:59.295Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:42:59.260Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:42:59.295Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:43:59.260Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:43:59.296Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:44:59.262Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:44:59.297Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:45:59.262Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:45:59.299Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:46:59.264Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:46:59.300Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:47:59.265Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:47:59.300Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:48:59.266Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:48:59.302Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:49:59.268Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:49:59.303Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:50:59.269Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:50:59.305Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:51:59.270Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:51:59.306Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:52:59.271Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:52:59.307Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:53:59.271Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:53:59.308Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:54:59.272Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:54:59.310Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:55:59.273Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:55:59.310Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:56:59.274Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:56:59.311Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:57:59.276Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:57:59.312Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:58:59.277Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:58:59.313Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T01:59:59.278Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T01:59:59.314Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:00:59.278Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:00:59.314Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:01:59.278Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:01:59.314Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:02:59.279Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:02:59.315Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:03:59.280Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:03:59.317Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:04:59.281Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:04:59.318Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:05:59.282Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:05:59.320Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:06:59.283Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:06:59.320Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:07:59.284Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:07:59.322Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:08:59.286Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:08:59.322Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:09:59.287Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:09:59.326Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:10:59.289Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:10:59.326Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:11:59.289Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:11:59.326Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:12:59.291Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:12:59.328Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:13:59.292Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:13:59.329Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:14:59.293Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:14:59.329Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:15:59.294Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:15:59.330Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:16:59.294Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:16:59.332Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:17:59.295Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:17:59.333Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:18:59.296Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:18:59.334Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:19:59.298Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:19:59.336Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:20:59.300Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:20:59.337Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:21:59.301Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:21:59.337Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:22:59.301Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:22:59.338Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:23:59.303Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:23:59.338Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:24:59.303Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:24:59.340Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:25:59.305Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:25:59.341Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:26:59.306Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:26:59.343Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:27:59.307Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:27:59.345Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:28:59.308Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:28:59.346Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:29:59.309Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:29:59.346Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:30:59.311Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:30:59.348Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:31:59.312Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:31:59.348Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:32:59.312Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:32:59.350Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:33:59.314Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:33:59.350Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:34:59.314Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:34:59.352Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:35:59.315Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:35:59.353Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:36:59.317Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:36:59.354Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:37:59.318Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:37:59.354Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:38:59.319Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:38:59.355Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:39:59.320Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:39:59.356Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:40:59.321Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:40:59.356Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:41:59.322Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:41:59.358Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:42:59.324Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:42:59.359Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:43:59.326Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:43:59.360Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:44:59.327Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:44:59.360Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:45:59.328Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:45:59.362Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:46:59.329Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:46:59.363Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:47:59.330Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:47:59.365Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:48:59.332Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:48:59.366Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:49:59.332Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:49:59.366Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:50:59.334Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:50:59.368Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:51:59.336Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:51:59.369Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:52:59.337Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:52:59.370Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:53:59.337Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:53:59.370Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:54:59.337Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:54:59.371Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:55:59.339Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:55:59.373Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:56:59.339Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:56:59.374Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:57:59.340Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:57:59.374Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:58:59.340Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:58:59.375Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T02:59:59.342Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T02:59:59.375Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:00:59.342Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:00:59.377Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:01:59.344Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:01:59.378Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:02:59.344Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:02:59.378Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:03:59.346Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:03:59.379Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:04:59.346Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:04:59.379Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:05:59.347Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:05:59.379Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:06:59.348Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:06:59.380Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:07:59.349Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:07:59.380Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:08:59.349Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:08:59.381Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:09:59.350Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:09:59.381Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:10:59.351Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:10:59.382Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:11:59.353Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:11:59.384Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:12:59.353Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:12:59.385Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:13:59.355Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:13:59.387Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:14:59.355Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:14:59.388Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:15:59.356Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:15:59.389Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:16:59.357Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:16:59.390Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:17:59.359Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:17:59.390Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:18:59.361Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:18:59.392Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:19:59.363Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:19:59.392Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:20:59.363Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:20:59.393Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:21:59.364Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:21:59.394Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:22:59.364Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:22:59.395Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:23:59.366Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:23:59.397Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:24:59.366Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:24:59.398Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:25:59.367Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:25:59.399Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:26:59.368Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:26:59.399Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:27:59.369Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:27:59.401Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:28:59.370Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:28:59.402Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:29:59.370Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:29:59.403Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:30:59.371Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:30:59.403Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:31:59.372Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:31:59.404Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:32:59.372Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:32:59.404Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:33:59.374Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:33:59.406Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:34:59.375Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:34:59.407Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:35:59.376Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:35:59.408Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:36:59.377Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:36:59.409Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:37:59.378Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:37:59.409Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:38:59.379Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:38:59.410Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:39:59.379Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:39:59.411Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:40:59.381Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:40:59.412Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:41:59.381Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:41:59.413Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:42:59.383Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:42:59.413Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:43:59.384Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:43:59.415Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:44:59.387Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:44:59.415Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:45:59.388Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:45:59.417Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:46:59.389Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:46:59.418Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:47:59.391Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:47:59.418Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:48:59.391Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:48:59.419Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:49:59.393Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:49:59.421Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:50:59.395Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:50:59.422Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:51:59.395Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:51:59.423Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:52:59.396Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:52:59.424Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:53:59.398Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:53:59.424Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:54:59.400Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:54:59.425Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:55:59.400Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:55:59.426Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:56:59.401Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:56:59.427Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:57:59.402Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:57:59.427Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:58:59.404Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:58:59.428Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T03:59:59.404Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T03:59:59.428Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:00:59.404Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:00:59.429Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:01:59.405Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:01:59.430Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:02:59.406Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:02:59.431Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:03:59.407Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:03:59.431Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:04:59.407Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:04:59.433Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:05:59.409Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:05:59.433Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:06:59.410Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:06:59.435Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:07:59.410Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:07:59.436Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:08:59.411Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:08:59.436Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:09:59.412Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:09:59.437Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:10:59.414Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:10:59.438Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:11:59.416Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:11:59.439Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:12:59.417Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:12:59.440Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:13:59.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:13:59.441Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:14:59.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:14:59.442Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:15:59.420Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:15:59.443Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:16:59.421Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:16:59.443Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:17:59.421Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:17:59.445Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:18:59.423Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:18:59.446Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:19:59.423Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:19:59.446Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:20:59.423Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:20:59.447Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:21:59.424Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:21:59.447Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:22:59.425Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:22:59.448Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:23:59.427Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:23:59.450Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:24:59.427Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:24:59.450Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:25:59.429Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:25:59.452Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:26:59.430Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:26:59.452Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:27:59.431Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:27:59.453Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:28:59.432Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:28:59.453Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:29:59.433Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:29:59.454Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:30:59.434Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:30:59.454Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:31:59.434Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:31:59.454Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:32:59.435Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:32:59.455Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:33:59.437Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:33:59.455Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:34:59.438Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:34:59.457Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:35:59.439Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:35:59.458Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:36:59.439Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:36:59.458Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:37:59.440Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:37:59.458Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:38:59.441Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:38:59.459Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:39:59.442Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:39:59.460Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:40:59.443Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:40:59.461Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:41:59.444Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:41:59.462Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:42:59.445Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:42:59.462Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:43:59.446Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:43:59.463Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:44:59.447Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:44:59.463Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:45:59.447Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:45:59.464Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:46:59.448Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:46:59.465Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:47:59.448Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:47:59.465Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:48:59.450Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:48:59.466Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:49:59.451Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:49:59.467Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:50:59.452Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:50:59.467Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:51:59.453Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:51:59.468Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:52:59.454Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:52:59.470Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:53:59.455Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:53:59.471Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:54:59.456Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:54:59.471Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:55:59.456Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:55:59.472Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:56:59.457Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:56:59.474Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:57:59.458Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:57:59.474Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:58:59.459Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:58:59.475Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T04:59:59.459Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T04:59:59.476Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:00:59.460Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:00:59.478Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:01:59.461Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:01:59.479Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:02:59.462Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:02:59.480Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:03:59.462Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:03:59.481Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:04:59.463Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:04:59.481Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:05:59.464Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:05:59.482Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:06:59.465Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:06:59.483Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:07:59.466Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:07:59.484Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:08:59.468Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:08:59.484Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:09:59.469Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:09:59.486Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:10:59.470Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:10:59.487Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:11:59.471Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:11:59.487Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:12:59.472Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:12:59.488Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:13:59.473Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:13:59.488Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:14:59.473Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:14:59.490Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:15:59.474Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:15:59.491Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:16:59.476Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:16:59.492Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:17:59.477Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:17:59.493Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:18:59.478Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:18:59.494Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:19:59.480Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:19:59.496Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:20:59.480Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:20:59.497Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:21:59.482Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:21:59.498Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:22:59.482Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:22:59.499Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:23:59.482Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:23:59.499Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:24:59.484Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:24:59.500Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:25:59.484Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:25:59.502Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:26:59.485Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:26:59.502Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:27:59.487Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:27:59.503Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:28:59.487Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:28:59.504Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:29:59.487Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:29:59.505Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:30:59.488Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:30:59.505Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:31:53.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-24T05:31:53.934Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"43cf346f-22d8-4e3b-a125-8ea5d0b8d55d","serviceName":"vFW 2023-03-24 05-29-39","serviceVersion":"1.0","serviceUUID":"6fdc86af-497f-4af4-85a1-cc56a27cc8bc","serviceDescription":"catalog service description","serviceInvariantUUID":"c6f261d2-08b7-4b56-abc8-e4ab1bf953f4","resources":[{"resourceInstanceName":"vFW 099c8916-4a20 0","resourceName":"vFW 099c8916-4a20","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1410f128-6229-42e7-bdfa-41a7aa2009ec","resourceInvariantUUID":"20598e11-5fd3-4a02-be7e-3c30ea629fd6","resourceCustomizationUUID":"8f895193-a3cc-4834-b00c-7836e64a3199","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vf-license-model.xml","artifactChecksum":"YjE5MTM0ZDBhMGEzMDNjM2M0NzhmMjBiYmNjMTZlNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5eb9a0c0-dcde-4538-924d-29c3c24e5a0f","artifactVersion":"1"},{"artifactName":"vfw099c89164a200_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json","artifactChecksum":"ZjQzYjczYWY1NjU2ZDI4YjBjYzUwYzg4M2ExZjhmYmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7912d38e-e151-458c-88da-ffe54eeb44cb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"98175957-0ca0-45b6-878f-edcb0f9ae76a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vendor-license-model.xml","artifactChecksum":"MTgyZGU5NTgzZTMwYTE1YzRlZWRjYjY0ODdjMDg3OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9c6951d4-7e2d-4bc1-99c5-1738e0b891c2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"82389647-afed-4dd9-b82e-22206214085a","artifactVersion":"2","generatedFromUUID":"98175957-0ca0-45b6-878f-edcb0f9ae76a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230324052939-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-template.yml","artifactChecksum":"ZWRmZjEzZTgzZWU4MzE1NzM4MmM5ZjYwMWMyYjdjZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"89e3f77a-d22f-4454-93c3-df635a1f9be3","artifactVersion":"1"},{"artifactName":"service-Vfw20230324052939-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar","artifactChecksum":"MDUzMTgxMDE0MWI4ZDIwMWJhMjI1ZjY3M2IzMGFmZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96a237fd-018b-42ec-9ae1-515d78e43d16","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T05:31:53.950Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:31:53.957Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:31:53.957Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:31:53.957Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635859488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:31:53.965Z||kafka-producer-network-thread | SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to y0QaLBtCSD61RKeg8pr5OQ
2023-03-24T05:31:53.965Z||kafka-producer-network-thread | SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to y0QaLBtCSD61RKeg8pr5OQ
2023-03-24T05:31:53.965Z||kafka-producer-network-thread | SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to y0QaLBtCSD61RKeg8pr5OQ
2023-03-24T05:31:53.965Z||kafka-producer-network-thread | SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to y0QaLBtCSD61RKeg8pr5OQ
2023-03-24T05:31:53.965Z||kafka-producer-network-thread | SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to y0QaLBtCSD61RKeg8pr5OQ
2023-03-24T05:31:53.965Z||kafka-producer-network-thread | SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to y0QaLBtCSD61RKeg8pr5OQ
2023-03-24T05:31:53.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:31:53.996Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635905948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:31:54.029Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:31:54.990Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:31:54.991Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:31:54.991Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:31:54.991Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635859488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:31:55.993Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:31:55.994Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:31:55.994Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:31:55.994Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635859488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:31:56.996Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:31:56.997Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:31:56.997Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:31:56.997Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635859488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:31:57.999Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:31:58.000Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:31:58.000Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:31:58.000Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635859488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:31:59.001Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:31:59.002Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:31:59.002Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:31:59.002Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635859488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:31:59.164Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:31:59.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:31:59.166Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679635900033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:31:59.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:00.003Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:32:00.003Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:32:00.004Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:32:00.004Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635859488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:32:01.007Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "serviceName": "vFW 2023-03-24 05-29-39",
  "serviceVersion": "1.0",
  "serviceUUID": "6fdc86af-497f-4af4-85a1-cc56a27cc8bc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6f261d2-08b7-4b56-abc8-e4ab1bf953f4",
  "resources": [
    {
      "resourceInstanceName": "vFW 099c8916-4a20 0",
      "resourceCustomizationUUID": "8f895193-a3cc-4834-b00c-7836e64a3199",
      "resourceName": "vFW 099c8916-4a20",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1410f128-6229-42e7-bdfa-41a7aa2009ec",
      "resourceInvariantUUID": "20598e11-5fd3-4a02-be7e-3c30ea629fd6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw099c89164a200_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json",
          "artifactChecksum": "ZjQzYjczYWY1NjU2ZDI4YjBjYzUwYzg4M2ExZjhmYmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7912d38e-e151-458c-88da-ffe54eeb44cb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "98175957-0ca0-45b6-878f-edcb0f9ae76a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "82389647-afed-4dd9-b82e-22206214085a",
            "generatedFromUUID": "98175957-0ca0-45b6-878f-edcb0f9ae76a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "82389647-afed-4dd9-b82e-22206214085a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230324052939-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar",
      "artifactChecksum": "MDUzMTgxMDE0MWI4ZDIwMWJhMjI1ZjY3M2IzMGFmZjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "96a237fd-018b-42ec-9ae1-515d78e43d16"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T05:32:01.011Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T05:32:01.011Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6fdc86af-497f-4af4-85a1-cc56a27cc8bc ASDC
2023-03-24T05:32:01.085Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:43cf346f-22d8-4e3b-a125-8ea5d0b8d55d
ServiceName:vFW 2023-03-24 05-29-39
ServiceVersion:1.0
ServiceUUID:6fdc86af-497f-4af4-85a1-cc56a27cc8bc
ServiceInvariantUUID:c6f261d2-08b7-4b56-abc8-e4ab1bf953f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230324052939-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar
ArtifactUUID:96a237fd-018b-42ec-9ae1-515d78e43d16
ArtifactChecksum:MDUzMTgxMDE0MWI4ZDIwMWJhMjI1ZjY3M2IzMGFmZjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 099c8916-4a20 0
ResourceCustomizationUUID:8f895193-a3cc-4834-b00c-7836e64a3199
ResourceInvariantUUID:20598e11-5fd3-4a02-be7e-3c30ea629fd6
ResourceName:vFW 099c8916-4a20
ResourceType:VF
ResourceUUID:1410f128-6229-42e7-bdfa-41a7aa2009ec
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw099c89164a200_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json
ArtifactUUID:7912d38e-e151-458c-88da-ffe54eeb44cb
ArtifactChecksum:ZjQzYjczYWY1NjU2ZDI4YjBjYzUwYzg4M2ExZjhmYmM=
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/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml
ArtifactUUID:98175957-0ca0-45b6-878f-edcb0f9ae76a
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/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env
ArtifactUUID:82389647-afed-4dd9-b82e-22206214085a
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/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env
ArtifactUUID:82389647-afed-4dd9-b82e-22206214085a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T05:32:01.085Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6fdc86af-497f-4af4-85a1-cc56a27cc8bc 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-24T05:32:01.297Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T05:32:01.297Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-24T05:32:01.298Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-24T05:32:01.298Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 96a237fd-018b-42ec-9ae1-515d78e43d16 from URL: /sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar
2023-03-24T05:32:01.298Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-24T05:32:01.298Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar
2023-03-24T05:32:01.433Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-24T05:32:01.446Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar 96a237fd-018b-42ec-9ae1-515d78e43d16 101457
2023-03-24T05:32:01.446Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar ASDC sendASDCNotification
2023-03-24T05:32:01.447Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar
2023-03-24T05:32:01.447Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T05:32:01.448Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:32:01.448Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:32:01.448Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635921446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:32:02.449Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T05:32:02.450Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-24T05:32:02.451Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 96a237fd-018b-42ec-9ae1-515d78e43d16, URL: /sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar to file: /app/ASDC/1/service-Vfw20230324052939-csar.csar
2023-03-24T05:32:02.452Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230324052939-csar.csar
2023-03-24T05:32:02.523Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230324052939-csar.csar
2023-03-24T05:32:02.523Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230324052939-csar.csar
2023-03-24T05:32:02.929Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16792092731044261403/Definitions/service-Vfw20230324052939-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-24T05:32:05.368Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T05:32:05.372Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-24T05:32:05.372Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230324052939-csar.csar
2023-03-24T05:32:05.372Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-24T05:32:05.372Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|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-Vfw20230324052939-csar.csar
2023-03-24T05:32:05.372Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|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-Vfw20230324052939-csar.csar
2023-03-24T05:32:05.372Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|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-Vfw20230324052939-csar.csar
2023-03-24T05:32:05.372Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 099c8916-4a20 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-Vfw20230324052939-csar.csar
2023-03-24T05:32:05.372Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|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-Vfw20230324052939-csar.csar
2023-03-24T05:32:05.372Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|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-Vfw20230324052939-csar.csar
2023-03-24T05:32:05.372Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|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-Vfw20230324052939-csar.csar
2023-03-24T05:32:05.372Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|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-Vfw20230324052939-csar.csar
2023-03-24T05:32:05.373Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|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-Vfw20230324052939-csar.csar
2023-03-24T05:32:05.373Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|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-Vfw20230324052939-csar.csar
2023-03-24T05:32:05.373Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|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-Vfw20230324052939-csar.csar
2023-03-24T05:32:05.373Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-24T05:32:05.379Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:05.381Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-24 05-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T05:32:05.384Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vFW 099c8916-4a20 0 is matching search criteria
2023-03-24T05:32:05.384Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-24T05:32:05.385Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 099c8916-4a20 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T05:32:05.386Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:05.386Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-24 05-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T05:32:05.386Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vFW 099c8916-4a20 0 is matching search criteria
2023-03-24T05:32:05.386Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-24T05:32:05.386Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 099c8916-4a20 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T05:32:05.387Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:05.387Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-24 05-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T05:32:05.390Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:05.390Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vFW 099c8916-4a20 0 is not matching search criteria
2023-03-24T05:32:05.390Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-24T05:32:05.390Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-24T05:32:05.390Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-24T05:32:05.390Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-24T05:32:05.390Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-24T05:32:05.390Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-24T05:32:05.390Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-24T05:32:05.390Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-24T05:32:05.390Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-24T05:32:05.390Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-24T05:32:05.390Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-24T05:32:05.391Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-24T05:32:05.391Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-24T05:32:05.391Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-24T05:32:05.391Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-24T05:32:05.391Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-24T05:32:05.391Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:05.391Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-24 05-29-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-24T05:32:05.392Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:05.392Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vFW 099c8916-4a20 0 is matching search criteria
2023-03-24T05:32:05.392Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 099c8916-4a20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T05:32:05.392Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:05.392Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vFW 099c8916-4a20 0 is matching search criteria
2023-03-24T05:32:05.393Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 099c8916-4a20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T05:32:05.393Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:05.393Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vFW 099c8916-4a20 0 is matching search criteria
2023-03-24T05:32:05.393Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 099c8916-4a20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T05:32:05.393Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:05.393Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vFW 099c8916-4a20 0 is not matching search criteria
2023-03-24T05:32:05.393Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-24T05:32:05.393Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-24T05:32:05.393Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-24T05:32:05.393Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-24T05:32:05.393Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-24T05:32:05.393Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-24T05:32:05.394Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-24T05:32:05.394Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-24T05:32:05.394Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-24T05:32:05.394Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-24T05:32:05.394Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-24T05:32:05.394Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ca5ce4c8-aa6e-47a6-8fca-95d863bd7909
2023-03-24T05:32:05.394Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:05.394Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vFW 099c8916-4a20 0 is not matching search criteria
2023-03-24T05:32:05.394Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-24T05:32:05.394Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-24T05:32:05.394Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-24T05:32:05.394Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-24T05:32:05.395Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-24T05:32:05.395Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-24T05:32:05.395Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-24T05:32:05.395Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-24T05:32:05.395Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-24T05:32:05.395Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-24T05:32:05.395Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-24T05:32:05.395Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-24T05:32:05.395Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5ca0f80f-71f4-4207-83b1-97eba57dcf2b
2023-03-24T05:32:05.395Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:05.395Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vFW 099c8916-4a20 0 is not matching search criteria
2023-03-24T05:32:05.396Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-24T05:32:05.396Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-24T05:32:05.396Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-24T05:32:05.396Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-24T05:32:05.396Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-24T05:32:05.396Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-24T05:32:05.396Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-24T05:32:05.396Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-24T05:32:05.396Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-24T05:32:05.396Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-24T05:32:05.396Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-24T05:32:05.396Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-24T05:32:05.397Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f4bbffdc-b425-4cbd-961c-43fc61352646
2023-03-24T05:32:05.397Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:05.397Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-24 05-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T05:32:05.397Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:05.397Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-24 05-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T05:32:05.397Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:05.397Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-24 05-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T05:32:05.397Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:05.397Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-24 05-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T05:32:05.397Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-24 05-29-39
Description:catalog service description
Model UUID:6fdc86af-497f-4af4-85a1-cc56a27cc8bc
Model Version:NULL
Model InvariantUuid:c6f261d2-08b7-4b56-abc8-e4ab1bf953f4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 099c8916-4a20
Model UUID:5ee8eeb1-820b-4a9a-a99c-bc0b9bef0a8f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:20598e11-5fd3-4a02-be7e-3c30ea629fd6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8f895193-a3cc-4834-b00c-7836e64a3199
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:59063ea5-8c3e-47f6-957e-46e94e14a4c8
ModelName:Vfw099c89164a20..base_vfw..module-0
ModelUuid:85936f5b-2f6d-42a1-9eb9-ffb7fd767c51
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ca5ce4c8-aa6e-47a6-8fca-95d863bd7909
ModelInvariantUuid:c61d91d4-2f09-44d6-bfd2-34d293f5baf4
ModelName:vFW 099c8916-4a20-nodes.vfwCvfc
ModelUuid:a4d729bb-ecce-4938-9e72-05b614a08294
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:68978ca2-ae1e-4516-988e-271fc42d2f34
ModelInvariantUuid:bc3ea063-96f4-4a6c-8ae8-2dcb60f50e14
ModelName:Vfw099c89164a20.compute.nodes.heat.vfw
ModelUuid:a6fec069-7ec2-4757-801a-b65e229eac50
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5ca0f80f-71f4-4207-83b1-97eba57dcf2b
ModelInvariantUuid:32e331b8-09a7-481f-a3be-790b1006b83b
ModelName:vFW 099c8916-4a20-nodes.vsnCvfc
ModelUuid:4e4082ab-a64f-4439-aca5-578a48fce09c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:101c0ddf-8e47-425b-8f28-5b5464406208
ModelInvariantUuid:14605ca3-6d07-420c-9c90-83c700612658
ModelName:Vfw099c89164a20.compute.nodes.heat.vsn
ModelUuid:a6aa4138-66f7-45f1-8877-9de4b624d4e0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f4bbffdc-b425-4cbd-961c-43fc61352646
ModelInvariantUuid:e2067788-3182-4413-95fe-c172bda42772
ModelName:vFW 099c8916-4a20-nodes.vpgCvfc
ModelUuid:b557637b-cf2e-49de-8edf-2a54d753fbd8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:d74e3d1f-6af1-4674-9f7c-f023e698d930
ModelInvariantUuid:7b58d681-5364-499f-a7a8-776c7b9cb3a9
ModelName:Vfw099c89164a20.compute.nodes.heat.vpg
ModelUuid:2af17ee1-a437-47d3-8448-71937027b862
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-24T05:32:05.433Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1410f128-6229-42e7-bdfa-41a7aa2009ec
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-24T05:32:05.488Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||vFW 099c8916-4a20 0
2023-03-24T05:32:05.493Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1410f128-6229-42e7-bdfa-41a7aa2009ec
2023-03-24T05:32:05.493Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7912d38e-e151-458c-88da-ffe54eeb44cb from URL: /sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json
2023-03-24T05:32:05.493Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-24T05:32:05.494Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json
2023-03-24T05:32:05.599Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-24T05:32:05.600Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json 7912d38e-e151-458c-88da-ffe54eeb44cb 785
2023-03-24T05:32:05.600Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json ASDC sendASDCNotification
2023-03-24T05:32:05.600Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json
2023-03-24T05:32:05.601Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T05:32:05.601Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:32:05.601Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:32:05.601Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635925600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:32:06.603Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw099c89164a20..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "59063ea5-8c3e-47f6-957e-46e94e14a4c8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85936f5b-2f6d-42a1-9eb9-ffb7fd767c51",
    "vfModuleModelCustomizationUUID": "85a91eab-8dc3-4ed2-8a88-04198fb0d61f",
    "isBase": true,
    "artifacts": [
      "98175957-0ca0-45b6-878f-edcb0f9ae76a",
      "82389647-afed-4dd9-b82e-22206214085a"
    ],
    "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-24T05:32:06.622Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw099c89164a20..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85936f5b-2f6d-42a1-9eb9-ffb7fd767c51
VfModuleModelInvariantUUID:59063ea5-8c3e-47f6-957e-46e94e14a4c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
98175957-0ca0-45b6-878f-edcb0f9ae76a
,
82389647-afed-4dd9-b82e-22206214085a

}
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-24T05:32:06.624Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw099c89164a20..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "59063ea5-8c3e-47f6-957e-46e94e14a4c8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85936f5b-2f6d-42a1-9eb9-ffb7fd767c51",
    "vfModuleModelCustomizationUUID": "85a91eab-8dc3-4ed2-8a88-04198fb0d61f",
    "isBase": true,
    "artifacts": [
      "98175957-0ca0-45b6-878f-edcb0f9ae76a",
      "82389647-afed-4dd9-b82e-22206214085a"
    ],
    "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-24T05:32:06.624Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw099c89164a20..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85936f5b-2f6d-42a1-9eb9-ffb7fd767c51
VfModuleModelInvariantUUID:59063ea5-8c3e-47f6-957e-46e94e14a4c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
98175957-0ca0-45b6-878f-edcb0f9ae76a
,
82389647-afed-4dd9-b82e-22206214085a

}
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-24T05:32:06.624Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 98175957-0ca0-45b6-878f-edcb0f9ae76a from URL: /sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml
2023-03-24T05:32:06.624Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-24T05:32:06.624Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml
2023-03-24T05:32:06.732Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-24T05:32:06.733Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml 98175957-0ca0-45b6-878f-edcb0f9ae76a 20368
2023-03-24T05:32:06.733Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-24T05:32:06.733Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml
2023-03-24T05:32:06.733Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T05:32:06.734Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:32:06.734Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:32:06.734Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635926733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:32:07.735Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 82389647-afed-4dd9-b82e-22206214085a from URL: /sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env
2023-03-24T05:32:07.735Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-24T05:32:07.736Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env
2023-03-24T05:32:07.828Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-24T05:32:07.829Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env 82389647-afed-4dd9-b82e-22206214085a 2098
2023-03-24T05:32:07.829Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-24T05:32:07.830Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env
2023-03-24T05:32:07.830Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T05:32:07.830Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:32:07.830Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:32:07.830Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635927829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:32:08.831Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6fdc86af-497f-4af4-85a1-cc56a27cc8bc
2023-03-24T05:32:08.831Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 099c8916-4a20 0 1410f128-6229-42e7-bdfa-41a7aa2009ec 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-24T05:32:08.897Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a23eac1, org.onap.sdc.toscaparser.api.parameters.Input@5acad4, org.onap.sdc.toscaparser.api.parameters.Input@5e33ce53, org.onap.sdc.toscaparser.api.parameters.Input@53ef54cb, org.onap.sdc.toscaparser.api.parameters.Input@165fd995]
2023-03-24T05:32:08.899Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:08.899Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-24 05-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T05:32:08.900Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-03-24T05:32:08.900Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 8f895193-a3cc-4834-b00c-7836e64a3199
2023-03-24T05:32:08.900Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f895193-a3cc-4834-b00c-7836e64a3199 matches Tosca VF Customization UUID: 8f895193-a3cc-4834-b00c-7836e64a3199
2023-03-24T05:32:08.900Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 8f895193-a3cc-4834-b00c-7836e64a3199  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-24T05:32:08.910Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:08.910Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-24 05-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T05:32:08.911Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 8f895193-a3cc-4834-b00c-7836e64a3199: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-24T05:32:08.911Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17666f94
2023-03-24T05:32:08.911Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:08.912Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-24 05-29-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-24T05:32:08.912Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 85a91eab-8dc3-4ed2-8a88-04198fb0d61f
2023-03-24T05:32:08.913Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 85a91eab-8dc3-4ed2-8a88-04198fb0d61f
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-24T05:32:08.921Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:08.922Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vFW 099c8916-4a20 0 is matching search criteria
2023-03-24T05:32:08.922Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 099c8916-4a20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T05:32:08.922Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:08.922Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vFW 099c8916-4a20 0 is matching search criteria
2023-03-24T05:32:08.923Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 099c8916-4a20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T05:32:08.923Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:08.923Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vFW 099c8916-4a20 0 is not matching search criteria
2023-03-24T05:32:08.923Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-24T05:32:08.923Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-24T05:32:08.923Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-24T05:32:08.923Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-24T05:32:08.923Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-24T05:32:08.923Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-24T05:32:08.923Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-24T05:32:08.923Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-24T05:32:08.924Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-24T05:32:08.924Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-24T05:32:08.924Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-24T05:32:08.924Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ca5ce4c8-aa6e-47a6-8fca-95d863bd7909
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-24T05:32:08.943Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:08.943Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vFW 099c8916-4a20 0 is matching search criteria
2023-03-24T05:32:08.944Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 099c8916-4a20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T05:32:08.944Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:08.944Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vFW 099c8916-4a20 0 is not matching search criteria
2023-03-24T05:32:08.944Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-24T05:32:08.944Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-24T05:32:08.944Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-24T05:32:08.944Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-24T05:32:08.944Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-24T05:32:08.944Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-24T05:32:08.944Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-24T05:32:08.944Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-24T05:32:08.944Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-24T05:32:08.944Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-24T05:32:08.945Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-24T05:32:08.945Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-24T05:32:08.945Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5ca0f80f-71f4-4207-83b1-97eba57dcf2b
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-24T05:32:08.949Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:08.949Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vFW 099c8916-4a20 0 is matching search criteria
2023-03-24T05:32:08.949Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 099c8916-4a20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T05:32:08.951Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:08.951Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vFW 099c8916-4a20 0 is not matching search criteria
2023-03-24T05:32:08.951Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-24T05:32:08.951Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-24T05:32:08.951Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-24T05:32:08.952Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-24T05:32:08.952Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-24T05:32:08.952Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-24T05:32:08.952Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-24T05:32:08.952Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-24T05:32:08.952Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-24T05:32:08.952Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-24T05:32:08.952Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-24T05:32:08.952Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-24T05:32:08.952Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f4bbffdc-b425-4cbd-961c-43fc61352646
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-24T05:32:08.958Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:08.959Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vFW 099c8916-4a20 0 is matching search criteria
2023-03-24T05:32:08.959Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 099c8916-4a20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T05:32:08.959Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:08.959Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Node template vFW 099c8916-4a20 0 is matching search criteria
2023-03-24T05:32:08.959Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 099c8916-4a20 0] matching following query criteria: sdcType=VF, customizationUUID=8f895193-a3cc-4834-b00c-7836e64a3199
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-24T05:32:08.963Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:08.963Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-24 05-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T05:32:08.963Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6fdc86af-497f-4af4-85a1-cc56a27cc8bc: vFW 099c8916-4a20
2023-03-24T05:32:08.963Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:08.963Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-24 05-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T05:32:08.963Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:08.964Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-24 05-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T05:32:08.964Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:08.964Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-24 05-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T05:32:08.964Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:08.964Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-24 05-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T05:32:08.964Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:32:08.964Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-24 05-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T05:32:08.964Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2023-03-24 05-29-39 
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-24T05:32:09.627Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 099c8916-4a20 1410f128-6229-42e7-bdfa-41a7aa2009ec 1 ASDC deployResourceStructure
2023-03-24T05:32:09.627Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json ASDC sendASDCNotification
2023-03-24T05:32:09.627Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json
2023-03-24T05:32:09.627Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T05:32:09.628Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:32:09.628Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:32:09.628Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635929627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:32:10.629Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-24T05:32:10.630Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml
2023-03-24T05:32:10.630Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T05:32:10.630Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:32:10.631Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:32:10.631Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635930629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:32:11.633Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-24T05:32:11.633Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env
2023-03-24T05:32:11.634Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T05:32:11.634Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:32:11.634Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:32:11.634Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635931633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:32:12.636Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar ASDC sendASDCNotification
2023-03-24T05:32:12.637Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar
2023-03-24T05:32:12.637Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T05:32:12.637Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:32:12.637Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:32:12.638Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635932636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:32:13.640Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:32:13.690Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d
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-24T05:32:13.694Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T05:32:13.694Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:32:13.694Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:32:43.695Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:32:43.725Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d
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-24T05:32:43.731Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T05:32:43.732Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:32:43.732Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:32:59.164Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:32:59.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.169Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679635888323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.170Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679635909160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.171Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679635868222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.171Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635859488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.171Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635905948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T05:32:59.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.172Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679635900033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.172Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679635888323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.173Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679635909160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.173Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679635868222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.173Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635859488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T05:32:59.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.173Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635905948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-24T05:32:59.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679635900033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679635888323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-24T05:32:59.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679635909160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679635868222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635859488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-24T05:32:59.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679635914275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635905948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679635900033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679635888323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679635909160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679635868222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635859488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679635914275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635905948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-24T05:32:59.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679635900033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679635888323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679635909160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679635868222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635859488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-24T05:32:59.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679635914275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635905948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679635900033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679635888323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679635909160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679635868222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:32:59.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:32:59.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635859488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:32:59.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:13.732Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:33:13.765Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d
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-24T05:33:13.772Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T05:33:13.772Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:33:13.772Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:33:43.773Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:33:43.804Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d
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-24T05:33:43.811Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T05:33:43.811Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:33:43.812Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:33:59.164Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:33:59.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.173Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679635914275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635905948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:33:59.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679635888323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:33:59.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679635900033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:33:59.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679635909160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679635868222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:33:59.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635859488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:33:59.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679635914275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635921004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:33:59.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679635920430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:33:59.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679635921627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:33:59.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679635914275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679635921673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:33:59.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635921446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:33:59.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679635921442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T05:33:59.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679635914275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:33:59.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635922149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:33:59.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679635922445,
  "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-24T05:33:59.199Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d
2023-03-24T05:33:59.199Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d 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-24T05:33:59.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.222Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679635922255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:33:59.222Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.222Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635923373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:33:59.222Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.222Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635924482,
  "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-24T05:33:59.237Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d
2023-03-24T05:33:59.237Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d 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-24T05:33:59.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.256Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635925600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:33:59.257Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.257Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635925484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-24T05:33:59.257Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.257Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635926733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:33:59.257Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.257Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635927829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:33:59.257Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.257Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679635927012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T05:33:59.257Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.257Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679635928019,
  "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-24T05:33:59.271Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d
2023-03-24T05:33:59.271Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d 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-24T05:33:59.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.293Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635929627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/vfw099c89164a200_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-24T05:33:59.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.294Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635930629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-03-24T05:33:59.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.294Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635931633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/resourceInstances/vfw099c89164a200/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-03-24T05:33:59.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.294Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679635932636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T05:33:59.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.294Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679635933291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230324052939/1.0/artifacts/service-Vfw20230324052939-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T05:33:59.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.294Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679635934294,
  "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-24T05:33:59.309Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d
2023-03-24T05:33:59.309Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d 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-24T05:33:59.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.332Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679635923447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.332Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.332Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679635935295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.332Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.332Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679635922688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.332Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.332Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679635928368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.333Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635926490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.333Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679635944275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.333Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679635922688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.333Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679635923447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.334Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679635935295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.334Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679635928368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.334Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635926490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T05:33:59.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.334Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679635944275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.335Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679635922688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.335Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679635935295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.335Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679635928368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.335Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635926490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-24T05:33:59.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679635923447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-24T05:33:59.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679635944275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679635935295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679635922688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.337Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679635923447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.337Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679635928368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.337Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635926490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.337Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679635944275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.338Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679635922688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.338Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.338Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679635935295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.338Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.338Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679635928368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.338Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.338Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679635923447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.338Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.338Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635926490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-24T05:33:59.339Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.339Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679635944275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.339Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.339Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679635922688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.339Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.339Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679635935295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.339Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.340Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679635928368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.340Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.340Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635926490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.340Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.340Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679635923447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.340Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.340Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679635944275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.341Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.341Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679635922688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:33:59.341Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.341Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679635928368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:33:59.341Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.341Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635926490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:33:59.341Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.341Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679635923447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:33:59.341Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.342Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679635935295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:33:59.342Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.342Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679635944275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:33:59.342Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.342Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635952985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:33:59.342Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.342Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679635952394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:33:59.342Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.343Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679635953581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:33:59.343Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.343Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679635953579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:33:59.343Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.343Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679635952645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:33:59.343Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.343Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679635953397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T05:33:59.344Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.344Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635954095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:33:59.344Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.344Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679635954400,
  "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-24T05:33:59.381Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
2023-03-24T05:33:59.381Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T05:33:59.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.404Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635955168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Failed to download artifact with name: base_ubuntu18.env due to: Specified artifact is  not found"
}
2023-03-24T05:33:59.404Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.404Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679635954831,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T05:33:59.404Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.405Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635956173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "Failed to deploy the artifact due to: Failed to download artifact with name: base_ubuntu18.env due to: Specified artifact is  not found"
}
2023-03-24T05:33:59.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.405Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679635955834,
  "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-24T05:33:59.419Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
2023-03-24T05:33:59.419Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T05:33:59.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.440Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679635957229,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "Failed to process the artifact",
  "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-24T05:33:59.452Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_ERROR distributionID of 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
2023-03-24T05:33:59.452Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T05:33:59.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.475Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679635958888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T05:33:59.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:33:59.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:33:59.476Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679635959890,
  "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-24T05:33:59.491Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
2023-03-24T05:33:59.491Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T05:34:13.812Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:34:13.845Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d
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-24T05:34:13.852Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T05:34:13.852Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T05:34:13.852Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T05:34:13.852Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T05:34:13.852Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T05:34:13.852Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T05:34:13.853Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T05:34:13.853Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T05:34:13.853Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|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-24T05:34:13.868Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T05:34:43.869Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d 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-24T05:34:43.888Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d and serviceModelVersionId: 6fdc86af-497f-4af4-85a1-cc56a27cc8bc
2023-03-24T05:34:43.888Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6f261d2-08b7-4b56-abc8-e4ab1bf953f4
2023-03-24T05:34:55.228Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6f261d2-08b7-4b56-abc8-e4ab1bf953f4/model-vers/model-ver/6fdc86af-497f-4af4-85a1-cc56a27cc8bc?depth=0
2023-03-24T05:34:55.326Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T05:34:55.707Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6f261d2-08b7-4b56-abc8-e4ab1bf953f4/model-vers/model-ver/6fdc86af-497f-4af4-85a1-cc56a27cc8bc?depth=0|INFO|500||Invoke
2023-03-24T05:34:55.711Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6f261d2-08b7-4b56-abc8-e4ab1bf953f4/model-vers/model-ver/6fdc86af-497f-4af4-85a1-cc56a27cc8bc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6f261d2-08b7-4b56-abc8-e4ab1bf953f4/model-vers/model-ver/6fdc86af-497f-4af4-85a1-cc56a27cc8bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[43cf346f-22d8-4e3b-a125-8ea5d0b8d55d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dcf92526-e27e-4658-ad48-f40913a643c0], X-ECOMP-RequestID=[43cf346f-22d8-4e3b-a125-8ea5d0b8d55d], X-TransactionId=[], X-ONAP-RequestID=[43cf346f-22d8-4e3b-a125-8ea5d0b8d55d], Content-Type=[application/merge-patch+json]}
2023-03-24T05:34:55.738Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6f261d2-08b7-4b56-abc8-e4ab1bf953f4/model-vers/model-ver/6fdc86af-497f-4af4-85a1-cc56a27cc8bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T05:34:56.038Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6f261d2-08b7-4b56-abc8-e4ab1bf953f4/model-vers/model-ver/6fdc86af-497f-4af4-85a1-cc56a27cc8bc?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/c6f261d2-08b7-4b56-abc8-e4ab1bf953f4/model-vers/model-ver/6fdc86af-497f-4af4-85a1-cc56a27cc8bc?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 05:34:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[262], vertex-id=[205008], x-aai-txid=[1-aai-resources-230324-05:34:56:158-81025], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T05:34:56.041Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6f261d2-08b7-4b56-abc8-e4ab1bf953f4/model-vers/model-ver/6fdc86af-497f-4af4-85a1-cc56a27cc8bc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T05:34:56.042Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6f261d2-08b7-4b56-abc8-e4ab1bf953f4/model-vers/model-ver/6fdc86af-497f-4af4-85a1-cc56a27cc8bc?depth=0|INFO|500||InvokeReturn
2023-03-24T05:34:56.046Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T05:34:56.046Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|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-24T05:34:56.059Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|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-24T05:34:56.060Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 43cf346f-22d8-4e3b-a125-8ea5d0b8d55d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T05:34:56.061Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T05:34:56.061Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:34:56.061Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:34:56.061Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636096060,
  "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-24T05:34:57.089Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:34:57.096Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-24T05:34:57.096Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"4f4d2f06-0494-43a6-a64b-32572ec2cd4f","serviceName":"basic_onboard_OYYEOA","serviceVersion":"1.0","serviceUUID":"2a896d72-3427-42c3-9c51-7a9baf301927","serviceDescription":"service","serviceInvariantUUID":"6453009a-682f-4779-b09e-13f352c10a5e","resources":[{"resourceInstanceName":"basic_onboard_OYYEOA 0","resourceName":"basic_onboard_OYYEOA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d9a7313-b25d-475c-8377-9adfb946efd0","resourceInvariantUUID":"8009040d-b91b-4b13-85c4-fece6bfcb0e3","resourceCustomizationUUID":"b1cc5ca1-1246-4125-8ebc-a1079cbe8be6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml","artifactChecksum":"MmU1NTE5ODY5OTI0NjgzMjNkZjkwY2ZiMzMwM2RiYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad1c8aa3-beee-41e2-9e8e-78f7b34ffb87","artifactVersion":"1"},{"artifactName":"basic_onboard_oyyeoa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json","artifactChecksum":"ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcdf0b55-be83-46be-8a09-353314708f63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"436972f1-f03c-4954-b459-893758d8a32e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3cfbecdb-62ec-46ee-8bdc-738bde9a35cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f6639ec1-9d9b-479d-afd4-ac5df430d2b2","artifactVersion":"2","generatedFromUUID":"436972f1-f03c-4954-b459-893758d8a32e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOyyeoa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml","artifactChecksum":"ZjQzN2RmZjUwYzdmZjFhMTY4ZmY3NGRjMDhlMTZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eac9735-ec93-4f95-9a41-b064de4ec4a5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOyyeoa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar","artifactChecksum":"ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T05:34:57.100Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:34:57.100Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:34:57.101Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:34:57.101Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636097089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:34:58.101Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:34:58.102Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:34:58.102Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:34:58.102Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636097089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:34:59.103Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:34:59.103Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:34:59.103Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:34:59.104Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636097089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:34:59.164Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:34:59.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:34:59.170Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "43cf346f-22d8-4e3b-a125-8ea5d0b8d55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636096060,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T05:34:59.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:34:59.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:34:59.172Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636097089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:34:59.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:34:59.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:34:59.173Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636097089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T05:34:59.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:34:59.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:34:59.173Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636097089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-24T05:34:59.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:35:00.104Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:35:00.105Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:35:00.105Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:35:00.105Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636097089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:35:01.106Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:35:01.106Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:35:01.107Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:35:01.107Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636097089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:35:02.108Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:35:02.108Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:35:02.108Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:35:02.108Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636097089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:35:03.109Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:35:03.110Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:35:03.110Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:35:03.110Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636097089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:35:04.111Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "serviceName": "basic_onboard_OYYEOA",
  "serviceVersion": "1.0",
  "serviceUUID": "2a896d72-3427-42c3-9c51-7a9baf301927",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6453009a-682f-4779-b09e-13f352c10a5e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OYYEOA 0",
      "resourceCustomizationUUID": "b1cc5ca1-1246-4125-8ebc-a1079cbe8be6",
      "resourceName": "basic_onboard_OYYEOA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d9a7313-b25d-475c-8377-9adfb946efd0",
      "resourceInvariantUUID": "8009040d-b91b-4b13-85c4-fece6bfcb0e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_oyyeoa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
          "artifactChecksum": "ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bcdf0b55-be83-46be-8a09-353314708f63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "436972f1-f03c-4954-b459-893758d8a32e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
            "generatedFromUUID": "436972f1-f03c-4954-b459-893758d8a32e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOyyeoa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
      "artifactChecksum": "ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T05:35:04.111Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T05:35:04.112Z|43cf346f-22d8-4e3b-a125-8ea5d0b8d55d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a896d72-3427-42c3-9c51-7a9baf301927 ASDC
2023-03-24T05:35:04.112Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:4f4d2f06-0494-43a6-a64b-32572ec2cd4f
ServiceName:basic_onboard_OYYEOA
ServiceVersion:1.0
ServiceUUID:2a896d72-3427-42c3-9c51-7a9baf301927
ServiceInvariantUUID:6453009a-682f-4779-b09e-13f352c10a5e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOyyeoa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
ArtifactUUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e
ArtifactChecksum:ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OYYEOA 0
ResourceCustomizationUUID:b1cc5ca1-1246-4125-8ebc-a1079cbe8be6
ResourceInvariantUUID:8009040d-b91b-4b13-85c4-fece6bfcb0e3
ResourceName:basic_onboard_OYYEOA
ResourceType:VF
ResourceUUID:3d9a7313-b25d-475c-8377-9adfb946efd0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oyyeoa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
ArtifactUUID:bcdf0b55-be83-46be-8a09-353314708f63
ArtifactChecksum:ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE=
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:436972f1-f03c-4954-b459-893758d8a32e
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T05:35:04.112Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a896d72-3427-42c3-9c51-7a9baf301927 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-24T05:35:04.179Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T05:35:04.180Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-24T05:35:04.180Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-24T05:35:04.180Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T05:35:04.180Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-24T05:35:04.180Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T05:35:04.239Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-24T05:35:04.240Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@608e9e80
2023-03-24T05:35:04.240Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T05:35:04.240Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T05:35:04.240Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOyyeoa-csar.csar /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T05:35:04.244Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar ASDC sendASDCNotification
2023-03-24T05:35:04.244Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(Specified artifact is  not found)
2023-03-24T05:35:04.244Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T05:35:04.244Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:35:04.245Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:35:04.245Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636104240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:35:05.266Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOyyeoa-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(UUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T05:35:05.282Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T05:35:05.283Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
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-24T05:35:05.287Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||basic_onboard_OYYEOA 0
2023-03-24T05:35:05.288Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
2023-03-24T05:35:05.288Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bcdf0b55-be83-46be-8a09-353314708f63 from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T05:35:05.288Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-24T05:35:05.288Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T05:35:05.304Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-24T05:35:05.304Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@53f0cd88
2023-03-24T05:35:05.304Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T05:35:05.304Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T05:35:05.305Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_oyyeoa0_modules.json /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json bcdf0b55-be83-46be-8a09-353314708f63 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T05:35:05.305Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json ASDC sendASDCNotification
2023-03-24T05:35:05.305Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(Specified artifact is  not found)
2023-03-24T05:35:05.305Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T05:35:05.305Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:35:05.305Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:35:05.305Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636105305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:35:06.306Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_oyyeoa0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(UUID:bcdf0b55-be83-46be-8a09-353314708f63)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T05:35:06.307Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:35:06.336Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:35:06.344Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:35:06.344Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:35:36.344Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:35:36.373Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:35:36.378Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:35:36.378Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:35:59.164Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:35:59.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:35:59.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636097089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:35:59.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:35:59.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:35:59.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636097089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-24T05:35:59.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:35:59.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:35:59.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636097089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:35:59.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:35:59.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:35:59.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636097089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:35:59.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:35:59.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:35:59.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636104240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T05:35:59.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:35:59.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T05:35:59.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636105305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T05:35:59.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:36:06.378Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:36:06.407Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:36:06.414Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:36:06.414Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:36:36.414Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:36:36.441Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:36:36.445Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:36:36.445Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:36:59.164Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:37:06.446Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:37:06.478Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:37:06.485Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:37:06.485Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:37:36.485Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:37:36.510Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:37:36.517Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:37:36.517Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:37:59.165Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:38:06.518Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:38:06.547Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:38:06.553Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:38:06.553Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:38:36.554Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:38:36.574Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:38:36.578Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:38:36.578Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:38:59.166Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:39:06.579Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:39:06.597Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:39:06.601Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:39:06.601Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:39:36.602Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:39:36.642Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:39:36.647Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:39:36.647Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:39:57.186Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-24T05:39:57.187Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Member SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-00769a3d-855a-436c-b78b-05c96d93f9ae sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-24T05:39:57.188Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-24T05:39:57.189Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-24T05:39:59.010Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:39:59.028Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T05:39:59.029Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T05:39:59.036Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T05:39:59.037Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 2: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T05:39:59.053Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T05:39:59.053Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T05:39:59.054Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T05:39:59.061Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T05:39:59.061Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T05:39:59.062Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T05:39:59.063Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=139, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T05:39:59.063Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T05:39:59.063Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T05:39:59.166Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:40:06.648Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-24T05:40:06.648Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T05:40:06.658Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and serviceModelVersionId: 2a896d72-3427-42c3-9c51-7a9baf301927
2023-03-24T05:40:06.658Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6453009a-682f-4779-b09e-13f352c10a5e
2023-03-24T05:40:06.659Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0
2023-03-24T05:40:06.666Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T05:40:06.705Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||Invoke
2023-03-24T05:40:06.706Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2e8b790f-2f09-4fd6-82ad-4bd893ef88df], X-ECOMP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-TransactionId=[], X-ONAP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], Content-Type=[application/merge-patch+json]}
2023-03-24T05:40:06.713Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T05:40:06.942Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 05:40:07 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[222], vertex-id=[196704], x-aai-txid=[1-aai-resources-230324-05:40:07:136-49381], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T05:40:06.943Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T05:40:06.944Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||InvokeReturn
2023-03-24T05:40:06.945Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T05:40:06.945Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T05:40:06.955Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T05:40:06.956Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-24T05:40:06.956Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-24T05:40:06.956Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:40:06.957Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:40:06.957Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636406956,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:40:06.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T05:40:06.977Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636406956,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-24T05:40:06.978Z||pool-2-thread-2|||||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-24T05:40:07.990Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:40:07.991Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-24T05:40:07.992Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-24T05:40:07.992Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-24T05:40:07.992Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Lost previously 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-24T05:40:07.992Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T05:40:07.997Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-cccc03e9-71f1-49b4-a2ec-07eddd8dd228
2023-03-24T05:40:07.997Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-24T05:40:07.998Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T05:40:07.998Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T05:40:08.180Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:40:11.189Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:40:14.199Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:40:17.207Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:40:20.216Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:40:23.226Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:40:26.234Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:40:29.243Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:40:32.252Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:40:35.260Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:40:38.269Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:40:41.278Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:40:44.290Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:40:47.299Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:40:50.308Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:40:53.317Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:40:56.326Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:40:59.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:40:59.178Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T05:40:59.179Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T05:40:59.184Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T05:40:59.184Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-cccc03e9-71f1-49b4-a2ec-07eddd8dd228', protocol='range'}
2023-03-24T05:40:59.189Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 3: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-cccc03e9-71f1-49b4-a2ec-07eddd8dd228=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-24T05:40:59.204Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-cccc03e9-71f1-49b4-a2ec-07eddd8dd228', protocol='range'}
2023-03-24T05:40:59.204Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T05:40:59.205Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T05:40:59.205Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T05:40:59.205Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T05:40:59.205Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T05:40:59.210Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T05:40:59.210Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T05:40:59.210Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-24T05:40:59.210Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T05:40:59.210Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=140, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T05:40:59.210Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-24T05:40:59.210Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T05:40:59.210Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T05:40:59.210Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-24T05:40:59.211Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-24T05:40:59.211Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-24T05:40:59.211Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-24T05:41:00.227Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-24T05:41:00.228Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"4f4d2f06-0494-43a6-a64b-32572ec2cd4f","serviceName":"basic_onboard_OYYEOA","serviceVersion":"1.0","serviceUUID":"2a896d72-3427-42c3-9c51-7a9baf301927","serviceDescription":"service","serviceInvariantUUID":"6453009a-682f-4779-b09e-13f352c10a5e","resources":[{"resourceInstanceName":"basic_onboard_OYYEOA 0","resourceName":"basic_onboard_OYYEOA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d9a7313-b25d-475c-8377-9adfb946efd0","resourceInvariantUUID":"8009040d-b91b-4b13-85c4-fece6bfcb0e3","resourceCustomizationUUID":"b1cc5ca1-1246-4125-8ebc-a1079cbe8be6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml","artifactChecksum":"MmU1NTE5ODY5OTI0NjgzMjNkZjkwY2ZiMzMwM2RiYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad1c8aa3-beee-41e2-9e8e-78f7b34ffb87","artifactVersion":"1"},{"artifactName":"basic_onboard_oyyeoa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json","artifactChecksum":"ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcdf0b55-be83-46be-8a09-353314708f63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"436972f1-f03c-4954-b459-893758d8a32e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3cfbecdb-62ec-46ee-8bdc-738bde9a35cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f6639ec1-9d9b-479d-afd4-ac5df430d2b2","artifactVersion":"2","generatedFromUUID":"436972f1-f03c-4954-b459-893758d8a32e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOyyeoa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml","artifactChecksum":"ZjQzN2RmZjUwYzdmZjFhMTY4ZmY3NGRjMDhlMTZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eac9735-ec93-4f95-9a41-b064de4ec4a5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOyyeoa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar","artifactChecksum":"ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T05:41:00.232Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:41:00.233Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:41:00.233Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:41:00.233Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636407990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:41:00.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:41:00.252Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636407990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:41:00.253Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:41:01.234Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:41:01.235Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:41:01.235Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:41:01.235Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636407990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:41:02.236Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:41:02.236Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:41:02.237Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:41:02.237Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636407990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:41:03.237Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:41:03.238Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:41:03.238Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:41:03.238Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636407990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:41:04.239Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:41:04.239Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:41:04.239Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:41:04.239Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636407990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:41:05.240Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:41:05.241Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:41:05.241Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:41:05.241Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636407990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:41:06.242Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:41:06.243Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:41:06.243Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:41:06.243Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636407990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:41:07.246Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "serviceName": "basic_onboard_OYYEOA",
  "serviceVersion": "1.0",
  "serviceUUID": "2a896d72-3427-42c3-9c51-7a9baf301927",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6453009a-682f-4779-b09e-13f352c10a5e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OYYEOA 0",
      "resourceCustomizationUUID": "b1cc5ca1-1246-4125-8ebc-a1079cbe8be6",
      "resourceName": "basic_onboard_OYYEOA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d9a7313-b25d-475c-8377-9adfb946efd0",
      "resourceInvariantUUID": "8009040d-b91b-4b13-85c4-fece6bfcb0e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_oyyeoa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
          "artifactChecksum": "ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bcdf0b55-be83-46be-8a09-353314708f63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "436972f1-f03c-4954-b459-893758d8a32e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
            "generatedFromUUID": "436972f1-f03c-4954-b459-893758d8a32e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOyyeoa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
      "artifactChecksum": "ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T05:41:07.247Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T05:41:07.247Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a896d72-3427-42c3-9c51-7a9baf301927 ASDC
2023-03-24T05:41:07.247Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:4f4d2f06-0494-43a6-a64b-32572ec2cd4f
ServiceName:basic_onboard_OYYEOA
ServiceVersion:1.0
ServiceUUID:2a896d72-3427-42c3-9c51-7a9baf301927
ServiceInvariantUUID:6453009a-682f-4779-b09e-13f352c10a5e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOyyeoa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
ArtifactUUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e
ArtifactChecksum:ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OYYEOA 0
ResourceCustomizationUUID:b1cc5ca1-1246-4125-8ebc-a1079cbe8be6
ResourceInvariantUUID:8009040d-b91b-4b13-85c4-fece6bfcb0e3
ResourceName:basic_onboard_OYYEOA
ResourceType:VF
ResourceUUID:3d9a7313-b25d-475c-8377-9adfb946efd0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oyyeoa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
ArtifactUUID:bcdf0b55-be83-46be-8a09-353314708f63
ArtifactChecksum:ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE=
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:436972f1-f03c-4954-b459-893758d8a32e
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T05:41:07.247Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a896d72-3427-42c3-9c51-7a9baf301927 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:41:07.298Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T05:41:07.299Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-24T05:41:07.299Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-24T05:41:07.299Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T05:41:07.299Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-24T05:41:07.299Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T05:41:07.367Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-24T05:41:07.367Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4a2e14b0
2023-03-24T05:41:07.367Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T05:41:07.368Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T05:41:07.368Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOyyeoa-csar.csar /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T05:41:07.368Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar ASDC sendASDCNotification
2023-03-24T05:41:07.368Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(Specified artifact is  not found)
2023-03-24T05:41:07.368Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T05:41:07.369Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:41:07.369Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:41:07.369Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636467368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:41:08.370Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOyyeoa-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(UUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T05:41:08.392Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T05:41:08.392Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
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-24T05:41:08.397Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||basic_onboard_OYYEOA 0
2023-03-24T05:41:08.398Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
2023-03-24T05:41:08.398Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bcdf0b55-be83-46be-8a09-353314708f63 from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T05:41:08.398Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-24T05:41:08.398Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T05:41:08.413Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-24T05:41:08.414Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@733da874
2023-03-24T05:41:08.414Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T05:41:08.414Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T05:41:08.414Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_oyyeoa0_modules.json /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json bcdf0b55-be83-46be-8a09-353314708f63 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T05:41:08.414Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json ASDC sendASDCNotification
2023-03-24T05:41:08.415Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(Specified artifact is  not found)
2023-03-24T05:41:08.415Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T05:41:08.415Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:41:08.415Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:41:08.415Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636468414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:41:09.416Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_oyyeoa0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(UUID:bcdf0b55-be83-46be-8a09-353314708f63)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T05:41:09.417Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:41:09.445Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:41:09.450Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:41:09.450Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:41:39.451Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:41:39.479Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:41:39.485Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:41:39.485Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:41:59.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:41:59.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:41:59.173Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636407990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T05:41:59.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:41:59.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:41:59.174Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636407990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-24T05:41:59.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:41:59.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:41:59.174Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636407990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:41:59.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:41:59.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:41:59.174Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636407990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-24T05:41:59.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:41:59.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:41:59.175Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636407990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:41:59.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:41:59.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:41:59.175Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636407990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:41:59.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:41:59.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:41:59.175Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636467368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T05:41:59.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:41:59.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:41:59.175Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636468414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T05:41:59.176Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:42:09.486Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:42:09.511Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:42:09.517Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:42:09.517Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:42:39.517Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:42:39.546Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:42:39.551Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:42:39.551Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:42:59.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:43:09.552Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:43:09.581Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:43:09.586Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:43:09.586Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:43:39.587Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:43:39.613Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:43:39.619Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:43:39.619Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:43:59.165Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:44:09.619Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:44:09.649Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:44:09.655Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:44:09.655Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:44:39.655Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:44:39.681Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:44:39.687Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:44:39.688Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:44:59.165Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:45:09.688Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:45:09.718Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:45:09.723Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:45:09.723Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:45:24.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:45:24.647Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636710033,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:45:24.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:45:39.724Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:45:39.747Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:45:39.751Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:45:39.751Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:45:59.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:45:59.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:45:59.166Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679636674592,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:45:59.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:45:59.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:45:59.167Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636708256,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:45:59.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:46:00.223Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-24T05:46:00.223Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Member SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-cccc03e9-71f1-49b4-a2ec-07eddd8dd228 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-24T05:46:00.224Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-24T05:46:00.224Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-24T05:46:02.795Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:46:05.804Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:46:08.813Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:46:09.752Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-24T05:46:09.752Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T05:46:09.765Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and serviceModelVersionId: 2a896d72-3427-42c3-9c51-7a9baf301927
2023-03-24T05:46:09.765Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6453009a-682f-4779-b09e-13f352c10a5e
2023-03-24T05:46:09.766Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0
2023-03-24T05:46:09.773Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T05:46:09.941Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?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-24T05:46:09.942Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||Invoke
2023-03-24T05:46:09.950Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T05:46:10.184Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||InvokeReturn
2023-03-24T05:46:10.185Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 05:46:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[209], vertex-id=[196704], x-aai-txid=[2-aai-resources-230324-05:46:10:380-38328], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T05:46:10.185Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T05:46:10.186Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T05:46:10.186Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T05:46:10.197Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T05:46:10.197Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-24T05:46:10.197Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-24T05:46:10.197Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:46:10.198Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:46:10.198Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636770197,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 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-24T05:46:11.230Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:46:11.230Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-24T05:46:11.231Z||pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-24T05:46:11.231Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-24T05:46:11.231Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Lost previously 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-24T05:46:11.232Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T05:46:11.236Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-3681c36d-917f-44b7-8f8e-bdcef509daa3
2023-03-24T05:46:11.236Z||pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-24T05:46:11.237Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T05:46:11.237Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T05:46:11.824Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:46:14.833Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:46:17.842Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:46:20.851Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:46:23.859Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:46:26.868Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:46:29.877Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:46:32.886Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:46:35.895Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:46:38.904Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:46:41.912Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:46:44.921Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:46:47.930Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:46:50.939Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:46:53.948Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:46:56.956Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:46:59.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:46:59.179Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T05:46:59.180Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T05:46:59.187Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-3681c36d-917f-44b7-8f8e-bdcef509daa3', protocol='range'}
2023-03-24T05:46:59.187Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T05:46:59.192Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 4: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-3681c36d-917f-44b7-8f8e-bdcef509daa3=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-24T05:46:59.209Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-3681c36d-917f-44b7-8f8e-bdcef509daa3', protocol='range'}
2023-03-24T05:46:59.210Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T05:46:59.210Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T05:46:59.211Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T05:46:59.212Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T05:46:59.212Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T05:46:59.216Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-24T05:46:59.217Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-24T05:46:59.217Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-24T05:46:59.217Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-24T05:46:59.217Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-24T05:46:59.217Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-24T05:46:59.218Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T05:46:59.219Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T05:46:59.219Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T05:46:59.219Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=152, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T05:46:59.220Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T05:46:59.220Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T05:47:00.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.233Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"4f4d2f06-0494-43a6-a64b-32572ec2cd4f","serviceName":"basic_onboard_OYYEOA","serviceVersion":"1.0","serviceUUID":"2a896d72-3427-42c3-9c51-7a9baf301927","serviceDescription":"service","serviceInvariantUUID":"6453009a-682f-4779-b09e-13f352c10a5e","resources":[{"resourceInstanceName":"basic_onboard_OYYEOA 0","resourceName":"basic_onboard_OYYEOA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d9a7313-b25d-475c-8377-9adfb946efd0","resourceInvariantUUID":"8009040d-b91b-4b13-85c4-fece6bfcb0e3","resourceCustomizationUUID":"b1cc5ca1-1246-4125-8ebc-a1079cbe8be6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml","artifactChecksum":"MmU1NTE5ODY5OTI0NjgzMjNkZjkwY2ZiMzMwM2RiYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad1c8aa3-beee-41e2-9e8e-78f7b34ffb87","artifactVersion":"1"},{"artifactName":"basic_onboard_oyyeoa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json","artifactChecksum":"ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcdf0b55-be83-46be-8a09-353314708f63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"436972f1-f03c-4954-b459-893758d8a32e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3cfbecdb-62ec-46ee-8bdc-738bde9a35cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f6639ec1-9d9b-479d-afd4-ac5df430d2b2","artifactVersion":"2","generatedFromUUID":"436972f1-f03c-4954-b459-893758d8a32e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOyyeoa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml","artifactChecksum":"ZjQzN2RmZjUwYzdmZjFhMTY4ZmY3NGRjMDhlMTZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eac9735-ec93-4f95-9a41-b064de4ec4a5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOyyeoa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar","artifactChecksum":"ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T05:47:00.236Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:47:00.237Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:47:00.237Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:47:00.237Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:47:00.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.242Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679636712199,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.243Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.243Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636705418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.244Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.244Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679636674592,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:47:00.244Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.244Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636710033,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:47:00.244Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.244Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636708256,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:47:00.244Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.245Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636705418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:47:00.245Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.245Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679636712199,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.245Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.245Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636724275,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.245Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.245Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679636727174,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:47:00.245Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.246Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636727181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:47:00.246Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.246Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636726007,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:47:00.246Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.246Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636724275,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:47:00.246Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.246Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636727010,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T05:47:00.246Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.247Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636727018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:47:00.247Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.247Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636728011,
  "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-24T05:47:00.284Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd4d0016-b37c-432f-8772-14719db40fae
2023-03-24T05:47:00.284Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd4d0016-b37c-432f-8772-14719db40fae 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-24T05:47:00.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.309Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636730108,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T05:47:00.309Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.309Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636728589,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T05:47:00.309Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.309Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636731111,
  "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-24T05:47:00.326Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dd4d0016-b37c-432f-8772-14719db40fae
2023-03-24T05:47:00.326Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd4d0016-b37c-432f-8772-14719db40fae 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-24T05:47:00.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.351Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636729593,
  "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-24T05:47:00.367Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd4d0016-b37c-432f-8772-14719db40fae
2023-03-24T05:47:00.367Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd4d0016-b37c-432f-8772-14719db40fae 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-24T05:47:00.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.392Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636770197,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-24T05:47:00.392Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.392Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636800033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.393Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636786436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.393Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679636788178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.393Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636789013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.393Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679636788370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.394Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636800033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.394Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.394Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679636788370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.394Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.394Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636789013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.394Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.395Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679636788178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.395Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636786436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T05:47:00.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.395Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679636788370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.396Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636800033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.396Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636789013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T05:47:00.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.396Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636786436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T05:47:00.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.397Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679636788178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.397Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.397Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636789013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.397Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.397Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679636788178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.397Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.397Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679636788370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.398Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636786436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.398Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636800033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.398Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636789013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.399Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.399Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679636788178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.399Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.399Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679636788370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.399Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.399Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636786436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T05:47:00.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.400Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636800033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.400Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679636788178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.400Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679636788370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.401Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636789013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.401Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.401Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636800033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.401Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.401Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636786436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.401Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.402Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679636788370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.402Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.402Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636789013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:47:00.402Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.402Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679636788178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:47:00.402Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.403Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636800033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:47:00.403Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.403Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636786436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:47:00.403Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.403Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679636809876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:47:00.403Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.404Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636809306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:47:00.404Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.404Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636808707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:47:00.404Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.404Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636809894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:47:00.404Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.405Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636809710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T05:47:00.405Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.405Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636810413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:47:00.405Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.405Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636810711,
  "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-24T05:47:00.439Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1a2365d1-074b-4844-91d3-363d03287b57
2023-03-24T05:47:00.439Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a2365d1-074b-4844-91d3-363d03287b57 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-24T05:47:00.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.459Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636811496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:47:00.460Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.460Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636812557,
  "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-24T05:47:00.473Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1a2365d1-074b-4844-91d3-363d03287b57
2023-03-24T05:47:00.473Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a2365d1-074b-4844-91d3-363d03287b57 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-24T05:47:00.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.489Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636813560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-24T05:47:00.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.489Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636815042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T05:47:00.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.490Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636816045,
  "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-24T05:47:00.499Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1a2365d1-074b-4844-91d3-363d03287b57
2023-03-24T05:47:00.500Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a2365d1-074b-4844-91d3-363d03287b57 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-24T05:47:00.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.518Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636814275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.519Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.519Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636814275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.519Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.519Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636814275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:00.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:00.520Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636814275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:00.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:47:01.237Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:47:01.238Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:47:01.238Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:47:01.238Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:47:02.239Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:47:02.240Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:47:02.240Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:47:02.240Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:47:03.241Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:47:03.241Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:47:03.241Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:47:03.241Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:47:04.242Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:47:04.242Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:47:04.242Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:47:04.243Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:47:05.243Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:47:05.244Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:47:05.244Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:47:05.244Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:47:06.245Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:47:06.245Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:47:06.246Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:47:06.246Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:47:07.248Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "serviceName": "basic_onboard_OYYEOA",
  "serviceVersion": "1.0",
  "serviceUUID": "2a896d72-3427-42c3-9c51-7a9baf301927",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6453009a-682f-4779-b09e-13f352c10a5e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OYYEOA 0",
      "resourceCustomizationUUID": "b1cc5ca1-1246-4125-8ebc-a1079cbe8be6",
      "resourceName": "basic_onboard_OYYEOA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d9a7313-b25d-475c-8377-9adfb946efd0",
      "resourceInvariantUUID": "8009040d-b91b-4b13-85c4-fece6bfcb0e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_oyyeoa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
          "artifactChecksum": "ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bcdf0b55-be83-46be-8a09-353314708f63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "436972f1-f03c-4954-b459-893758d8a32e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
            "generatedFromUUID": "436972f1-f03c-4954-b459-893758d8a32e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOyyeoa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
      "artifactChecksum": "ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T05:47:07.248Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T05:47:07.248Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a896d72-3427-42c3-9c51-7a9baf301927 ASDC
2023-03-24T05:47:07.248Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4f4d2f06-0494-43a6-a64b-32572ec2cd4f
ServiceName:basic_onboard_OYYEOA
ServiceVersion:1.0
ServiceUUID:2a896d72-3427-42c3-9c51-7a9baf301927
ServiceInvariantUUID:6453009a-682f-4779-b09e-13f352c10a5e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOyyeoa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
ArtifactUUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e
ArtifactChecksum:ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OYYEOA 0
ResourceCustomizationUUID:b1cc5ca1-1246-4125-8ebc-a1079cbe8be6
ResourceInvariantUUID:8009040d-b91b-4b13-85c4-fece6bfcb0e3
ResourceName:basic_onboard_OYYEOA
ResourceType:VF
ResourceUUID:3d9a7313-b25d-475c-8377-9adfb946efd0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oyyeoa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
ArtifactUUID:bcdf0b55-be83-46be-8a09-353314708f63
ArtifactChecksum:ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE=
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:436972f1-f03c-4954-b459-893758d8a32e
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T05:47:07.249Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a896d72-3427-42c3-9c51-7a9baf301927 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:47:07.302Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T05:47:07.303Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T05:47:07.303Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T05:47:07.303Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T05:47:07.303Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T05:47:07.303Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T05:47:07.333Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T05:47:07.334Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4670224a
2023-03-24T05:47:07.334Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T05:47:07.334Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T05:47:07.334Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOyyeoa-csar.csar /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T05:47:07.334Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar ASDC sendASDCNotification
2023-03-24T05:47:07.335Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(Specified artifact is  not found)
2023-03-24T05:47:07.335Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T05:47:07.335Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:47:07.335Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:47:07.335Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636827334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:47:08.336Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOyyeoa-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(UUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T05:47:08.356Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T05:47:08.357Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
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-24T05:47:08.363Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||basic_onboard_OYYEOA 0
2023-03-24T05:47:08.363Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
2023-03-24T05:47:08.364Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bcdf0b55-be83-46be-8a09-353314708f63 from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T05:47:08.364Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T05:47:08.364Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T05:47:08.385Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T05:47:08.386Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@76431aa8
2023-03-24T05:47:08.386Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T05:47:08.386Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T05:47:08.386Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_oyyeoa0_modules.json /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json bcdf0b55-be83-46be-8a09-353314708f63 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T05:47:08.386Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json ASDC sendASDCNotification
2023-03-24T05:47:08.386Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(Specified artifact is  not found)
2023-03-24T05:47:08.386Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T05:47:08.387Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:47:08.387Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:47:08.387Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636828386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:47:09.388Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_oyyeoa0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(UUID:bcdf0b55-be83-46be-8a09-353314708f63)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T05:47:09.389Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:47:09.410Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:47:09.415Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:47:09.415Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:47:39.416Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:47:39.440Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:47:39.445Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:47:39.445Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:47:59.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:47:59.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:47:59.166Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636814275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:47:59.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:09.446Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:48:09.470Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:48:09.474Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:48:09.474Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:48:39.474Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:48:39.502Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:48:39.508Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:48:39.508Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:48:59.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:48:59.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.168Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.170Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636814275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.170Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T05:48:59.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.171Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636814275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:48:59.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.171Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-24T05:48:59.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.171Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.171Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636822062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:48:59.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.172Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679636810879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.172Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679636808368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.172Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636814563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.172Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636811713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.173Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-24T05:48:59.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.173Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679636810879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.173Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679636808368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.173Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636814563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.174Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636811713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.174Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.174Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636824261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T05:48:59.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.174Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679636810879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.175Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679636808368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.175Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636814563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.175Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636811713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.176Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.176Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:48:59.176Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.176Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636825265,
  "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-24T05:48:59.193Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1a2365d1-074b-4844-91d3-363d03287b57
2023-03-24T05:48:59.193Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a2365d1-074b-4844-91d3-363d03287b57 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-24T05:48:59.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.217Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679636808368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.218Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679636810879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.218Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636811713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.219Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636814563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.219Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636827334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T05:48:59.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.219Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679636808368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.219Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679636810879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636814563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636811713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636828386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T05:48:59.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679636808368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-24T05:48:59.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.222Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679636810879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.223Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636811713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.223Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636814563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.223Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636830033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.223Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679636810879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.224Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679636808368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.224Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636811713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.224Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636814563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.224Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636830033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.224Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679636810879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:48:59.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.224Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679636808368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.225Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636811713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:48:59.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.225Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679636814563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:48:59.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.225Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636830033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.226Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636831123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:48:59.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.226Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679636832301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:48:59.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.226Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636830033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.227Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636832125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T05:48:59.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.227Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636830033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.228Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679636833127,
  "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-24T05:48:59.260Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47aeea4c-050e-497f-8613-81119c7707d5
2023-03-24T05:48:59.260Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47aeea4c-050e-497f-8613-81119c7707d5 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-24T05:48:59.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.287Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636830033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.287Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.287Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636830033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.287Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.288Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636830033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:48:59.288Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.288Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636838144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:48:59.288Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.288Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636841692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T05:48:59.288Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.288Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "aai-model-loader",
  "timestamp": 1679636842694,
  "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-24T05:48:59.302Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 47aeea4c-050e-497f-8613-81119c7707d5
2023-03-24T05:48:59.303Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47aeea4c-050e-497f-8613-81119c7707d5 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-24T05:48:59.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.327Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636844275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.328Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.328Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636844275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.328Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.328Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636844275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.328Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.329Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636844275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.329Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.329Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636844275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.329Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.329Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636844275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.329Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.330Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636844275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:48:59.330Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.330Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636844275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:48:59.330Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.330Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636853054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:48:59.330Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.330Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636854848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T05:48:59.331Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:48:59.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:48:59.331Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679636855851,
  "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-24T05:48:59.346Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47aeea4c-050e-497f-8613-81119c7707d5
2023-03-24T05:48:59.346Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47aeea4c-050e-497f-8613-81119c7707d5 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-24T05:49:09.508Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:49:09.532Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:49:09.539Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:49:09.540Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:49:39.540Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:49:39.562Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:49:39.567Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:49:39.568Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:49:59.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:50:09.568Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:50:09.596Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:50:09.601Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:50:09.601Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:50:39.601Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:50:39.622Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:50:39.627Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:50:39.627Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:50:59.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:51:09.627Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:51:09.648Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:51:09.654Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:51:09.654Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:51:39.654Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:51:39.684Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:51:39.690Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:51:39.690Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:51:59.165Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:52:00.290Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-24T05:52:00.290Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Member SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-3681c36d-917f-44b7-8f8e-bdcef509daa3 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-24T05:52:00.291Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-24T05:52:00.291Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-24T05:52:02.755Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:52:02.772Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T05:52:02.772Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T05:52:02.778Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T05:52:02.779Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 5: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T05:52:02.796Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T05:52:02.797Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T05:52:02.797Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T05:52:02.802Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T05:52:02.802Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T05:52:02.803Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T05:52:02.803Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=296, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T05:52:02.803Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T05:52:02.803Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T05:52:09.691Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-24T05:52:09.691Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T05:52:09.700Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and serviceModelVersionId: 2a896d72-3427-42c3-9c51-7a9baf301927
2023-03-24T05:52:09.700Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6453009a-682f-4779-b09e-13f352c10a5e
2023-03-24T05:52:09.701Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0
2023-03-24T05:52:09.706Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T05:52:09.738Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||Invoke
2023-03-24T05:52:09.739Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b28b5fbd-34b5-4bb3-a486-7932ee8b3b04], X-ECOMP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-TransactionId=[], X-ONAP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], Content-Type=[application/merge-patch+json]}
2023-03-24T05:52:09.747Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T05:52:09.916Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 05:52:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[165], vertex-id=[196704], x-aai-txid=[2-aai-resources-230324-05:52:10:185-69101], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T05:52:09.916Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T05:52:09.917Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||InvokeReturn
2023-03-24T05:52:09.918Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T05:52:09.918Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T05:52:09.930Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T05:52:09.931Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-24T05:52:09.931Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-24T05:52:09.931Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:52:09.931Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:52:09.932Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637129931,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:52:09.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:52:09.950Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637129931,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-24T05:52:09.951Z||pool-2-thread-6|||||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-24T05:52:10.963Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T05:52:10.963Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"dd4d0016-b37c-432f-8772-14719db40fae","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d2fd896c-8dbd-40cf-9f32-00ea121c4b86","serviceDescription":"service","serviceInvariantUUID":"eb7fb721-ae76-4fb4-a11d-09ec966ae14c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fb543b88-df7e-4c82-8201-6f6d54ac6c50","resourceInvariantUUID":"4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c","resourceCustomizationUUID":"9d0a16e8-2977-47a9-95c1-230b7d89e748","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":"YTg3YjMxZjE4MzA2Mjc5NjhhMjUyMWU5ZGVhMDgxYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"237b512e-0d38-481d-8779-ce675533ccd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eaa5e2ab-c485-4ac8-9447-f0ec97630551","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T05:52:10.964Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:52:10.964Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:52:10.964Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:52:10.964Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "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-24T05:52:11.965Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:52:11.965Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:52:11.965Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:52:11.965Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:52:12.966Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d2fd896c-8dbd-40cf-9f32-00ea121c4b86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb7fb721-ae76-4fb4-a11d-09ec966ae14c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9d0a16e8-2977-47a9-95c1-230b7d89e748",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "fb543b88-df7e-4c82-8201-6f6d54ac6c50",
      "resourceInvariantUUID": "4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c",
      "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": "YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eaa5e2ab-c485-4ac8-9447-f0ec97630551"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T05:52:12.967Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T05:52:12.967Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d2fd896c-8dbd-40cf-9f32-00ea121c4b86 ASDC
2023-03-24T05:52:12.967Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:dd4d0016-b37c-432f-8772-14719db40fae
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d2fd896c-8dbd-40cf-9f32-00ea121c4b86
ServiceInvariantUUID:eb7fb721-ae76-4fb4-a11d-09ec966ae14c
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:eaa5e2ab-c485-4ac8-9447-f0ec97630551
ArtifactChecksum:YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9d0a16e8-2977-47a9-95c1-230b7d89e748
ResourceInvariantUUID:4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fb543b88-df7e-4c82-8201-6f6d54ac6c50
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-24T05:52:12.967Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2fd896c-8dbd-40cf-9f32-00ea121c4b86 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-24T05:52:13.029Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T05:52:13.029Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T05:52:13.030Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T05:52:13.030Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T05:52:13.030Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T05:52:13.030Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:13.303Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T05:52:13.305Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eaa5e2ab-c485-4ac8-9447-f0ec97630551 57798
2023-03-24T05:52:13.305Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:13.305Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:13.305Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T05:52:13.306Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:52:13.306Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:52:13.306Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637133305,
  "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-24T05:52:14.307Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T05:52:14.308Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T05:52:14.308Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-24T05:52:14.309Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-24T05:52:14.309Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-24T05:52:14.309Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-24T05:52:14.408Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17070164737787681627/Definitions/service-BasicNetwork-template.yml
2023-03-24T05:52:14.762Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T05:52:14.762Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T05:52:14.762Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-24T05:52:14.762Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-24T05:52:14.762Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.763Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.763Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.763Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.763Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.763Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.763Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.763Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.763Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T05:52:14.763Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:14.763Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.763Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-24T05:52:14.763Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T05:52:14.763Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T05:52:14.764Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:14.764Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.764Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-24T05:52:14.764Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T05:52:14.764Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T05:52:14.764Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:14.764Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.764Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:14.764Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.764Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:14.764Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.764Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:14.764Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.765Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:14.765Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.765Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:d2fd896c-8dbd-40cf-9f32-00ea121c4b86
Model Version:NULL
Model InvariantUuid:eb7fb721-ae76-4fb4-a11d-09ec966ae14c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c
Model UUID:9bb010d8-d2be-4a1f-9e42-998e5cce4e54
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:9d0a16e8-2977-47a9-95c1-230b7d89e748
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-24T05:52:14.783Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50
2023-03-24T05:52:14.783Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||No resources found for Service: d2fd896c-8dbd-40cf-9f32-00ea121c4b86
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-24T05:52:14.788Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||
2023-03-24T05:52:14.788Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-03-24T05:52:14.788Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||No resources found for Service: d2fd896c-8dbd-40cf-9f32-00ea121c4b86
2023-03-24T05:52:14.788Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d2fd896c-8dbd-40cf-9f32-00ea121c4b86
2023-03-24T05:52:14.788Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-03-24T05:52:14.788Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.800Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31ef7d67, org.onap.sdc.toscaparser.api.parameters.Input@2d19611e, org.onap.sdc.toscaparser.api.parameters.Input@33d2efeb, org.onap.sdc.toscaparser.api.parameters.Input@36f4da6b, org.onap.sdc.toscaparser.api.parameters.Input@7cba9d97]
2023-03-24T05:52:14.801Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:14.802Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.802Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:14.802Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.803Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d2fd896c-8dbd-40cf-9f32-00ea121c4b86: Generic NeutronNet
2023-03-24T05:52:14.803Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:14.803Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.803Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:14.803Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.846Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:14.847Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.847Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:14.847Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.847Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:14.847Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.847Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.961Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-03-24T05:52:14.961Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.961Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:14.961Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T05:52:14.961Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:52:14.961Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:52:14.961Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637134961,
  "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-24T05:52:15.962Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:52:15.990Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
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-24T05:52:15.994Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T05:52:15.994Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T05:52:15.994Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T05:52:15.994Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T05:52:15.995Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T05:52:15.995Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T05:52:15.995Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T05:52:15.995Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T05:52:15.995Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:16.009Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T05:52:46.009Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae 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-24T05:52:46.018Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd4d0016-b37c-432f-8772-14719db40fae and serviceModelVersionId: d2fd896c-8dbd-40cf-9f32-00ea121c4b86
2023-03-24T05:52:46.019Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb7fb721-ae76-4fb4-a11d-09ec966ae14c
2023-03-24T05:52:46.020Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0
2023-03-24T05:52:46.026Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T05:52:46.156Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||Invoke
2023-03-24T05:52:46.156Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[14692625-c722-465b-ac62-5f996a866349], X-ECOMP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-TransactionId=[], X-ONAP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], Content-Type=[application/merge-patch+json]}
2023-03-24T05:52:46.164Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T05:52:46.321Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?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/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 05:52:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[225312], x-aai-txid=[0-aai-resources-230324-05:52:46:603-28476], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T05:52:46.322Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T05:52:46.323Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||InvokeReturn
2023-03-24T05:52:46.324Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T05:52:46.324Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:46.340Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:52:46.340Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd4d0016-b37c-432f-8772-14719db40fae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T05:52:46.340Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T05:52:46.341Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:52:46.341Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:52:46.341Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637166340,
  "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-24T05:52:47.371Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T05:52:47.372Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"1a2365d1-074b-4844-91d3-363d03287b57","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"09ff96f4-229a-4515-9709-6d2f2c4821ac","serviceDescription":"service","serviceInvariantUUID":"45dc50b5-a169-45aa-9f0b-ccc1cea11873","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc","resourceInvariantUUID":"a7fff94d-369d-44ee-8b27-435e03531596","resourceCustomizationUUID":"b7580746-a72b-4fb1-9336-d78ac7525682","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":"YTMyNWQyZWU0MDA1ODYwMmVjMGE2Y2IxMDYwMWEyYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69c13507-0010-4c9a-ade6-d19f5baf9488","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":"N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"994e980a-ea5f-4be3-8a38-6ec36a40427d","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":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a","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":"54f5d029-3e9c-428a-9790-9535b8f1bb74","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":"249db6ea-2fe4-4b56-b5af-9585a06fdc81","artifactVersion":"2","generatedFromUUID":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2M0YTE2MDQ0ZDIwZGMxYjM4MmM1NzBmNjcwMjVjZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cacd8347-baf7-4864-851a-2e4d0d06f245","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T05:52:47.372Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:52:47.373Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:52:47.373Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:52:47.373Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "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-24T05:52:48.374Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:52:48.375Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:52:48.375Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:52:48.375Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "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-24T05:52:49.376Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:52:49.377Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:52:49.377Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:52:49.378Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "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-24T05:52:50.379Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:52:50.380Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:52:50.380Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:52:50.381Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "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-24T05:52:51.382Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:52:51.382Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:52:51.383Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:52:51.383Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "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-24T05:52:52.384Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:52:52.384Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:52:52.385Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:52:52.385Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "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-24T05:52:53.386Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:52:53.387Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:52:53.387Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:52:53.387Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:52:54.388Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "09ff96f4-229a-4515-9709-6d2f2c4821ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45dc50b5-a169-45aa-9f0b-ccc1cea11873",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b7580746-a72b-4fb1-9336-d78ac7525682",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc",
      "resourceInvariantUUID": "a7fff94d-369d-44ee-8b27-435e03531596",
      "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": "N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "994e980a-ea5f-4be3-8a38-6ec36a40427d",
          "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": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a",
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
            "generatedFromUUID": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"
          },
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T05:52:54.389Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T05:52:54.389Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09ff96f4-229a-4515-9709-6d2f2c4821ac ASDC
2023-03-24T05:52:54.389Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1a2365d1-074b-4844-91d3-363d03287b57
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:09ff96f4-229a-4515-9709-6d2f2c4821ac
ServiceInvariantUUID:45dc50b5-a169-45aa-9f0b-ccc1cea11873
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:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311
ArtifactChecksum:ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b7580746-a72b-4fb1-9336-d78ac7525682
ResourceInvariantUUID:a7fff94d-369d-44ee-8b27-435e03531596
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc
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:994e980a-ea5f-4be3-8a38-6ec36a40427d
ArtifactChecksum:N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE=
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:65fe8888-43b5-4f65-bf9d-77c8a3c7d02a
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T05:52:54.390Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09ff96f4-229a-4515-9709-6d2f2c4821ac 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-24T05:52:54.460Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T05:52:54.461Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T05:52:54.461Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T05:52:54.461Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T05:52:54.461Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T05:52:54.462Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:54.726Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T05:52:54.729Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 75176
2023-03-24T05:52:54.729Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:54.729Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:54.729Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T05:52:54.730Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:52:54.730Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:52:54.730Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637174729,
  "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-24T05:52:55.731Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T05:52:55.732Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T05:52:55.732Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-24T05:52:55.733Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-24T05:52:55.733Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-24T05:52:55.734Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-24T05:52:55.835Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7318865594825924912/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-24T05:52:56.863Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T05:52:56.863Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T05:52:56.863Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-24T05:52:56.863Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T05:52:56.863Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:56.863Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:56.863Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:56.863Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:56.863Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:56.863Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:56.863Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:56.863Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T05:52:56.863Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:56.864Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:56.864Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-24T05:52:56.864Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T05:52:56.864Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T05:52:56.864Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:56.864Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:56.864Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-24T05:52:56.864Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T05:52:56.864Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T05:52:56.864Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:56.864Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:56.864Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:56.865Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-24T05:52:56.865Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-24T05:52:56.865Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-24T05:52:56.865Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-24T05:52:56.865Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-24T05:52:56.865Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-24T05:52:56.865Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:56.865Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:56.865Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:56.865Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-24T05:52:56.865Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T05:52:56.865Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:56.865Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-24T05:52:56.866Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T05:52:56.866Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:56.866Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-24T05:52:56.866Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T05:52:56.866Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:56.866Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-24T05:52:56.866Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-24T05:52:56.866Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-24T05:52:56.866Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=091a3e5e-c23e-4c50-9ee9-6aa0b140ec43
2023-03-24T05:52:56.866Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:56.866Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:56.866Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:56.866Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:56.866Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:56.867Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:56.867Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:52:56.867Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:56.867Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:09ff96f4-229a-4515-9709-6d2f2c4821ac
Model Version:NULL
Model InvariantUuid:45dc50b5-a169-45aa-9f0b-ccc1cea11873
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:13481155-b1da-400e-88a1-379453aba935
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a7fff94d-369d-44ee-8b27-435e03531596
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7580746-a72b-4fb1-9336-d78ac7525682
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a6c8d2b6-e359-4f24-97b8-e0ed3fa3a302
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:36d6fbc5-f220-4c4b-ac33-9f9a965a2325
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:091a3e5e-c23e-4c50-9ee9-6aa0b140ec43
ModelInvariantUuid:bf99d03e-d39d-4665-a0c8-17f954e806d6
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:256b0c17-3a52-4e12-b4e3-46c587a7fd51
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4cc1e315-63fd-4921-8749-1fea70166d5f
ModelInvariantUuid:ef35787f-a517-4baf-a54f-34315c61a1cc
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:943e1158-fe9d-4ae3-9635-176f99df989b
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-24T05:52:56.885Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc
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-24T05:52:56.891Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||basic_vm 0
2023-03-24T05:52:56.891Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc
2023-03-24T05:52:56.891Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 994e980a-ea5f-4be3-8a38-6ec36a40427d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-24T05:52:56.891Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T05:52:56.891Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:56.989Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T05:52:56.989Z|1a2365d1-074b-4844-91d3-363d03287b57|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 994e980a-ea5f-4be3-8a38-6ec36a40427d 787
2023-03-24T05:52:56.990Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:56.990Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:56.990Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T05:52:56.990Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:52:56.990Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:52:56.991Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637176990,
  "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-24T05:52:57.992Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a6c8d2b6-e359-4f24-97b8-e0ed3fa3a302",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "36d6fbc5-f220-4c4b-ac33-9f9a965a2325",
    "vfModuleModelCustomizationUUID": "dc76f915-8470-4aea-80a3-b5edd290677c",
    "isBase": true,
    "artifacts": [
      "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a",
      "249db6ea-2fe4-4b56-b5af-9585a06fdc81"
    ],
    "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-24T05:52:57.998Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:36d6fbc5-f220-4c4b-ac33-9f9a965a2325
VfModuleModelInvariantUUID:a6c8d2b6-e359-4f24-97b8-e0ed3fa3a302
VfModuleModelDescription:NULL
Artifacts UUID List:{
65fe8888-43b5-4f65-bf9d-77c8a3c7d02a
,
249db6ea-2fe4-4b56-b5af-9585a06fdc81

}
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-24T05:52:58.001Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a6c8d2b6-e359-4f24-97b8-e0ed3fa3a302",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "36d6fbc5-f220-4c4b-ac33-9f9a965a2325",
    "vfModuleModelCustomizationUUID": "dc76f915-8470-4aea-80a3-b5edd290677c",
    "isBase": true,
    "artifacts": [
      "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a",
      "249db6ea-2fe4-4b56-b5af-9585a06fdc81"
    ],
    "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-24T05:52:58.001Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:36d6fbc5-f220-4c4b-ac33-9f9a965a2325
VfModuleModelInvariantUUID:a6c8d2b6-e359-4f24-97b8-e0ed3fa3a302
VfModuleModelDescription:NULL
Artifacts UUID List:{
65fe8888-43b5-4f65-bf9d-77c8a3c7d02a
,
249db6ea-2fe4-4b56-b5af-9585a06fdc81

}
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-24T05:52:58.002Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 65fe8888-43b5-4f65-bf9d-77c8a3c7d02a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-24T05:52:58.002Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T05:52:58.002Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:58.094Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T05:52:58.094Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 65fe8888-43b5-4f65-bf9d-77c8a3c7d02a 5033
2023-03-24T05:52:58.094Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:58.095Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:58.095Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T05:52:58.095Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:52:58.095Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:52:58.095Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637178094,
  "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-24T05:52:59.096Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 249db6ea-2fe4-4b56-b5af-9585a06fdc81 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-24T05:52:59.097Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T05:52:59.097Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:59.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:52:59.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:52:59.171Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:52:59.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:52:59.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:52:59.172Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:52:59.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:52:59.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:52:59.172Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637133305,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:52:59.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:52:59.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:52:59.172Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637134961,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T05:52:59.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:52:59.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:52:59.172Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637166340,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T05:52:59.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:52:59.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:52:59.173Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:52:59.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:52:59.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:52:59.173Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T05:52:59.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:52:59.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:52:59.173Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T05:52:59.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:52:59.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:52:59.174Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:52:59.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:52:59.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:52:59.174Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T05:52:59.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:52:59.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:52:59.174Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:52:59.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:52:59.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:52:59.174Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679636771230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:52:59.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:52:59.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:52:59.175Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637174729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:52:59.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:52:59.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:52:59.175Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637176990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:52:59.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:52:59.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:52:59.175Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637178094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:52:59.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:52:59.181Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T05:52:59.181Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 249db6ea-2fe4-4b56-b5af-9585a06fdc81 903
2023-03-24T05:52:59.181Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:59.181Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:52:59.182Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T05:52:59.182Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:52:59.182Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:52:59.182Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637179181,
  "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-24T05:53:00.182Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 09ff96f4-229a-4515-9709-6d2f2c4821ac
2023-03-24T05:53:00.183Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc 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-24T05:53:00.210Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5819e238, org.onap.sdc.toscaparser.api.parameters.Input@3d977424, org.onap.sdc.toscaparser.api.parameters.Input@311cff98, org.onap.sdc.toscaparser.api.parameters.Input@10377528, org.onap.sdc.toscaparser.api.parameters.Input@7285d34]
2023-03-24T05:53:00.211Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:53:00.211Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:00.211Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-03-24T05:53:00.212Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= b7580746-a72b-4fb1-9336-d78ac7525682
2023-03-24T05:53:00.212Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7580746-a72b-4fb1-9336-d78ac7525682 matches Tosca VF Customization UUID: b7580746-a72b-4fb1-9336-d78ac7525682
2023-03-24T05:53:00.212Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: b7580746-a72b-4fb1-9336-d78ac7525682  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-24T05:53:00.217Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:53:00.218Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:00.218Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id b7580746-a72b-4fb1-9336-d78ac7525682: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-24T05:53:00.218Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c1b41cd
2023-03-24T05:53:00.219Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:53:00.219Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:00.219Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dc76f915-8470-4aea-80a3-b5edd290677c
2023-03-24T05:53:00.219Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dc76f915-8470-4aea-80a3-b5edd290677c
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-24T05:53:00.224Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:53:00.224Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-24T05:53:00.225Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T05:53:00.225Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:53:00.225Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-24T05:53:00.225Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T05:53:00.225Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:53:00.225Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-24T05:53:00.225Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-24T05:53:00.226Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-24T05:53:00.226Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=091a3e5e-c23e-4c50-9ee9-6aa0b140ec43
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-24T05:53:00.230Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:53:00.230Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-24T05:53:00.230Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T05:53:00.231Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:53:00.231Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-24T05:53:00.231Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b7580746-a72b-4fb1-9336-d78ac7525682
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-24T05:53:00.234Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:53:00.235Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:00.235Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 09ff96f4-229a-4515-9709-6d2f2c4821ac: basic_vm
2023-03-24T05:53:00.235Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:53:00.235Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:00.235Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:53:00.235Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:00.235Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:53:00.235Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:00.235Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:53:00.235Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:00.235Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:53:00.236Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:00.236Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:00.447Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc 1 ASDC deployResourceStructure
2023-03-24T05:53:00.448Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:00.448Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:00.448Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T05:53:00.449Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:53:00.449Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:53:00.449Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637180448,
  "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-24T05:53:01.450Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:01.450Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:01.451Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T05:53:01.451Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:53:01.451Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:53:01.451Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637181450,
  "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-24T05:53:02.452Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:02.453Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:02.453Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T05:53:02.453Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:53:02.453Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:53:02.453Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637182452,
  "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-24T05:53:03.454Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:03.454Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:03.454Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T05:53:03.454Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:53:03.454Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:53:03.454Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637183454,
  "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-24T05:53:04.456Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:53:04.478Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
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-24T05:53:04.483Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T05:53:04.483Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T05:53:04.483Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T05:53:04.484Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T05:53:04.484Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T05:53:04.484Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T05:53:04.484Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T05:53:04.484Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T05:53:04.484Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:04.498Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T05:53:34.498Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57 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-24T05:53:34.511Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a2365d1-074b-4844-91d3-363d03287b57 and serviceModelVersionId: 09ff96f4-229a-4515-9709-6d2f2c4821ac
2023-03-24T05:53:34.511Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45dc50b5-a169-45aa-9f0b-ccc1cea11873
2023-03-24T05:53:34.512Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0
2023-03-24T05:53:34.519Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T05:53:34.562Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||Invoke
2023-03-24T05:53:34.562Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[847cde05-899e-492e-9a29-9b3100af834a], X-ECOMP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-TransactionId=[], X-ONAP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], Content-Type=[application/merge-patch+json]}
2023-03-24T05:53:34.571Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T05:53:34.712Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?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/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 05:53:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[356504], x-aai-txid=[0-aai-resources-230324-05:53:35:009-36401], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T05:53:34.712Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T05:53:34.713Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||InvokeReturn
2023-03-24T05:53:34.713Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T05:53:34.713Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:34.727Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:53:34.727Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a2365d1-074b-4844-91d3-363d03287b57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T05:53:34.727Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T05:53:34.728Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:53:34.728Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:53:34.728Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637214727,
  "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-24T05:53:35.757Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T05:53:35.758Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-24T05:53:35.759Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-24T05:53:35.759Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-24T05:53:35.759Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Lost previously 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-24T05:53:35.759Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T05:53:35.765Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-2895f7d4-8d8d-45d8-ab1a-9f5b01a06a1f
2023-03-24T05:53:35.765Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=4, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-24T05:53:35.765Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T05:53:35.765Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T05:53:36.182Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:53:39.190Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:53:42.200Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:53:45.209Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:53:48.218Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:53:51.228Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:53:54.238Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:53:57.247Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:53:59.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:53:59.175Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T05:53:59.175Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T05:53:59.180Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T05:53:59.180Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-2895f7d4-8d8d-45d8-ab1a-9f5b01a06a1f', protocol='range'}
2023-03-24T05:53:59.184Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 6: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-2895f7d4-8d8d-45d8-ab1a-9f5b01a06a1f=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-24T05:53:59.197Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-2895f7d4-8d8d-45d8-ab1a-9f5b01a06a1f', protocol='range'}
2023-03-24T05:53:59.197Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T05:53:59.198Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T05:53:59.198Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T05:53:59.198Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T05:53:59.198Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T05:53:59.202Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T05:53:59.202Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T05:53:59.202Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T05:53:59.202Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=312, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T05:53:59.202Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T05:53:59.202Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T05:53:59.203Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-24T05:53:59.203Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-24T05:53:59.203Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-24T05:53:59.204Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-24T05:53:59.204Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-24T05:53:59.204Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-24T05:54:00.216Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T05:54:00.216Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"4f4d2f06-0494-43a6-a64b-32572ec2cd4f","serviceName":"basic_onboard_OYYEOA","serviceVersion":"1.0","serviceUUID":"2a896d72-3427-42c3-9c51-7a9baf301927","serviceDescription":"service","serviceInvariantUUID":"6453009a-682f-4779-b09e-13f352c10a5e","resources":[{"resourceInstanceName":"basic_onboard_OYYEOA 0","resourceName":"basic_onboard_OYYEOA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d9a7313-b25d-475c-8377-9adfb946efd0","resourceInvariantUUID":"8009040d-b91b-4b13-85c4-fece6bfcb0e3","resourceCustomizationUUID":"b1cc5ca1-1246-4125-8ebc-a1079cbe8be6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml","artifactChecksum":"MmU1NTE5ODY5OTI0NjgzMjNkZjkwY2ZiMzMwM2RiYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad1c8aa3-beee-41e2-9e8e-78f7b34ffb87","artifactVersion":"1"},{"artifactName":"basic_onboard_oyyeoa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json","artifactChecksum":"ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcdf0b55-be83-46be-8a09-353314708f63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"436972f1-f03c-4954-b459-893758d8a32e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3cfbecdb-62ec-46ee-8bdc-738bde9a35cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f6639ec1-9d9b-479d-afd4-ac5df430d2b2","artifactVersion":"2","generatedFromUUID":"436972f1-f03c-4954-b459-893758d8a32e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOyyeoa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml","artifactChecksum":"ZjQzN2RmZjUwYzdmZjFhMTY4ZmY3NGRjMDhlMTZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eac9735-ec93-4f95-9a41-b064de4ec4a5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOyyeoa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar","artifactChecksum":"ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T05:54:00.217Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:54:00.218Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:54:00.218Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:54:00.218Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:54:00.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:54:00.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637179181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:54:00.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:54:00.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:54:00.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637180448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-24T05:54:00.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:54:00.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:54:00.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637181450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-24T05:54:00.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:54:00.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:54:00.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637182452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-24T05:54:00.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:54:00.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:54:00.221Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637183454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T05:54:00.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:54:00.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:54:00.221Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637214727,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T05:54:00.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:54:01.219Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:54:01.219Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:54:01.219Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:54:01.220Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:54:02.221Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:54:02.222Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:54:02.222Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:54:02.222Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:54:03.223Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:54:03.224Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:54:03.224Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:54:03.224Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:54:04.225Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:54:04.225Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:54:04.225Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:54:04.225Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:54:05.226Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:54:05.227Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:54:05.227Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:54:05.227Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:54:06.228Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:54:06.228Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:54:06.228Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:54:06.228Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:54:07.230Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "serviceName": "basic_onboard_OYYEOA",
  "serviceVersion": "1.0",
  "serviceUUID": "2a896d72-3427-42c3-9c51-7a9baf301927",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6453009a-682f-4779-b09e-13f352c10a5e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OYYEOA 0",
      "resourceCustomizationUUID": "b1cc5ca1-1246-4125-8ebc-a1079cbe8be6",
      "resourceName": "basic_onboard_OYYEOA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d9a7313-b25d-475c-8377-9adfb946efd0",
      "resourceInvariantUUID": "8009040d-b91b-4b13-85c4-fece6bfcb0e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_oyyeoa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
          "artifactChecksum": "ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bcdf0b55-be83-46be-8a09-353314708f63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "436972f1-f03c-4954-b459-893758d8a32e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
            "generatedFromUUID": "436972f1-f03c-4954-b459-893758d8a32e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOyyeoa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
      "artifactChecksum": "ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T05:54:07.230Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T05:54:07.230Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a896d72-3427-42c3-9c51-7a9baf301927 ASDC
2023-03-24T05:54:07.230Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4f4d2f06-0494-43a6-a64b-32572ec2cd4f
ServiceName:basic_onboard_OYYEOA
ServiceVersion:1.0
ServiceUUID:2a896d72-3427-42c3-9c51-7a9baf301927
ServiceInvariantUUID:6453009a-682f-4779-b09e-13f352c10a5e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOyyeoa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
ArtifactUUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e
ArtifactChecksum:ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OYYEOA 0
ResourceCustomizationUUID:b1cc5ca1-1246-4125-8ebc-a1079cbe8be6
ResourceInvariantUUID:8009040d-b91b-4b13-85c4-fece6bfcb0e3
ResourceName:basic_onboard_OYYEOA
ResourceType:VF
ResourceUUID:3d9a7313-b25d-475c-8377-9adfb946efd0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oyyeoa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
ArtifactUUID:bcdf0b55-be83-46be-8a09-353314708f63
ArtifactChecksum:ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE=
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:436972f1-f03c-4954-b459-893758d8a32e
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T05:54:07.231Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a896d72-3427-42c3-9c51-7a9baf301927 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:54:07.284Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T05:54:07.286Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T05:54:07.286Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T05:54:07.286Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T05:54:07.287Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T05:54:07.287Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T05:54:07.310Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T05:54:07.310Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@f4cfaf5
2023-03-24T05:54:07.311Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T05:54:07.311Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T05:54:07.311Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOyyeoa-csar.csar /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T05:54:07.312Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar ASDC sendASDCNotification
2023-03-24T05:54:07.312Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(Specified artifact is  not found)
2023-03-24T05:54:07.312Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T05:54:07.313Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:54:07.313Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:54:07.313Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637247312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:54:08.314Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOyyeoa-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(UUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T05:54:08.337Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T05:54:08.337Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
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-24T05:54:08.343Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||basic_onboard_OYYEOA 0
2023-03-24T05:54:08.344Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
2023-03-24T05:54:08.344Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bcdf0b55-be83-46be-8a09-353314708f63 from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T05:54:08.344Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T05:54:08.344Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T05:54:08.360Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T05:54:08.360Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@55a5f1e4
2023-03-24T05:54:08.361Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T05:54:08.361Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T05:54:08.361Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_oyyeoa0_modules.json /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json bcdf0b55-be83-46be-8a09-353314708f63 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T05:54:08.361Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json ASDC sendASDCNotification
2023-03-24T05:54:08.361Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(Specified artifact is  not found)
2023-03-24T05:54:08.361Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T05:54:08.362Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:54:08.362Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:54:08.362Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637248361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:54:09.363Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_oyyeoa0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(UUID:bcdf0b55-be83-46be-8a09-353314708f63)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T05:54:09.364Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:54:09.394Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:54:09.400Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:54:09.400Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:54:39.401Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:54:39.429Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:54:39.435Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:54:39.436Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:54:59.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:54:59.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:54:59.165Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:54:59.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:55:09.437Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:55:09.464Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:55:09.469Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:55:09.469Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:55:39.469Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:55:39.496Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:55:39.501Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:55:39.501Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:55:59.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:55:59.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:55:59.166Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T05:55:59.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:55:59.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:55:59.167Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-24T05:55:59.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:55:59.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:55:59.167Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:55:59.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:55:59.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:55:59.167Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-24T05:55:59.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:55:59.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:55:59.168Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:55:59.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:55:59.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:55:59.168Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:55:59.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:55:59.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:55:59.169Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637247312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T05:55:59.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:55:59.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:55:59.170Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637248361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T05:55:59.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:56:09.477Z||kafka-producer-network-thread | SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c617c7d2-d87f-450b-b445-06365d3bd39e] Node 2 disconnected.
2023-03-24T05:56:09.501Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:56:09.525Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:56:09.531Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:56:09.531Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:56:39.532Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:56:39.556Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:56:39.561Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:56:39.561Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:56:59.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:57:09.562Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:57:09.579Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:57:09.583Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:57:09.583Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:57:39.584Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:57:39.611Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:57:39.616Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:57:39.616Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:57:59.165Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:58:09.616Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:58:09.642Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:58:09.648Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:58:09.648Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:58:39.648Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:58:39.673Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T05:58:39.678Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T05:58:39.678Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T05:58:59.165Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:59:00.257Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-24T05:59:00.257Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Member SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-2895f7d4-8d8d-45d8-ab1a-9f5b01a06a1f sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-24T05:59:00.258Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-24T05:59:00.258Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-24T05:59:02.740Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T05:59:02.755Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T05:59:02.756Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T05:59:02.762Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T05:59:02.762Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 7: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T05:59:02.776Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T05:59:02.777Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T05:59:02.777Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T05:59:02.781Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T05:59:02.781Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T05:59:02.782Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T05:59:02.782Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=327, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T05:59:02.782Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T05:59:02.782Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T05:59:09.679Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-24T05:59:09.679Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T05:59:09.690Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and serviceModelVersionId: 2a896d72-3427-42c3-9c51-7a9baf301927
2023-03-24T05:59:09.690Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6453009a-682f-4779-b09e-13f352c10a5e
2023-03-24T05:59:09.692Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0
2023-03-24T05:59:09.697Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T05:59:09.721Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||Invoke
2023-03-24T05:59:09.722Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2349fbe1-f786-40d8-984c-df0b4a2c21cd], X-ECOMP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-TransactionId=[], X-ONAP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], Content-Type=[application/merge-patch+json]}
2023-03-24T05:59:09.730Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T05:59:09.900Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 05:59:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[165], vertex-id=[196704], x-aai-txid=[0-aai-resources-230324-05:59:10:174-14655], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T05:59:09.900Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T05:59:09.901Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||InvokeReturn
2023-03-24T05:59:09.901Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T05:59:09.901Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T05:59:09.912Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T05:59:09.913Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-24T05:59:09.913Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-24T05:59:09.913Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:59:09.913Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:59:09.913Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637549913,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:59:09.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:59:09.932Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637549913,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-24T05:59:09.933Z||pool-2-thread-6|||||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-24T05:59:10.946Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T05:59:10.946Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"dd4d0016-b37c-432f-8772-14719db40fae","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d2fd896c-8dbd-40cf-9f32-00ea121c4b86","serviceDescription":"service","serviceInvariantUUID":"eb7fb721-ae76-4fb4-a11d-09ec966ae14c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fb543b88-df7e-4c82-8201-6f6d54ac6c50","resourceInvariantUUID":"4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c","resourceCustomizationUUID":"9d0a16e8-2977-47a9-95c1-230b7d89e748","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":"YTg3YjMxZjE4MzA2Mjc5NjhhMjUyMWU5ZGVhMDgxYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"237b512e-0d38-481d-8779-ce675533ccd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eaa5e2ab-c485-4ac8-9447-f0ec97630551","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T05:59:10.947Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:59:10.947Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:59:10.947Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:59:10.947Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "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-24T05:59:11.948Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:59:11.948Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:59:11.948Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:59:11.949Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:59:12.950Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d2fd896c-8dbd-40cf-9f32-00ea121c4b86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb7fb721-ae76-4fb4-a11d-09ec966ae14c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9d0a16e8-2977-47a9-95c1-230b7d89e748",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "fb543b88-df7e-4c82-8201-6f6d54ac6c50",
      "resourceInvariantUUID": "4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c",
      "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": "YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eaa5e2ab-c485-4ac8-9447-f0ec97630551"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T05:59:12.951Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T05:59:12.951Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d2fd896c-8dbd-40cf-9f32-00ea121c4b86 ASDC
2023-03-24T05:59:12.951Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:dd4d0016-b37c-432f-8772-14719db40fae
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d2fd896c-8dbd-40cf-9f32-00ea121c4b86
ServiceInvariantUUID:eb7fb721-ae76-4fb4-a11d-09ec966ae14c
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:eaa5e2ab-c485-4ac8-9447-f0ec97630551
ArtifactChecksum:YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9d0a16e8-2977-47a9-95c1-230b7d89e748
ResourceInvariantUUID:4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fb543b88-df7e-4c82-8201-6f6d54ac6c50
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-24T05:59:12.951Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2fd896c-8dbd-40cf-9f32-00ea121c4b86 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:59:12.998Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T05:59:12.999Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T05:59:12.999Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T05:59:12.999Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T05:59:12.999Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T05:59:12.999Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:59:13.024Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T05:59:13.025Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@308c57e0
2023-03-24T05:59:13.025Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T05:59:13.025Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-24T05:59:13.025Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eaa5e2ab-c485-4ac8-9447-f0ec97630551 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T05:59:13.025Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T05:59:13.025Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-24T05:59:13.025Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T05:59:13.026Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:59:13.026Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:59:13.026Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637553025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:59:14.027Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:eaa5e2ab-c485-4ac8-9447-f0ec97630551)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T05:59:14.083Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists
2023-03-24T05:59:14.083Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T05:59:14.084Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists)
2023-03-24T05:59:14.084Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T05:59:14.084Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:59:14.084Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:59:14.084Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637554083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:59:15.085Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T05:59:15.086Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists)
2023-03-24T05:59:15.086Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T05:59:15.086Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:59:15.086Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:59:15.086Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637555085,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:59:16.087Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:59:16.108Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
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-24T05:59:16.112Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T05:59:16.113Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T05:59:16.113Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T05:59:16.113Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T05:59:16.113Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T05:59:16.113Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T05:59:16.113Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T05:59:16.113Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T05:59:16.113Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:59:16.126Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T05:59:46.127Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae 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-24T05:59:46.136Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd4d0016-b37c-432f-8772-14719db40fae and serviceModelVersionId: d2fd896c-8dbd-40cf-9f32-00ea121c4b86
2023-03-24T05:59:46.137Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb7fb721-ae76-4fb4-a11d-09ec966ae14c
2023-03-24T05:59:46.137Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0
2023-03-24T05:59:46.145Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T05:59:46.176Z|dd4d0016-b37c-432f-8772-14719db40fae|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/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?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-24T05:59:46.177Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||Invoke
2023-03-24T05:59:46.188Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T05:59:46.350Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||InvokeReturn
2023-03-24T05:59:46.350Z|dd4d0016-b37c-432f-8772-14719db40fae|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/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 05:59:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[225312], x-aai-txid=[0-aai-resources-230324-05:59:46:633-5538], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T05:59:46.351Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T05:59:46.351Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T05:59:46.351Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:59:46.363Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T05:59:46.364Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd4d0016-b37c-432f-8772-14719db40fae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T05:59:46.364Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T05:59:46.364Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:59:46.364Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:59:46.364Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637586364,
  "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-24T05:59:47.396Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T05:59:47.396Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"1a2365d1-074b-4844-91d3-363d03287b57","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"09ff96f4-229a-4515-9709-6d2f2c4821ac","serviceDescription":"service","serviceInvariantUUID":"45dc50b5-a169-45aa-9f0b-ccc1cea11873","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc","resourceInvariantUUID":"a7fff94d-369d-44ee-8b27-435e03531596","resourceCustomizationUUID":"b7580746-a72b-4fb1-9336-d78ac7525682","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":"YTMyNWQyZWU0MDA1ODYwMmVjMGE2Y2IxMDYwMWEyYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69c13507-0010-4c9a-ade6-d19f5baf9488","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":"N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"994e980a-ea5f-4be3-8a38-6ec36a40427d","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":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a","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":"54f5d029-3e9c-428a-9790-9535b8f1bb74","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":"249db6ea-2fe4-4b56-b5af-9585a06fdc81","artifactVersion":"2","generatedFromUUID":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2M0YTE2MDQ0ZDIwZGMxYjM4MmM1NzBmNjcwMjVjZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cacd8347-baf7-4864-851a-2e4d0d06f245","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T05:59:47.397Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:59:47.397Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:59:47.397Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:59:47.397Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "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-24T05:59:48.398Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:59:48.398Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:59:48.398Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:59:48.398Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "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-24T05:59:49.399Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:59:49.400Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:59:49.400Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:59:49.400Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "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-24T05:59:50.401Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:59:50.402Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:59:50.402Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:59:50.402Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "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-24T05:59:51.403Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:59:51.403Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:59:51.404Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:59:51.404Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "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-24T05:59:52.404Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:59:52.405Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:59:52.405Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:59:52.405Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "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-24T05:59:53.406Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T05:59:53.406Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:59:53.407Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:59:53.407Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:59:54.408Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "09ff96f4-229a-4515-9709-6d2f2c4821ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45dc50b5-a169-45aa-9f0b-ccc1cea11873",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b7580746-a72b-4fb1-9336-d78ac7525682",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc",
      "resourceInvariantUUID": "a7fff94d-369d-44ee-8b27-435e03531596",
      "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": "N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "994e980a-ea5f-4be3-8a38-6ec36a40427d",
          "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": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a",
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
            "generatedFromUUID": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"
          },
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T05:59:54.408Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T05:59:54.408Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09ff96f4-229a-4515-9709-6d2f2c4821ac ASDC
2023-03-24T05:59:54.408Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1a2365d1-074b-4844-91d3-363d03287b57
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:09ff96f4-229a-4515-9709-6d2f2c4821ac
ServiceInvariantUUID:45dc50b5-a169-45aa-9f0b-ccc1cea11873
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:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311
ArtifactChecksum:ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b7580746-a72b-4fb1-9336-d78ac7525682
ResourceInvariantUUID:a7fff94d-369d-44ee-8b27-435e03531596
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc
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:994e980a-ea5f-4be3-8a38-6ec36a40427d
ArtifactChecksum:N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE=
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:65fe8888-43b5-4f65-bf9d-77c8a3c7d02a
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T05:59:54.408Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09ff96f4-229a-4515-9709-6d2f2c4821ac 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:59:54.447Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T05:59:54.448Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T05:59:54.448Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T05:59:54.448Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T05:59:54.448Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T05:59:54.448Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:59:54.739Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T05:59:54.741Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 75176
2023-03-24T05:59:54.742Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:59:54.742Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:59:54.742Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T05:59:54.743Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:59:54.743Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:59:54.743Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637594742,
  "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-24T05:59:55.744Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T05:59:55.744Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T05:59:55.744Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-24T05:59:55.746Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-24T05:59:55.746Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-24T05:59:55.746Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-24T05:59:55.829Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1027000379175930328/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-24T05:59:56.868Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T05:59:56.869Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T05:59:56.869Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-24T05:59:56.869Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T05:59:56.869Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:59:56.869Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:59:56.869Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:59:56.869Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:59:56.869Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:59:56.869Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:59:56.869Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:59:56.869Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T05:59:56.869Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:59:56.869Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:59:56.869Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-24T05:59:56.869Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T05:59:56.869Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T05:59:56.870Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:59:56.870Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:59:56.870Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-24T05:59:56.870Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T05:59:56.870Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T05:59:56.870Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:59:56.870Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:59:56.870Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:59:56.870Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-24T05:59:56.870Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-24T05:59:56.870Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-24T05:59:56.870Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-24T05:59:56.870Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-24T05:59:56.871Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-24T05:59:56.871Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:59:56.871Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:59:56.871Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:59:56.871Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-24T05:59:56.871Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T05:59:56.871Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:59:56.871Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-24T05:59:56.871Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T05:59:56.871Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:59:56.871Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-24T05:59:56.871Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T05:59:56.872Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:59:56.872Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-24T05:59:56.872Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-24T05:59:56.872Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-24T05:59:56.872Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=091a3e5e-c23e-4c50-9ee9-6aa0b140ec43
2023-03-24T05:59:56.872Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:59:56.872Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:59:56.872Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:59:56.872Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:59:56.872Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:59:56.872Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:59:56.872Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T05:59:56.872Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:59:56.872Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:09ff96f4-229a-4515-9709-6d2f2c4821ac
Model Version:NULL
Model InvariantUuid:45dc50b5-a169-45aa-9f0b-ccc1cea11873
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:13481155-b1da-400e-88a1-379453aba935
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a7fff94d-369d-44ee-8b27-435e03531596
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7580746-a72b-4fb1-9336-d78ac7525682
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a6c8d2b6-e359-4f24-97b8-e0ed3fa3a302
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:36d6fbc5-f220-4c4b-ac33-9f9a965a2325
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:091a3e5e-c23e-4c50-9ee9-6aa0b140ec43
ModelInvariantUuid:bf99d03e-d39d-4665-a0c8-17f954e806d6
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:256b0c17-3a52-4e12-b4e3-46c587a7fd51
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4cc1e315-63fd-4921-8749-1fea70166d5f
ModelInvariantUuid:ef35787f-a517-4baf-a54f-34315c61a1cc
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:943e1158-fe9d-4ae3-9635-176f99df989b
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=?
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-24T05:59:56.914Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists
2023-03-24T05:59:56.914Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T05:59:56.914Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists)
2023-03-24T05:59:56.914Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T05:59:56.915Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:59:56.915Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:59:56.915Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637596914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:59:57.916Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T05:59:57.916Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists)
2023-03-24T05:59:57.916Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T05:59:57.917Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T05:59:57.917Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T05:59:57.917Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637597916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:59:58.918Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:59:58.946Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
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-24T05:59:58.951Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T05:59:58.951Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T05:59:58.951Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T05:59:58.951Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T05:59:58.951Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T05:59:58.951Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T05:59:58.952Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T05:59:58.952Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T05:59:58.952Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T05:59:58.965Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T05:59:59.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T05:59:59.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:59:59.171Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:59:59.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:59:59.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:59:59.172Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:59:59.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:59:59.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:59:59.173Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637553025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T05:59:59.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:59:59.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:59:59.173Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637554083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
}
2023-03-24T05:59:59.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:59:59.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:59:59.174Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637555085,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
}
2023-03-24T05:59:59.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:59:59.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:59:59.174Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637586364,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T05:59:59.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:59:59.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:59:59.174Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:59:59.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:59:59.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:59:59.175Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T05:59:59.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:59:59.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:59:59.176Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T05:59:59.176Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:59:59.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:59:59.176Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:59:59.176Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:59:59.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:59:59.177Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T05:59:59.177Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:59:59.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:59:59.177Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T05:59:59.178Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:59:59.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:59:59.178Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T05:59:59.178Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:59:59.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:59:59.178Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637594742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T05:59:59.179Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:59:59.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:59:59.179Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637596914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
}
2023-03-24T05:59:59.179Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T05:59:59.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T05:59:59.180Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637597916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
}
2023-03-24T05:59:59.180Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:00:28.965Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57 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-24T06:00:28.973Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a2365d1-074b-4844-91d3-363d03287b57 and serviceModelVersionId: 09ff96f4-229a-4515-9709-6d2f2c4821ac
2023-03-24T06:00:28.974Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45dc50b5-a169-45aa-9f0b-ccc1cea11873
2023-03-24T06:00:28.974Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0
2023-03-24T06:00:28.981Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:00:29.016Z|1a2365d1-074b-4844-91d3-363d03287b57|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/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?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-24T06:00:29.017Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||Invoke
2023-03-24T06:00:29.023Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:00:29.165Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||InvokeReturn
2023-03-24T06:00:29.165Z|1a2365d1-074b-4844-91d3-363d03287b57|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/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:00:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[356504], x-aai-txid=[1-aai-resources-230324-06:00:29:470-94385], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:00:29.165Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:00:29.166Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:00:29.166Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:00:29.173Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:00:29.173Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a2365d1-074b-4844-91d3-363d03287b57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:00:29.173Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:00:29.173Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:00:29.173Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:00:29.173Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637629173,
  "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-24T06:00:30.197Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T06:00:30.198Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"47aeea4c-050e-497f-8613-81119c7707d5","serviceName":"Demo_pNF_i16cL97oNGISgd9SfY8I","serviceVersion":"1.0","serviceUUID":"6d21b031-231c-48e2-9b5c-0e7d88d020fd","serviceDescription":"catalog service description","serviceInvariantUUID":"36e2a514-3273-43b4-aec1-d55c0635af0f","resources":[{"resourceInstanceName":"pNF 196156c4-b041 0","resourceName":"pNF 196156c4-b041","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b5ec4454-3c1e-47ea-9136-dede5fa2c277","resourceInvariantUUID":"c1923a0b-6273-4444-ac11-1fce9096051a","resourceCustomizationUUID":"b66059b5-3bb7-494c-a357-4392105f719b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml","artifactChecksum":"ZWQ3OTVmMGUwZTNiMzU5ZmVmNGQzNzc1YTcxMzhiYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1c63b36-dc3a-4547-b21e-aa0344274eef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ad0f8d2-26c0-49de-bd43-1c4bf374e11a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078338d5-2741-4210-afc5-93fe15bb8330","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml","artifactChecksum":"ZjM0Y2M4ZWVkOTJkNjEwMWQ2MmQwZDEzYjRhYjBiZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fb0ba830-9ee7-47a7-b7df-d30109bea559","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8aeb7c64-6355-449e-a401-137fb967b643","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21a99006-a94d-46a5-a378-c22a7e5688f4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactChecksum":"ZjA3NDNlYTlkOTkyNzIxNjg1NmE1NzZhNDRmMTY2MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b208e49c-1313-4351-bae0-c1233a1fe994","artifactVersion":"1"},{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactChecksum":"MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9cc91da5-e75b-4ec0-b006-8d70c31f6118","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:00:30.198Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:00:30.198Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:00:30.198Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:00:30.198Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:00:31.199Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:00:31.199Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:00:31.200Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:00:31.200Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:00:32.200Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:00:32.201Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:00:32.201Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:00:32.201Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:00:33.202Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:00:33.203Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:00:33.203Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:00:33.203Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:00:34.204Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:00:34.204Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:00:34.204Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:00:34.205Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:00:35.205Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:00:35.206Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:00:35.206Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:00:35.206Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:00:36.207Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:00:36.207Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:00:36.207Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:00:36.207Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:00:37.208Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:00:37.209Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:00:37.209Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:00:37.209Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:00:38.210Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "serviceName": "Demo_pNF_i16cL97oNGISgd9SfY8I",
  "serviceVersion": "1.0",
  "serviceUUID": "6d21b031-231c-48e2-9b5c-0e7d88d020fd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "36e2a514-3273-43b4-aec1-d55c0635af0f",
  "resources": [
    {
      "resourceInstanceName": "pNF 196156c4-b041 0",
      "resourceCustomizationUUID": "b66059b5-3bb7-494c-a357-4392105f719b",
      "resourceName": "pNF 196156c4-b041",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b5ec4454-3c1e-47ea-9136-dede5fa2c277",
      "resourceInvariantUUID": "c1923a0b-6273-4444-ac11-1fce9096051a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactChecksum": "MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9cc91da5-e75b-4ec0-b006-8d70c31f6118"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:00:38.210Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:00:38.210Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d21b031-231c-48e2-9b5c-0e7d88d020fd ASDC
2023-03-24T06:00:38.211Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:47aeea4c-050e-497f-8613-81119c7707d5
ServiceName:Demo_pNF_i16cL97oNGISgd9SfY8I
ServiceVersion:1.0
ServiceUUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
ServiceInvariantUUID:36e2a514-3273-43b4-aec1-d55c0635af0f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactUUID:9cc91da5-e75b-4ec0-b006-8d70c31f6118
ArtifactChecksum:MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 196156c4-b041 0
ResourceCustomizationUUID:b66059b5-3bb7-494c-a357-4392105f719b
ResourceInvariantUUID:c1923a0b-6273-4444-ac11-1fce9096051a
ResourceName:pNF 196156c4-b041
ResourceType:PNF
ResourceUUID:b5ec4454-3c1e-47ea-9136-dede5fa2c277
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T06:00:38.211Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d21b031-231c-48e2-9b5c-0e7d88d020fd 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-24T06:00:38.272Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:00:38.272Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:00:38.273Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:00:38.273Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 from URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:00:38.273Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T06:00:38.273Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:00:38.530Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T06:00:38.534Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar 9cc91da5-e75b-4ec0-b006-8d70c31f6118 88017
2023-03-24T06:00:38.534Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:00:38.534Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:00:38.534Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T06:00:38.535Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:00:38.535Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:00:38.535Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637638534,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:00:39.536Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:00:39.536Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:00:39.537Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118, URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar to file: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:00:39.537Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:00:39.537Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:00:39.537Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:00:39.620Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14531420785117851572/Definitions/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml
2023-03-24T06:00:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T06:00:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T06:00:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:00:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T06:00:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 196156c4-b041 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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:00:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:00:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:00:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:00:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:00:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:00:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:00:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T06:00:40.241Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:00:40.241Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:00:40.241Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T06:00:40.241Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T06:00:40.241Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:00:40.241Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:00:40.241Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:00:40.241Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T06:00:40.242Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T06:00:40.242Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:00:40.242Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:00:40.242Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:00:40.242Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:00:40.242Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:00:40.242Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:00:40.242Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:00:40.242Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:00:40.242Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:00:40.242Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:00:40.242Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:00:40.242Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_i16cL97oNGISgd9SfY8I
Description:catalog service description
Model UUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
Model Version:NULL
Model InvariantUuid:36e2a514-3273-43b4-aec1-d55c0635af0f
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-24T06:00:40.264Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277
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-24T06:00:40.269Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||pNF 196156c4-b041 0
2023-03-24T06:00:40.269Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277
2023-03-24T06:00:40.269Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 6d21b031-231c-48e2-9b5c-0e7d88d020fd
2023-03-24T06:00:40.269Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6d21b031-231c-48e2-9b5c-0e7d88d020fd
2023-03-24T06:00:40.269Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 196156c4-b041 0 b5ec4454-3c1e-47ea-9136-dede5fa2c277 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-24T06:00:40.280Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2de0c8af, org.onap.sdc.toscaparser.api.parameters.Input@123cd938, org.onap.sdc.toscaparser.api.parameters.Input@2b4e4506, org.onap.sdc.toscaparser.api.parameters.Input@7ba3ebb8, org.onap.sdc.toscaparser.api.parameters.Input@502df1d3]
2023-03-24T06:00:40.280Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:00:40.280Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:00:40.280Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6d21b031-231c-48e2-9b5c-0e7d88d020fd: pNF 196156c4-b041
2023-03-24T06:00:40.280Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Processing PNF resource: b5ec4454-3c1e-47ea-9136-dede5fa2c277
2023-03-24T06:00:40.280Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:00:40.280Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:00:40.280Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Resource customization UUID: b66059b5-3bb7-494c-a357-4392105f719b is the same as notified resource customizationUUID: b66059b5-3bb7-494c-a357-4392105f719b
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-24T06:00:40.393Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 196156c4-b041 b5ec4454-3c1e-47ea-9136-dede5fa2c277 0 ASDC deployResourceStructure
2023-03-24T06:00:40.393Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:00:40.393Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:00:40.393Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T06:00:40.394Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:00:40.394Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:00:40.394Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637640393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:00:41.395Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:00:41.421Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
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-24T06:00:41.427Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:00:41.428Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:00:41.428Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:00:41.428Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:00:41.428Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:00:41.428Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:00:41.428Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:00:41.428Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:00:41.428Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:00:41.442Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:00:59.164Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:00:59.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-24T06:00:59.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637629173,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:00:59.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:00:59.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-24T06:00:59.176Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:00:59.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:00:59.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-24T06:00:59.176Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:00:59.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:00:59.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-24T06:00:59.176Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:00:59.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:00:59.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-24T06:00:59.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:00:59.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:00:59.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-24T06:00:59.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:00:59.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:00:59.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-24T06:00:59.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:00:59.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:00:59.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-24T06:00:59.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:00:59.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:00:59.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-24T06:00:59.178Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637215757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:00:59.178Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:00:59.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-24T06:00:59.178Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637638534,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:00:59.178Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:00:59.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-24T06:00:59.178Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637640393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T06:00:59.178Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:01:11.443Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5 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-24T06:01:11.455Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47aeea4c-050e-497f-8613-81119c7707d5 and serviceModelVersionId: 6d21b031-231c-48e2-9b5c-0e7d88d020fd
2023-03-24T06:01:11.455Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36e2a514-3273-43b4-aec1-d55c0635af0f
2023-03-24T06:01:11.456Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0
2023-03-24T06:01:11.463Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:01:11.491Z|47aeea4c-050e-497f-8613-81119c7707d5|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/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?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-24T06:01:11.492Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||Invoke
2023-03-24T06:01:11.498Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:01:11.651Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||InvokeReturn
2023-03-24T06:01:11.652Z|47aeea4c-050e-497f-8613-81119c7707d5|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/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:01:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[221384], x-aai-txid=[0-aai-resources-230324-06:01:11:949-32574], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:01:11.653Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:01:11.653Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:01:11.653Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:01:11.665Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:01:11.666Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47aeea4c-050e-497f-8613-81119c7707d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:01:11.666Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:01:11.666Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:01:11.666Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:01:11.666Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637671666,
  "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-24T06:01:12.697Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T06:01:12.698Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-24T06:01:12.698Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-24T06:01:12.698Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-24T06:01:12.698Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Lost previously 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-24T06:01:12.698Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T06:01:12.703Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-f579b3a2-57a6-4ed4-bad3-27c1a07b7981
2023-03-24T06:01:12.703Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=5, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-24T06:01:12.704Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:01:12.704Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T06:01:15.268Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:01:18.277Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:01:21.287Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:01:24.295Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:01:27.304Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:01:30.312Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:01:33.323Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:01:36.333Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:01:39.342Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:01:42.351Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:01:45.359Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:01:48.369Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:01:51.378Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:01:54.387Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:01:57.396Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:01:59.164Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:01:59.179Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T06:01:59.179Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T06:01:59.185Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:01:59.185Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-f579b3a2-57a6-4ed4-bad3-27c1a07b7981', protocol='range'}
2023-03-24T06:01:59.191Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 8: {SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-f579b3a2-57a6-4ed4-bad3-27c1a07b7981=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-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T06:01:59.205Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:01:59.205Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-f579b3a2-57a6-4ed4-bad3-27c1a07b7981', protocol='range'}
2023-03-24T06:01:59.205Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:01:59.206Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:01:59.205Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:01:59.206Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:01:59.211Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T06:01:59.212Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T06:01:59.212Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-24T06:01:59.212Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-24T06:01:59.212Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T06:01:59.212Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-24T06:01:59.212Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-24T06:01:59.212Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-24T06:01:59.212Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=355, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T06:01:59.212Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-24T06:01:59.212Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T06:01:59.213Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T06:02:00.227Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T06:02:00.227Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"4f4d2f06-0494-43a6-a64b-32572ec2cd4f","serviceName":"basic_onboard_OYYEOA","serviceVersion":"1.0","serviceUUID":"2a896d72-3427-42c3-9c51-7a9baf301927","serviceDescription":"service","serviceInvariantUUID":"6453009a-682f-4779-b09e-13f352c10a5e","resources":[{"resourceInstanceName":"basic_onboard_OYYEOA 0","resourceName":"basic_onboard_OYYEOA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d9a7313-b25d-475c-8377-9adfb946efd0","resourceInvariantUUID":"8009040d-b91b-4b13-85c4-fece6bfcb0e3","resourceCustomizationUUID":"b1cc5ca1-1246-4125-8ebc-a1079cbe8be6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml","artifactChecksum":"MmU1NTE5ODY5OTI0NjgzMjNkZjkwY2ZiMzMwM2RiYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad1c8aa3-beee-41e2-9e8e-78f7b34ffb87","artifactVersion":"1"},{"artifactName":"basic_onboard_oyyeoa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json","artifactChecksum":"ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcdf0b55-be83-46be-8a09-353314708f63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"436972f1-f03c-4954-b459-893758d8a32e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3cfbecdb-62ec-46ee-8bdc-738bde9a35cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f6639ec1-9d9b-479d-afd4-ac5df430d2b2","artifactVersion":"2","generatedFromUUID":"436972f1-f03c-4954-b459-893758d8a32e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOyyeoa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml","artifactChecksum":"ZjQzN2RmZjUwYzdmZjFhMTY4ZmY3NGRjMDhlMTZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eac9735-ec93-4f95-9a41-b064de4ec4a5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOyyeoa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar","artifactChecksum":"ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:02:00.228Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:02:00.229Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:02:00.229Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:02:00.229Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:02:00.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:02:00.231Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637671666,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:02:00.232Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:02:01.230Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:02:01.230Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:02:01.230Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:02:01.230Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:02:02.231Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:02:02.232Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:02:02.232Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:02:02.232Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:02:03.232Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:02:03.233Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:02:03.233Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:02:03.233Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:02:04.234Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:02:04.235Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:02:04.235Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:02:04.235Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:02:05.236Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:02:05.236Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:02:05.236Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:02:05.236Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:02:06.237Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:02:06.237Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:02:06.237Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:02:06.238Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:02:07.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "serviceName": "basic_onboard_OYYEOA",
  "serviceVersion": "1.0",
  "serviceUUID": "2a896d72-3427-42c3-9c51-7a9baf301927",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6453009a-682f-4779-b09e-13f352c10a5e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OYYEOA 0",
      "resourceCustomizationUUID": "b1cc5ca1-1246-4125-8ebc-a1079cbe8be6",
      "resourceName": "basic_onboard_OYYEOA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d9a7313-b25d-475c-8377-9adfb946efd0",
      "resourceInvariantUUID": "8009040d-b91b-4b13-85c4-fece6bfcb0e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_oyyeoa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
          "artifactChecksum": "ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bcdf0b55-be83-46be-8a09-353314708f63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "436972f1-f03c-4954-b459-893758d8a32e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
            "generatedFromUUID": "436972f1-f03c-4954-b459-893758d8a32e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOyyeoa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
      "artifactChecksum": "ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:02:07.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:02:07.241Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a896d72-3427-42c3-9c51-7a9baf301927 ASDC
2023-03-24T06:02:07.241Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4f4d2f06-0494-43a6-a64b-32572ec2cd4f
ServiceName:basic_onboard_OYYEOA
ServiceVersion:1.0
ServiceUUID:2a896d72-3427-42c3-9c51-7a9baf301927
ServiceInvariantUUID:6453009a-682f-4779-b09e-13f352c10a5e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOyyeoa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
ArtifactUUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e
ArtifactChecksum:ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OYYEOA 0
ResourceCustomizationUUID:b1cc5ca1-1246-4125-8ebc-a1079cbe8be6
ResourceInvariantUUID:8009040d-b91b-4b13-85c4-fece6bfcb0e3
ResourceName:basic_onboard_OYYEOA
ResourceType:VF
ResourceUUID:3d9a7313-b25d-475c-8377-9adfb946efd0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oyyeoa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
ArtifactUUID:bcdf0b55-be83-46be-8a09-353314708f63
ArtifactChecksum:ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE=
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:436972f1-f03c-4954-b459-893758d8a32e
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T06:02:07.241Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a896d72-3427-42c3-9c51-7a9baf301927 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:02:07.289Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:02:07.290Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:02:07.290Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:02:07.290Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T06:02:07.290Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T06:02:07.290Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T06:02:07.312Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T06:02:07.312Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@79e9f75b
2023-03-24T06:02:07.312Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:02:07.313Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T06:02:07.313Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOyyeoa-csar.csar /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:02:07.313Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar ASDC sendASDCNotification
2023-03-24T06:02:07.313Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(Specified artifact is  not found)
2023-03-24T06:02:07.313Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:02:07.313Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:02:07.314Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:02:07.314Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637727313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:02:08.315Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOyyeoa-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(UUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T06:02:08.336Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T06:02:08.337Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
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-24T06:02:08.342Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||basic_onboard_OYYEOA 0
2023-03-24T06:02:08.343Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
2023-03-24T06:02:08.343Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bcdf0b55-be83-46be-8a09-353314708f63 from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T06:02:08.343Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T06:02:08.343Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T06:02:08.359Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T06:02:08.360Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5cefdfad
2023-03-24T06:02:08.360Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:02:08.360Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T06:02:08.360Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_oyyeoa0_modules.json /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json bcdf0b55-be83-46be-8a09-353314708f63 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:02:08.360Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json ASDC sendASDCNotification
2023-03-24T06:02:08.361Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(Specified artifact is  not found)
2023-03-24T06:02:08.361Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:02:08.361Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:02:08.361Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:02:08.361Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637728360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:02:09.362Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_oyyeoa0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(UUID:bcdf0b55-be83-46be-8a09-353314708f63)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T06:02:09.363Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:02:09.388Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:02:09.394Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:02:09.394Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:02:39.394Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:02:39.418Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:02:39.422Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:02:39.423Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:02:59.164Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:02:59.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:02:59.166Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:02:59.167Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:03:09.423Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:03:09.444Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:03:09.448Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:03:09.448Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:03:39.448Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:03:39.475Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:03:39.479Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:03:39.479Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:03:59.164Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:03:59.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:03:59.166Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T06:03:59.167Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:03:59.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:03:59.167Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:03:59.167Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:03:59.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:03:59.167Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:03:59.167Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:03:59.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:03:59.167Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-24T06:03:59.167Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:03:59.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:03:59.168Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:03:59.168Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:03:59.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:03:59.168Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:03:59.168Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:03:59.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:03:59.168Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637727313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:03:59.168Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:03:59.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:03:59.168Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637728360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:03:59.169Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:04:09.480Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:04:09.504Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:04:09.510Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:04:09.510Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:04:39.510Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:04:39.548Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:04:39.553Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:04:39.553Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:04:59.164Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:05:09.553Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:05:09.580Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:05:09.585Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:05:09.586Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:05:39.586Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:05:39.612Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:05:39.617Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:05:39.617Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:05:59.165Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:06:09.617Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:06:09.639Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:06:09.644Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:06:09.645Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:06:39.645Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:06:39.672Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:06:39.677Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:06:39.677Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:06:59.165Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:07:00.299Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-24T06:07:00.300Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Member SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-f579b3a2-57a6-4ed4-bad3-27c1a07b7981 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-24T06:07:00.301Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-24T06:07:00.301Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-24T06:07:02.750Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:07:02.765Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T06:07:02.766Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T06:07:02.773Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:07:02.774Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 9: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T06:07:02.790Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:07:02.791Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:07:02.791Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:07:02.796Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T06:07:02.797Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T06:07:02.797Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T06:07:02.797Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=365, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T06:07:02.797Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T06:07:02.797Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T06:07:09.678Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-24T06:07:09.678Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T06:07:09.697Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and serviceModelVersionId: 2a896d72-3427-42c3-9c51-7a9baf301927
2023-03-24T06:07:09.697Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6453009a-682f-4779-b09e-13f352c10a5e
2023-03-24T06:07:09.698Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0
2023-03-24T06:07:09.706Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:07:09.737Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||Invoke
2023-03-24T06:07:09.737Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bbbdfd5c-cd3e-4f4e-8a0a-a4a8b203a8e6], X-ECOMP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-TransactionId=[], X-ONAP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], Content-Type=[application/merge-patch+json]}
2023-03-24T06:07:09.744Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T06:07:09.940Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:07:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[193], vertex-id=[196704], x-aai-txid=[0-aai-resources-230324-06:07:10:197-36265], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:07:09.941Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:07:09.942Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||InvokeReturn
2023-03-24T06:07:09.942Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:07:09.942Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T06:07:09.955Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T06:07:09.956Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-24T06:07:09.956Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-24T06:07:09.956Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:07:09.956Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:07:09.956Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638029956,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:07:09.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:07:09.976Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638029956,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-24T06:07:09.977Z||pool-2-thread-8|||||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-24T06:07:10.983Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T06:07:10.984Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"dd4d0016-b37c-432f-8772-14719db40fae","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d2fd896c-8dbd-40cf-9f32-00ea121c4b86","serviceDescription":"service","serviceInvariantUUID":"eb7fb721-ae76-4fb4-a11d-09ec966ae14c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fb543b88-df7e-4c82-8201-6f6d54ac6c50","resourceInvariantUUID":"4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c","resourceCustomizationUUID":"9d0a16e8-2977-47a9-95c1-230b7d89e748","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":"YTg3YjMxZjE4MzA2Mjc5NjhhMjUyMWU5ZGVhMDgxYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"237b512e-0d38-481d-8779-ce675533ccd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eaa5e2ab-c485-4ac8-9447-f0ec97630551","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:07:10.984Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:07:10.984Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:07:10.984Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:07:10.985Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "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-24T06:07:11.985Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:07:11.986Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:07:11.986Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:07:11.986Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:07:12.987Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d2fd896c-8dbd-40cf-9f32-00ea121c4b86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb7fb721-ae76-4fb4-a11d-09ec966ae14c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9d0a16e8-2977-47a9-95c1-230b7d89e748",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "fb543b88-df7e-4c82-8201-6f6d54ac6c50",
      "resourceInvariantUUID": "4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c",
      "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": "YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eaa5e2ab-c485-4ac8-9447-f0ec97630551"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:07:12.988Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:07:12.988Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d2fd896c-8dbd-40cf-9f32-00ea121c4b86 ASDC
2023-03-24T06:07:12.988Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:dd4d0016-b37c-432f-8772-14719db40fae
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d2fd896c-8dbd-40cf-9f32-00ea121c4b86
ServiceInvariantUUID:eb7fb721-ae76-4fb4-a11d-09ec966ae14c
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:eaa5e2ab-c485-4ac8-9447-f0ec97630551
ArtifactChecksum:YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9d0a16e8-2977-47a9-95c1-230b7d89e748
ResourceInvariantUUID:4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fb543b88-df7e-4c82-8201-6f6d54ac6c50
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-24T06:07:12.988Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2fd896c-8dbd-40cf-9f32-00ea121c4b86 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:07:13.030Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:07:13.030Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:07:13.031Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:07:13.031Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T06:07:13.031Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T06:07:13.031Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:07:13.059Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T06:07:13.059Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2a8c2927
2023-03-24T06:07:13.059Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:07:13.059Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-24T06:07:13.059Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eaa5e2ab-c485-4ac8-9447-f0ec97630551 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:07:13.060Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:07:13.060Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-24T06:07:13.060Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:07:13.060Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:07:13.060Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:07:13.060Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638033060,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:07:14.061Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:eaa5e2ab-c485-4ac8-9447-f0ec97630551)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T06:07:14.112Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists
2023-03-24T06:07:14.113Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:07:14.113Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists)
2023-03-24T06:07:14.113Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:07:14.114Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:07:14.114Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:07:14.114Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638034113,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:07:15.115Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:07:15.115Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists)
2023-03-24T06:07:15.115Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:07:15.116Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:07:15.116Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:07:15.116Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638035115,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:07:16.117Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:07:16.141Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
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-24T06:07:16.145Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:07:16.146Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:07:16.146Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:07:16.146Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:07:16.146Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:07:16.146Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:07:16.146Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:07:16.146Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:07:16.147Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:07:16.159Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:07:46.160Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae 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-24T06:07:46.175Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd4d0016-b37c-432f-8772-14719db40fae and serviceModelVersionId: d2fd896c-8dbd-40cf-9f32-00ea121c4b86
2023-03-24T06:07:46.175Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb7fb721-ae76-4fb4-a11d-09ec966ae14c
2023-03-24T06:07:46.176Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0
2023-03-24T06:07:46.183Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:07:46.213Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||Invoke
2023-03-24T06:07:46.213Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b8080622-20ff-4dc6-9fb7-20ac77342867], X-ECOMP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-TransactionId=[], X-ONAP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], Content-Type=[application/merge-patch+json]}
2023-03-24T06:07:46.220Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:07:46.377Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?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/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:07:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[225312], x-aai-txid=[0-aai-resources-230324-06:07:46:675-50516], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:07:46.378Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:07:46.379Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||InvokeReturn
2023-03-24T06:07:46.380Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:07:46.380Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:07:46.388Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:07:46.388Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd4d0016-b37c-432f-8772-14719db40fae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:07:46.389Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:07:46.389Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:07:46.389Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:07:46.389Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638066388,
  "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-24T06:07:47.421Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T06:07:47.421Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"1a2365d1-074b-4844-91d3-363d03287b57","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"09ff96f4-229a-4515-9709-6d2f2c4821ac","serviceDescription":"service","serviceInvariantUUID":"45dc50b5-a169-45aa-9f0b-ccc1cea11873","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc","resourceInvariantUUID":"a7fff94d-369d-44ee-8b27-435e03531596","resourceCustomizationUUID":"b7580746-a72b-4fb1-9336-d78ac7525682","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":"YTMyNWQyZWU0MDA1ODYwMmVjMGE2Y2IxMDYwMWEyYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69c13507-0010-4c9a-ade6-d19f5baf9488","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":"N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"994e980a-ea5f-4be3-8a38-6ec36a40427d","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":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a","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":"54f5d029-3e9c-428a-9790-9535b8f1bb74","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":"249db6ea-2fe4-4b56-b5af-9585a06fdc81","artifactVersion":"2","generatedFromUUID":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2M0YTE2MDQ0ZDIwZGMxYjM4MmM1NzBmNjcwMjVjZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cacd8347-baf7-4864-851a-2e4d0d06f245","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:07:47.422Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:07:47.422Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:07:47.422Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:07:47.422Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "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-24T06:07:48.423Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:07:48.423Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:07:48.424Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:07:48.424Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "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-24T06:07:49.424Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:07:49.425Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:07:49.425Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:07:49.425Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "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-24T06:07:50.426Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:07:50.427Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:07:50.427Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:07:50.427Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "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-24T06:07:51.427Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:07:51.428Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:07:51.428Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:07:51.428Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "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-24T06:07:52.429Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:07:52.430Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:07:52.430Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:07:52.430Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "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-24T06:07:53.431Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:07:53.431Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:07:53.432Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:07:53.432Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:07:54.433Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "09ff96f4-229a-4515-9709-6d2f2c4821ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45dc50b5-a169-45aa-9f0b-ccc1cea11873",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b7580746-a72b-4fb1-9336-d78ac7525682",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc",
      "resourceInvariantUUID": "a7fff94d-369d-44ee-8b27-435e03531596",
      "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": "N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "994e980a-ea5f-4be3-8a38-6ec36a40427d",
          "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": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a",
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
            "generatedFromUUID": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"
          },
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:07:54.434Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:07:54.434Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09ff96f4-229a-4515-9709-6d2f2c4821ac ASDC
2023-03-24T06:07:54.434Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1a2365d1-074b-4844-91d3-363d03287b57
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:09ff96f4-229a-4515-9709-6d2f2c4821ac
ServiceInvariantUUID:45dc50b5-a169-45aa-9f0b-ccc1cea11873
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:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311
ArtifactChecksum:ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b7580746-a72b-4fb1-9336-d78ac7525682
ResourceInvariantUUID:a7fff94d-369d-44ee-8b27-435e03531596
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc
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:994e980a-ea5f-4be3-8a38-6ec36a40427d
ArtifactChecksum:N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE=
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:65fe8888-43b5-4f65-bf9d-77c8a3c7d02a
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T06:07:54.434Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09ff96f4-229a-4515-9709-6d2f2c4821ac 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:07:54.484Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:07:54.485Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:07:54.486Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:07:54.486Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T06:07:54.486Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T06:07:54.486Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:07:54.765Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T06:07:54.769Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 75176
2023-03-24T06:07:54.769Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:07:54.770Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:07:54.770Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T06:07:54.770Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:07:54.770Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:07:54.770Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638074769,
  "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-24T06:07:55.770Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:07:55.771Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:07:55.771Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-24T06:07:55.771Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-24T06:07:55.772Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-24T06:07:55.772Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-24T06:07:55.929Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6333979180619860270/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-24T06:07:56.799Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T06:07:56.800Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T06:07:56.800Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-24T06:07:56.800Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T06:07:56.800Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:07:56.800Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:07:56.800Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:07:56.800Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:07:56.800Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:07:56.800Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:07:56.800Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:07:56.800Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T06:07:56.800Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:07:56.800Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:07:56.800Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-24T06:07:56.800Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T06:07:56.801Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:07:56.801Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:07:56.801Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:07:56.801Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-24T06:07:56.801Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T06:07:56.801Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:07:56.801Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:07:56.801Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:07:56.801Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:07:56.801Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-24T06:07:56.801Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-24T06:07:56.801Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-24T06:07:56.802Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-24T06:07:56.802Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-24T06:07:56.802Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-24T06:07:56.802Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:07:56.802Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:07:56.802Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:07:56.802Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-24T06:07:56.802Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T06:07:56.802Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:07:56.802Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-24T06:07:56.802Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T06:07:56.802Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:07:56.802Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-24T06:07:56.802Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T06:07:56.802Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:07:56.803Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-24T06:07:56.803Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-24T06:07:56.803Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-24T06:07:56.803Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=091a3e5e-c23e-4c50-9ee9-6aa0b140ec43
2023-03-24T06:07:56.803Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:07:56.803Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:07:56.803Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:07:56.803Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:07:56.803Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:07:56.803Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:07:56.803Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:07:56.803Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:07:56.803Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:09ff96f4-229a-4515-9709-6d2f2c4821ac
Model Version:NULL
Model InvariantUuid:45dc50b5-a169-45aa-9f0b-ccc1cea11873
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:13481155-b1da-400e-88a1-379453aba935
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a7fff94d-369d-44ee-8b27-435e03531596
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7580746-a72b-4fb1-9336-d78ac7525682
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a6c8d2b6-e359-4f24-97b8-e0ed3fa3a302
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:36d6fbc5-f220-4c4b-ac33-9f9a965a2325
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:091a3e5e-c23e-4c50-9ee9-6aa0b140ec43
ModelInvariantUuid:bf99d03e-d39d-4665-a0c8-17f954e806d6
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:256b0c17-3a52-4e12-b4e3-46c587a7fd51
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4cc1e315-63fd-4921-8749-1fea70166d5f
ModelInvariantUuid:ef35787f-a517-4baf-a54f-34315c61a1cc
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:943e1158-fe9d-4ae3-9635-176f99df989b
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=?
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-24T06:07:56.847Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists
2023-03-24T06:07:56.848Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T06:07:56.848Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists)
2023-03-24T06:07:56.848Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:07:56.848Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:07:56.848Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:07:56.848Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638076847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:07:57.849Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T06:07:57.850Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists)
2023-03-24T06:07:57.850Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:07:57.850Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:07:57.850Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:07:57.851Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638077849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:07:58.853Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:07:58.882Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
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-24T06:07:58.888Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:07:58.889Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:07:58.889Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:07:58.889Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:07:58.889Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:07:58.889Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:07:58.889Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:07:58.889Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:07:58.889Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:07:58.907Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:07:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:07:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:07:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:07:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:07:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:07:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:07:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:07:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:07:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638033060,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:07:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:07:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:07:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638034113,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
}
2023-03-24T06:07:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:07:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:07:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638035115,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
}
2023-03-24T06:07:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:07:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:07:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638066388,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:07:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:07:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:07:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:07:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:07:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:07:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T06:07:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:07:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:07:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:07:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:07:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:07:59.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:07:59.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:07:59.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:07:59.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T06:07:59.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:07:59.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:07:59.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:07:59.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:07:59.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:07:59.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:07:59.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:07:59.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:07:59.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638074769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:07:59.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:07:59.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:07:59.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638076847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
}
2023-03-24T06:07:59.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:07:59.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:07:59.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638077849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
}
2023-03-24T06:07:59.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:08:28.907Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57 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-24T06:08:28.923Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a2365d1-074b-4844-91d3-363d03287b57 and serviceModelVersionId: 09ff96f4-229a-4515-9709-6d2f2c4821ac
2023-03-24T06:08:28.923Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45dc50b5-a169-45aa-9f0b-ccc1cea11873
2023-03-24T06:08:28.924Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0
2023-03-24T06:08:28.931Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:08:28.957Z|1a2365d1-074b-4844-91d3-363d03287b57|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/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?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-24T06:08:28.957Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||Invoke
2023-03-24T06:08:28.964Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:08:29.123Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||InvokeReturn
2023-03-24T06:08:29.123Z|1a2365d1-074b-4844-91d3-363d03287b57|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/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:08:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[356504], x-aai-txid=[0-aai-resources-230324-06:08:29:419-28219], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:08:29.123Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:08:29.123Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:08:29.124Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:08:29.136Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:08:29.136Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a2365d1-074b-4844-91d3-363d03287b57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:08:29.136Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:08:29.136Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:08:29.136Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:08:29.136Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638109136,
  "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-24T06:08:30.172Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T06:08:30.172Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"47aeea4c-050e-497f-8613-81119c7707d5","serviceName":"Demo_pNF_i16cL97oNGISgd9SfY8I","serviceVersion":"1.0","serviceUUID":"6d21b031-231c-48e2-9b5c-0e7d88d020fd","serviceDescription":"catalog service description","serviceInvariantUUID":"36e2a514-3273-43b4-aec1-d55c0635af0f","resources":[{"resourceInstanceName":"pNF 196156c4-b041 0","resourceName":"pNF 196156c4-b041","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b5ec4454-3c1e-47ea-9136-dede5fa2c277","resourceInvariantUUID":"c1923a0b-6273-4444-ac11-1fce9096051a","resourceCustomizationUUID":"b66059b5-3bb7-494c-a357-4392105f719b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml","artifactChecksum":"ZWQ3OTVmMGUwZTNiMzU5ZmVmNGQzNzc1YTcxMzhiYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1c63b36-dc3a-4547-b21e-aa0344274eef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ad0f8d2-26c0-49de-bd43-1c4bf374e11a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078338d5-2741-4210-afc5-93fe15bb8330","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml","artifactChecksum":"ZjM0Y2M4ZWVkOTJkNjEwMWQ2MmQwZDEzYjRhYjBiZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fb0ba830-9ee7-47a7-b7df-d30109bea559","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8aeb7c64-6355-449e-a401-137fb967b643","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21a99006-a94d-46a5-a378-c22a7e5688f4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactChecksum":"ZjA3NDNlYTlkOTkyNzIxNjg1NmE1NzZhNDRmMTY2MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b208e49c-1313-4351-bae0-c1233a1fe994","artifactVersion":"1"},{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactChecksum":"MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9cc91da5-e75b-4ec0-b006-8d70c31f6118","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:08:30.173Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:08:30.173Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:08:30.174Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:08:30.174Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:08:31.177Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:08:31.177Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:08:31.177Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:08:31.178Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:08:32.179Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:08:32.180Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:08:32.180Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:08:32.180Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:08:33.182Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:08:33.182Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:08:33.182Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:08:33.182Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:08:34.183Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:08:34.184Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:08:34.184Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:08:34.184Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:08:35.185Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:08:35.185Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:08:35.185Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:08:35.185Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:08:36.186Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:08:36.187Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:08:36.187Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:08:36.187Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:08:37.188Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:08:37.189Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:08:37.190Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:08:37.190Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:08:38.191Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "serviceName": "Demo_pNF_i16cL97oNGISgd9SfY8I",
  "serviceVersion": "1.0",
  "serviceUUID": "6d21b031-231c-48e2-9b5c-0e7d88d020fd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "36e2a514-3273-43b4-aec1-d55c0635af0f",
  "resources": [
    {
      "resourceInstanceName": "pNF 196156c4-b041 0",
      "resourceCustomizationUUID": "b66059b5-3bb7-494c-a357-4392105f719b",
      "resourceName": "pNF 196156c4-b041",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b5ec4454-3c1e-47ea-9136-dede5fa2c277",
      "resourceInvariantUUID": "c1923a0b-6273-4444-ac11-1fce9096051a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactChecksum": "MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9cc91da5-e75b-4ec0-b006-8d70c31f6118"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:08:38.192Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:08:38.192Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d21b031-231c-48e2-9b5c-0e7d88d020fd ASDC
2023-03-24T06:08:38.193Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:47aeea4c-050e-497f-8613-81119c7707d5
ServiceName:Demo_pNF_i16cL97oNGISgd9SfY8I
ServiceVersion:1.0
ServiceUUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
ServiceInvariantUUID:36e2a514-3273-43b4-aec1-d55c0635af0f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactUUID:9cc91da5-e75b-4ec0-b006-8d70c31f6118
ArtifactChecksum:MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 196156c4-b041 0
ResourceCustomizationUUID:b66059b5-3bb7-494c-a357-4392105f719b
ResourceInvariantUUID:c1923a0b-6273-4444-ac11-1fce9096051a
ResourceName:pNF 196156c4-b041
ResourceType:PNF
ResourceUUID:b5ec4454-3c1e-47ea-9136-dede5fa2c277
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T06:08:38.193Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d21b031-231c-48e2-9b5c-0e7d88d020fd 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:08:38.244Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:08:38.245Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:08:38.245Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:08:38.246Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 from URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:08:38.246Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T06:08:38.246Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:08:38.465Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T06:08:38.469Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar 9cc91da5-e75b-4ec0-b006-8d70c31f6118 88017
2023-03-24T06:08:38.469Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:08:38.469Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:08:38.470Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T06:08:38.470Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:08:38.470Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:08:38.470Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638118469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:08:39.471Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:08:39.472Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:08:39.472Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118, URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar to file: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:08:39.473Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:08:39.473Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:08:39.474Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:08:39.627Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8964954933442202101/Definitions/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml
2023-03-24T06:08:40.238Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T06:08:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T06:08:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:08:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T06:08:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 196156c4-b041 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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:08:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:08:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:08:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:08:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:08:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:08:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:08:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T06:08:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:08:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:08:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T06:08:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T06:08:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:08:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:08:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:08:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T06:08:40.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T06:08:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:08:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:08:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:08:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:08:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:08:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:08:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:08:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:08:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:08:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:08:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:08:40.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_i16cL97oNGISgd9SfY8I
Description:catalog service description
Model UUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
Model Version:NULL
Model InvariantUuid:36e2a514-3273-43b4-aec1-d55c0635af0f
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=?
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-24T06:08:40.303Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||ERROR|500||Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists
2023-03-24T06:08:40.304Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:08:40.304Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists)
2023-03-24T06:08:40.305Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:08:40.305Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:08:40.305Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:08:40.305Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638120304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:08:41.306Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:08:41.307Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists)
2023-03-24T06:08:41.307Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:08:41.307Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:08:41.307Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:08:41.308Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638121306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:08:42.308Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:08:42.332Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
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-24T06:08:42.337Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:08:42.337Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:08:42.338Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:08:42.338Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:08:42.338Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:08:42.338Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:08:42.338Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:08:42.338Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:08:42.338Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:08:42.352Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:08:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:08:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:08:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638109136,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:08:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:08:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:08:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:08:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:08:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:08:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:08:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:08:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:08:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:08:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:08:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:08:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:08:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:08:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:08:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:08:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:08:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:08:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:08:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:08:59.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:08:59.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:08:59.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:08:59.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:08:59.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679637672697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:08:59.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:08:59.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:08:59.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638118469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:08:59.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:08:59.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:08:59.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638120304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
}
2023-03-24T06:08:59.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:08:59.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:08:59.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638121306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
}
2023-03-24T06:08:59.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:09:12.353Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5 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-24T06:09:12.364Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47aeea4c-050e-497f-8613-81119c7707d5 and serviceModelVersionId: 6d21b031-231c-48e2-9b5c-0e7d88d020fd
2023-03-24T06:09:12.364Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36e2a514-3273-43b4-aec1-d55c0635af0f
2023-03-24T06:09:12.365Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0
2023-03-24T06:09:12.370Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:09:12.400Z|47aeea4c-050e-497f-8613-81119c7707d5|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/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?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-24T06:09:12.401Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||Invoke
2023-03-24T06:09:12.410Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:09:12.540Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||InvokeReturn
2023-03-24T06:09:12.541Z|47aeea4c-050e-497f-8613-81119c7707d5|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/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:09:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[221384], x-aai-txid=[1-aai-resources-230324-06:09:12:865-5595], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:09:12.541Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:09:12.541Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:09:12.541Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:09:12.555Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:09:12.555Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47aeea4c-050e-497f-8613-81119c7707d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:09:12.555Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:09:12.555Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:09:12.555Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:09:12.556Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638152555,
  "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-24T06:09:13.586Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T06:09:13.586Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-24T06:09:13.587Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-24T06:09:13.587Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-24T06:09:13.587Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Lost previously 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-24T06:09:13.587Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T06:09:13.593Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=5, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-24T06:09:13.593Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-15c73171-10fd-4c2c-9234-22ec69cf3c8e
2023-03-24T06:09:13.593Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:09:13.593Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T06:09:15.324Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:09:18.333Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:09:21.341Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:09:24.351Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:09:27.361Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:09:30.372Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:09:33.381Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:09:36.390Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:09:39.398Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:09:42.407Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:09:45.415Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:09:48.427Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:09:51.436Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:09:54.445Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:09:57.454Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:09:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:09:59.179Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T06:09:59.180Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T06:09:59.186Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully joined group with generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-15c73171-10fd-4c2c-9234-22ec69cf3c8e', protocol='range'}
2023-03-24T06:09:59.186Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:09:59.191Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 10: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-15c73171-10fd-4c2c-9234-22ec69cf3c8e=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-24T06:09:59.207Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully synced group in generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-15c73171-10fd-4c2c-9234-22ec69cf3c8e', protocol='range'}
2023-03-24T06:09:59.208Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:09:59.208Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:09:59.208Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:09:59.208Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:09:59.208Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:09:59.213Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-24T06:09:59.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T06:09:59.213Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-24T06:09:59.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T06:09:59.213Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-24T06:09:59.213Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-24T06:09:59.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T06:09:59.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=394, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T06:09:59.213Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-24T06:09:59.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T06:09:59.213Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-24T06:09:59.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T06:10:00.230Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.231Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"4f4d2f06-0494-43a6-a64b-32572ec2cd4f","serviceName":"basic_onboard_OYYEOA","serviceVersion":"1.0","serviceUUID":"2a896d72-3427-42c3-9c51-7a9baf301927","serviceDescription":"service","serviceInvariantUUID":"6453009a-682f-4779-b09e-13f352c10a5e","resources":[{"resourceInstanceName":"basic_onboard_OYYEOA 0","resourceName":"basic_onboard_OYYEOA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d9a7313-b25d-475c-8377-9adfb946efd0","resourceInvariantUUID":"8009040d-b91b-4b13-85c4-fece6bfcb0e3","resourceCustomizationUUID":"b1cc5ca1-1246-4125-8ebc-a1079cbe8be6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml","artifactChecksum":"MmU1NTE5ODY5OTI0NjgzMjNkZjkwY2ZiMzMwM2RiYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad1c8aa3-beee-41e2-9e8e-78f7b34ffb87","artifactVersion":"1"},{"artifactName":"basic_onboard_oyyeoa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json","artifactChecksum":"ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcdf0b55-be83-46be-8a09-353314708f63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"436972f1-f03c-4954-b459-893758d8a32e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3cfbecdb-62ec-46ee-8bdc-738bde9a35cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f6639ec1-9d9b-479d-afd4-ac5df430d2b2","artifactVersion":"2","generatedFromUUID":"436972f1-f03c-4954-b459-893758d8a32e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOyyeoa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml","artifactChecksum":"ZjQzN2RmZjUwYzdmZjFhMTY4ZmY3NGRjMDhlMTZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eac9735-ec93-4f95-9a41-b064de4ec4a5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOyyeoa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar","artifactChecksum":"ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:10:00.233Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:10:00.233Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:10:00.233Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:10:00.233Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:10:00.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.237Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638152555,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:10:00.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.238Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679638180033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.238Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679638153323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.239Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.239Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679638191097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.239Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.239Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679638181647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.239Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.240Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679638184165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.240Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679638180033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.241Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679638153323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.241Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679638184165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.241Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679638191097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.242Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679638181647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.242Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679638180033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.242Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679638153323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.242Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679638191097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.243Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679638184165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.243Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679638181647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.243Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679638180033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.243Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679638153323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.243Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679638191097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.244Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.244Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679638184165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.244Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.244Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679638181647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.244Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.244Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679638194275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.244Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.244Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679638180033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.245Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.245Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679638153323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.245Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.245Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679638191097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.245Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.245Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679638184165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.245Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.246Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679638181647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.246Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679638194275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.246Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679638180033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.246Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679638153323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.247Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679638191097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:10:00.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.247Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679638184165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.247Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679638181647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.247Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679638194275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.248Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679638180033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.248Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679638184165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.248Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679638153323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.248Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679638191097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.249Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679638181647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.249Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679638194275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.249Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679638180033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:10:00.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.249Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679638184165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:10:00.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.250Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679638191097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:00.250Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.250Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679638153323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:10:00.250Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:00.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:00.250Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679638181647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:10:00.250Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:10:01.234Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:10:01.234Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:10:01.234Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:10:01.235Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:10:02.235Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:10:02.236Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:10:02.236Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:10:02.236Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:10:03.238Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:10:03.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:10:03.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:10:03.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:10:04.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:10:04.241Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:10:04.241Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:10:04.241Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:10:05.243Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:10:05.243Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:10:05.243Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:10:05.244Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:10:06.245Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:10:06.246Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:10:06.246Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:10:06.246Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:10:07.248Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "serviceName": "basic_onboard_OYYEOA",
  "serviceVersion": "1.0",
  "serviceUUID": "2a896d72-3427-42c3-9c51-7a9baf301927",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6453009a-682f-4779-b09e-13f352c10a5e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OYYEOA 0",
      "resourceCustomizationUUID": "b1cc5ca1-1246-4125-8ebc-a1079cbe8be6",
      "resourceName": "basic_onboard_OYYEOA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d9a7313-b25d-475c-8377-9adfb946efd0",
      "resourceInvariantUUID": "8009040d-b91b-4b13-85c4-fece6bfcb0e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_oyyeoa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
          "artifactChecksum": "ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bcdf0b55-be83-46be-8a09-353314708f63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "436972f1-f03c-4954-b459-893758d8a32e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
            "generatedFromUUID": "436972f1-f03c-4954-b459-893758d8a32e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOyyeoa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
      "artifactChecksum": "ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:10:07.248Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:10:07.248Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a896d72-3427-42c3-9c51-7a9baf301927 ASDC
2023-03-24T06:10:07.249Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4f4d2f06-0494-43a6-a64b-32572ec2cd4f
ServiceName:basic_onboard_OYYEOA
ServiceVersion:1.0
ServiceUUID:2a896d72-3427-42c3-9c51-7a9baf301927
ServiceInvariantUUID:6453009a-682f-4779-b09e-13f352c10a5e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOyyeoa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
ArtifactUUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e
ArtifactChecksum:ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OYYEOA 0
ResourceCustomizationUUID:b1cc5ca1-1246-4125-8ebc-a1079cbe8be6
ResourceInvariantUUID:8009040d-b91b-4b13-85c4-fece6bfcb0e3
ResourceName:basic_onboard_OYYEOA
ResourceType:VF
ResourceUUID:3d9a7313-b25d-475c-8377-9adfb946efd0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oyyeoa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
ArtifactUUID:bcdf0b55-be83-46be-8a09-353314708f63
ArtifactChecksum:ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE=
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:436972f1-f03c-4954-b459-893758d8a32e
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T06:10:07.249Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a896d72-3427-42c3-9c51-7a9baf301927 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:10:07.294Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:10:07.294Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:10:07.294Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:10:07.294Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T06:10:07.294Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T06:10:07.294Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T06:10:07.316Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T06:10:07.316Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@50d903af
2023-03-24T06:10:07.316Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:10:07.317Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T06:10:07.317Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOyyeoa-csar.csar /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:10:07.317Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar ASDC sendASDCNotification
2023-03-24T06:10:07.317Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(Specified artifact is  not found)
2023-03-24T06:10:07.317Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:10:07.317Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:10:07.317Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:10:07.317Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638207317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:10:08.319Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOyyeoa-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(UUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T06:10:08.337Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T06:10:08.338Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
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-24T06:10:08.341Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||basic_onboard_OYYEOA 0
2023-03-24T06:10:08.341Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
2023-03-24T06:10:08.341Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bcdf0b55-be83-46be-8a09-353314708f63 from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T06:10:08.341Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T06:10:08.341Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T06:10:08.357Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T06:10:08.357Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5a8ebdc5
2023-03-24T06:10:08.357Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:10:08.357Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T06:10:08.358Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_oyyeoa0_modules.json /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json bcdf0b55-be83-46be-8a09-353314708f63 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:10:08.358Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json ASDC sendASDCNotification
2023-03-24T06:10:08.358Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(Specified artifact is  not found)
2023-03-24T06:10:08.358Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:10:08.358Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:10:08.358Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:10:08.358Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638208358,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:10:09.360Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_oyyeoa0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(UUID:bcdf0b55-be83-46be-8a09-353314708f63)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T06:10:09.361Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:10:09.390Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:10:09.394Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:10:09.394Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:10:39.395Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:10:39.425Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:10:39.430Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:10:39.430Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:10:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:10:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:10:59.165Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679638194275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:10:59.165Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:11:09.431Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:11:09.456Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:11:09.460Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:11:09.460Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:11:39.461Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:11:39.492Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:11:39.497Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:11:39.497Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:11:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:11:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:11:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:11:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679638200079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:11:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:11:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679638201254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:11:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:11:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679638201251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:11:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:11:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679638194275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:11:59.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:11:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T06:11:59.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:11:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679638201081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T06:11:59.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:11:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:11:59.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:11:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679638194275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:11:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:11:59.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.169Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679638202082,
  "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-24T06:11:59.211Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 74dc9741-be4b-4978-bc6b-eaa74b750d0f
2023-03-24T06:11:59.211Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74dc9741-be4b-4978-bc6b-eaa74b750d0f 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-24T06:11:59.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:11:59.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:11:59.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679638194275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:11:59.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:11:59.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-24T06:11:59.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:11:59.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679638203134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:11:59.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:11:59.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679638204962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T06:11:59.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:11:59.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.235Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:11:59.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:11:59.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.235Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1679638205964,
  "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-24T06:11:59.249Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 74dc9741-be4b-4978-bc6b-eaa74b750d0f
2023-03-24T06:11:59.249Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74dc9741-be4b-4978-bc6b-eaa74b750d0f 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-24T06:11:59.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.269Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679638204833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T06:11:59.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:11:59.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.269Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:11:59.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:11:59.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.270Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679638205836,
  "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-24T06:11:59.280Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 74dc9741-be4b-4978-bc6b-eaa74b750d0f
2023-03-24T06:11:59.280Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74dc9741-be4b-4978-bc6b-eaa74b750d0f 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-24T06:11:59.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.297Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638207317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:11:59.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:11:59.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:11:59.298Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638208358,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:11:59.298Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:12:09.497Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:12:09.526Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:12:09.532Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:12:09.532Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:12:39.532Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:12:39.556Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:12:39.560Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:12:39.560Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:12:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:13:09.561Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:13:09.588Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:13:09.592Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:13:09.592Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:13:39.592Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:13:39.621Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:13:39.626Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:13:39.626Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:13:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:14:09.627Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:14:09.655Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:14:09.660Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:14:09.660Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:14:39.660Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:14:39.690Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:14:39.694Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:14:39.694Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:14:59.165Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:15:00.263Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-24T06:15:00.264Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Member SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-15c73171-10fd-4c2c-9234-22ec69cf3c8e sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-24T06:15:00.264Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-24T06:15:00.264Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-24T06:15:02.740Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:15:02.752Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T06:15:02.753Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T06:15:02.758Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:15:02.758Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 11: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T06:15:02.774Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:15:02.775Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:15:02.775Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:15:02.780Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T06:15:02.780Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T06:15:02.781Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T06:15:02.781Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=462, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T06:15:02.781Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T06:15:02.781Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T06:15:09.694Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-24T06:15:09.694Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T06:15:09.709Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and serviceModelVersionId: 2a896d72-3427-42c3-9c51-7a9baf301927
2023-03-24T06:15:09.709Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6453009a-682f-4779-b09e-13f352c10a5e
2023-03-24T06:15:09.710Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0
2023-03-24T06:15:09.718Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:15:09.745Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||Invoke
2023-03-24T06:15:09.746Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4ef8933d-de3d-4dba-b26b-856fbd4ee859], X-ECOMP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-TransactionId=[], X-ONAP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], Content-Type=[application/merge-patch+json]}
2023-03-24T06:15:09.770Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T06:15:09.956Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:15:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[182], vertex-id=[196704], x-aai-txid=[1-aai-resources-230324-06:15:10:237-92153], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:15:09.956Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:15:09.957Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||InvokeReturn
2023-03-24T06:15:09.957Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:15:09.957Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T06:15:09.970Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T06:15:09.970Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-24T06:15:09.970Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-24T06:15:09.970Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:15:09.971Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:15:09.971Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638509970,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:15:09.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:15:09.991Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638509970,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-24T06:15:09.991Z||pool-2-thread-2|||||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-24T06:15:11.002Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T06:15:11.002Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"dd4d0016-b37c-432f-8772-14719db40fae","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d2fd896c-8dbd-40cf-9f32-00ea121c4b86","serviceDescription":"service","serviceInvariantUUID":"eb7fb721-ae76-4fb4-a11d-09ec966ae14c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fb543b88-df7e-4c82-8201-6f6d54ac6c50","resourceInvariantUUID":"4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c","resourceCustomizationUUID":"9d0a16e8-2977-47a9-95c1-230b7d89e748","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":"YTg3YjMxZjE4MzA2Mjc5NjhhMjUyMWU5ZGVhMDgxYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"237b512e-0d38-481d-8779-ce675533ccd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eaa5e2ab-c485-4ac8-9447-f0ec97630551","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:15:11.003Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:15:11.003Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:15:11.003Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:15:11.004Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "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-24T06:15:12.004Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:15:12.005Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:15:12.005Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:15:12.005Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:15:13.006Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d2fd896c-8dbd-40cf-9f32-00ea121c4b86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb7fb721-ae76-4fb4-a11d-09ec966ae14c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9d0a16e8-2977-47a9-95c1-230b7d89e748",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "fb543b88-df7e-4c82-8201-6f6d54ac6c50",
      "resourceInvariantUUID": "4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c",
      "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": "YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eaa5e2ab-c485-4ac8-9447-f0ec97630551"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:15:13.006Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:15:13.006Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d2fd896c-8dbd-40cf-9f32-00ea121c4b86 ASDC
2023-03-24T06:15:13.007Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:dd4d0016-b37c-432f-8772-14719db40fae
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d2fd896c-8dbd-40cf-9f32-00ea121c4b86
ServiceInvariantUUID:eb7fb721-ae76-4fb4-a11d-09ec966ae14c
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:eaa5e2ab-c485-4ac8-9447-f0ec97630551
ArtifactChecksum:YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9d0a16e8-2977-47a9-95c1-230b7d89e748
ResourceInvariantUUID:4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fb543b88-df7e-4c82-8201-6f6d54ac6c50
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-24T06:15:13.007Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2fd896c-8dbd-40cf-9f32-00ea121c4b86 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:15:13.059Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:15:13.060Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:15:13.061Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:15:13.061Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T06:15:13.061Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T06:15:13.061Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:15:13.094Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T06:15:13.094Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3925c6fc
2023-03-24T06:15:13.094Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:15:13.095Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-24T06:15:13.095Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eaa5e2ab-c485-4ac8-9447-f0ec97630551 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:15:13.095Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:15:13.096Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-24T06:15:13.096Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:15:13.096Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:15:13.097Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:15:13.097Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638513095,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:15:14.098Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:eaa5e2ab-c485-4ac8-9447-f0ec97630551)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T06:15:14.155Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists
2023-03-24T06:15:14.156Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:15:14.156Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists)
2023-03-24T06:15:14.156Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:15:14.156Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:15:14.156Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:15:14.157Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638514155,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:15:15.158Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:15:15.158Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists)
2023-03-24T06:15:15.158Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:15:15.158Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:15:15.158Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:15:15.159Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638515158,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:15:16.159Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:15:16.187Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
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-24T06:15:16.193Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:15:16.193Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:15:16.193Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:15:16.193Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:15:16.193Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:15:16.193Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:15:16.193Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:15:16.194Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:15:16.194Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:15:16.209Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:15:46.209Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae 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-24T06:15:46.222Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd4d0016-b37c-432f-8772-14719db40fae and serviceModelVersionId: d2fd896c-8dbd-40cf-9f32-00ea121c4b86
2023-03-24T06:15:46.223Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb7fb721-ae76-4fb4-a11d-09ec966ae14c
2023-03-24T06:15:46.223Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0
2023-03-24T06:15:46.231Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:15:46.271Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||Invoke
2023-03-24T06:15:46.272Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b751e71-7e49-450e-aeb3-2fd94480a074], X-ECOMP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-TransactionId=[], X-ONAP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], Content-Type=[application/merge-patch+json]}
2023-03-24T06:15:46.280Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:15:46.416Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?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/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:15:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[225312], x-aai-txid=[2-aai-resources-230324-06:15:46:744-23055], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:15:46.416Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:15:46.418Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||InvokeReturn
2023-03-24T06:15:46.418Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:15:46.419Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:15:46.429Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:15:46.430Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd4d0016-b37c-432f-8772-14719db40fae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:15:46.430Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:15:46.431Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:15:46.431Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:15:46.431Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638546430,
  "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-24T06:15:47.463Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T06:15:47.464Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"1a2365d1-074b-4844-91d3-363d03287b57","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"09ff96f4-229a-4515-9709-6d2f2c4821ac","serviceDescription":"service","serviceInvariantUUID":"45dc50b5-a169-45aa-9f0b-ccc1cea11873","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc","resourceInvariantUUID":"a7fff94d-369d-44ee-8b27-435e03531596","resourceCustomizationUUID":"b7580746-a72b-4fb1-9336-d78ac7525682","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":"YTMyNWQyZWU0MDA1ODYwMmVjMGE2Y2IxMDYwMWEyYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69c13507-0010-4c9a-ade6-d19f5baf9488","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":"N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"994e980a-ea5f-4be3-8a38-6ec36a40427d","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":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a","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":"54f5d029-3e9c-428a-9790-9535b8f1bb74","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":"249db6ea-2fe4-4b56-b5af-9585a06fdc81","artifactVersion":"2","generatedFromUUID":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2M0YTE2MDQ0ZDIwZGMxYjM4MmM1NzBmNjcwMjVjZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cacd8347-baf7-4864-851a-2e4d0d06f245","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:15:47.464Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:15:47.464Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:15:47.464Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:15:47.464Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "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-24T06:15:48.465Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:15:48.465Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:15:48.465Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:15:48.465Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "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-24T06:15:49.466Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:15:49.466Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:15:49.466Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:15:49.466Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "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-24T06:15:50.467Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:15:50.468Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:15:50.468Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:15:50.468Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "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-24T06:15:51.469Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:15:51.469Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:15:51.469Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:15:51.470Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "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-24T06:15:52.470Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:15:52.471Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:15:52.471Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:15:52.471Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "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-24T06:15:53.472Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:15:53.472Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:15:53.473Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:15:53.473Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:15:54.474Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "09ff96f4-229a-4515-9709-6d2f2c4821ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45dc50b5-a169-45aa-9f0b-ccc1cea11873",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b7580746-a72b-4fb1-9336-d78ac7525682",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc",
      "resourceInvariantUUID": "a7fff94d-369d-44ee-8b27-435e03531596",
      "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": "N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "994e980a-ea5f-4be3-8a38-6ec36a40427d",
          "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": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a",
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
            "generatedFromUUID": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"
          },
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:15:54.474Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:15:54.474Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09ff96f4-229a-4515-9709-6d2f2c4821ac ASDC
2023-03-24T06:15:54.475Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1a2365d1-074b-4844-91d3-363d03287b57
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:09ff96f4-229a-4515-9709-6d2f2c4821ac
ServiceInvariantUUID:45dc50b5-a169-45aa-9f0b-ccc1cea11873
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:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311
ArtifactChecksum:ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b7580746-a72b-4fb1-9336-d78ac7525682
ResourceInvariantUUID:a7fff94d-369d-44ee-8b27-435e03531596
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc
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:994e980a-ea5f-4be3-8a38-6ec36a40427d
ArtifactChecksum:N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE=
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:65fe8888-43b5-4f65-bf9d-77c8a3c7d02a
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T06:15:54.475Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09ff96f4-229a-4515-9709-6d2f2c4821ac 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:15:54.527Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:15:54.527Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:15:54.527Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:15:54.528Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T06:15:54.528Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T06:15:54.528Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:15:54.557Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T06:15:54.558Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6d372e4c
2023-03-24T06:15:54.558Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:15:54.558Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-24T06:15:54.558Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:15:54.558Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T06:15:54.558Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-24T06:15:54.559Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:15:54.559Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:15:54.559Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:15:54.559Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638554558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:15:55.560Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T06:15:55.616Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists
2023-03-24T06:15:55.616Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T06:15:55.616Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists)
2023-03-24T06:15:55.616Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:15:55.616Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:15:55.616Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:15:55.616Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638555616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:15:56.618Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T06:15:56.618Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists)
2023-03-24T06:15:56.618Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:15:56.618Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:15:56.619Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:15:56.619Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638556617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:15:57.620Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:15:57.650Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
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-24T06:15:57.656Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:15:57.657Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:15:57.657Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:15:57.657Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:15:57.657Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:15:57.657Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:15:57.657Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:15:57.657Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:15:57.658Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:15:57.674Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:15:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:15:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:15:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:15:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:15:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:15:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:15:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:15:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:15:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638513095,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:15:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:15:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:15:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638514155,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
}
2023-03-24T06:15:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:15:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:15:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638515158,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
}
2023-03-24T06:15:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:15:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:15:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638546430,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:15:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:15:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:15:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:15:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:15:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:15:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T06:15:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:15:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:15:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:15:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:15:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:15:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:15:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:15:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:15:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T06:15:59.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:15:59.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:15:59.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:15:59.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:15:59.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:15:59.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:15:59.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:15:59.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:15:59.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638554558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:15:59.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:15:59.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:15:59.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638555616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
}
2023-03-24T06:15:59.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:15:59.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:15:59.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638556617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
}
2023-03-24T06:15:59.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:16:27.675Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57 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-24T06:16:27.684Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a2365d1-074b-4844-91d3-363d03287b57 and serviceModelVersionId: 09ff96f4-229a-4515-9709-6d2f2c4821ac
2023-03-24T06:16:27.685Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45dc50b5-a169-45aa-9f0b-ccc1cea11873
2023-03-24T06:16:27.685Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0
2023-03-24T06:16:27.691Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:16:27.711Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||Invoke
2023-03-24T06:16:27.712Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4f1818d6-1415-478a-8ac1-08eaa2266eae], X-ECOMP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-TransactionId=[], X-ONAP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], Content-Type=[application/merge-patch+json]}
2023-03-24T06:16:27.720Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:16:27.859Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?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/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:16:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[356504], x-aai-txid=[0-aai-resources-230324-06:16:28:184-86933], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:16:27.859Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:16:27.860Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||InvokeReturn
2023-03-24T06:16:27.860Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:16:27.860Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:16:27.873Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:16:27.874Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a2365d1-074b-4844-91d3-363d03287b57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:16:27.874Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:16:27.874Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:16:27.874Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:16:27.874Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638587874,
  "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-24T06:16:28.909Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T06:16:28.910Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"47aeea4c-050e-497f-8613-81119c7707d5","serviceName":"Demo_pNF_i16cL97oNGISgd9SfY8I","serviceVersion":"1.0","serviceUUID":"6d21b031-231c-48e2-9b5c-0e7d88d020fd","serviceDescription":"catalog service description","serviceInvariantUUID":"36e2a514-3273-43b4-aec1-d55c0635af0f","resources":[{"resourceInstanceName":"pNF 196156c4-b041 0","resourceName":"pNF 196156c4-b041","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b5ec4454-3c1e-47ea-9136-dede5fa2c277","resourceInvariantUUID":"c1923a0b-6273-4444-ac11-1fce9096051a","resourceCustomizationUUID":"b66059b5-3bb7-494c-a357-4392105f719b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml","artifactChecksum":"ZWQ3OTVmMGUwZTNiMzU5ZmVmNGQzNzc1YTcxMzhiYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1c63b36-dc3a-4547-b21e-aa0344274eef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ad0f8d2-26c0-49de-bd43-1c4bf374e11a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078338d5-2741-4210-afc5-93fe15bb8330","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml","artifactChecksum":"ZjM0Y2M4ZWVkOTJkNjEwMWQ2MmQwZDEzYjRhYjBiZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fb0ba830-9ee7-47a7-b7df-d30109bea559","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8aeb7c64-6355-449e-a401-137fb967b643","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21a99006-a94d-46a5-a378-c22a7e5688f4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactChecksum":"ZjA3NDNlYTlkOTkyNzIxNjg1NmE1NzZhNDRmMTY2MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b208e49c-1313-4351-bae0-c1233a1fe994","artifactVersion":"1"},{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactChecksum":"MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9cc91da5-e75b-4ec0-b006-8d70c31f6118","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:16:28.910Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:16:28.910Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:16:28.910Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:16:28.910Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:16:29.911Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:16:29.912Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:16:29.912Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:16:29.912Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:16:30.912Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:16:30.913Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:16:30.913Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:16:30.913Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:16:31.914Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:16:31.914Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:16:31.914Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:16:31.914Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:16:32.915Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:16:32.916Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:16:32.916Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:16:32.916Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:16:33.917Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:16:33.917Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:16:33.917Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:16:33.918Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:16:34.918Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:16:34.919Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:16:34.919Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:16:34.919Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:16:35.920Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:16:35.920Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:16:35.920Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:16:35.921Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:16:36.922Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "serviceName": "Demo_pNF_i16cL97oNGISgd9SfY8I",
  "serviceVersion": "1.0",
  "serviceUUID": "6d21b031-231c-48e2-9b5c-0e7d88d020fd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "36e2a514-3273-43b4-aec1-d55c0635af0f",
  "resources": [
    {
      "resourceInstanceName": "pNF 196156c4-b041 0",
      "resourceCustomizationUUID": "b66059b5-3bb7-494c-a357-4392105f719b",
      "resourceName": "pNF 196156c4-b041",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b5ec4454-3c1e-47ea-9136-dede5fa2c277",
      "resourceInvariantUUID": "c1923a0b-6273-4444-ac11-1fce9096051a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactChecksum": "MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9cc91da5-e75b-4ec0-b006-8d70c31f6118"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:16:36.923Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:16:36.923Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d21b031-231c-48e2-9b5c-0e7d88d020fd ASDC
2023-03-24T06:16:36.924Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:47aeea4c-050e-497f-8613-81119c7707d5
ServiceName:Demo_pNF_i16cL97oNGISgd9SfY8I
ServiceVersion:1.0
ServiceUUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
ServiceInvariantUUID:36e2a514-3273-43b4-aec1-d55c0635af0f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactUUID:9cc91da5-e75b-4ec0-b006-8d70c31f6118
ArtifactChecksum:MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 196156c4-b041 0
ResourceCustomizationUUID:b66059b5-3bb7-494c-a357-4392105f719b
ResourceInvariantUUID:c1923a0b-6273-4444-ac11-1fce9096051a
ResourceName:pNF 196156c4-b041
ResourceType:PNF
ResourceUUID:b5ec4454-3c1e-47ea-9136-dede5fa2c277
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T06:16:36.924Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d21b031-231c-48e2-9b5c-0e7d88d020fd 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:16:36.968Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:16:36.968Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:16:36.969Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:16:36.969Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 from URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:16:36.969Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T06:16:36.969Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:16:37.235Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T06:16:37.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar 9cc91da5-e75b-4ec0-b006-8d70c31f6118 88017
2023-03-24T06:16:37.239Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:16:37.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:16:37.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T06:16:37.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:16:37.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:16:37.241Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638597239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:16:38.242Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:16:38.242Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:16:38.243Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118, URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar to file: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:16:38.243Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:16:38.244Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:16:38.244Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:16:38.323Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4189273118298188991/Definitions/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml
2023-03-24T06:16:38.973Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T06:16:38.974Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T06:16:38.974Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:16:38.974Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T06:16:38.974Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 196156c4-b041 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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:16:38.974Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:16:38.974Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:16:38.974Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:16:38.974Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:16:38.974Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:16:38.974Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:16:38.975Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T06:16:38.975Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:16:38.975Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:16:38.975Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T06:16:38.975Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T06:16:38.975Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:16:38.975Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:16:38.975Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:16:38.975Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T06:16:38.975Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T06:16:38.975Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:16:38.976Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:16:38.976Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:16:38.976Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:16:38.976Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:16:38.976Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:16:38.976Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:16:38.976Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:16:38.976Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:16:38.976Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:16:38.976Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:16:38.976Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_i16cL97oNGISgd9SfY8I
Description:catalog service description
Model UUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
Model Version:NULL
Model InvariantUuid:36e2a514-3273-43b4-aec1-d55c0635af0f
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=?
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-24T06:16:39.021Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||ERROR|500||Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists
2023-03-24T06:16:39.022Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:16:39.022Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists)
2023-03-24T06:16:39.022Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:16:39.022Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:16:39.022Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:16:39.022Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638599022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:16:40.023Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:16:40.023Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists)
2023-03-24T06:16:40.024Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:16:40.024Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:16:40.024Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:16:40.024Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638600023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:16:41.025Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:16:41.049Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
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-24T06:16:41.053Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:16:41.053Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:16:41.053Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:16:41.053Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:16:41.053Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:16:41.053Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:16:41.053Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:16:41.053Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:16:41.053Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:16:41.063Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:16:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:16:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:16:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638587874,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:16:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:16:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:16:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:16:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:16:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:16:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:16:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:16:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:16:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:16:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:16:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:16:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:16:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:16:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:16:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:16:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:16:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:16:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:16:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:16:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:16:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:16:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:16:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:16:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:16:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:16:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:16:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638597239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:16:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:16:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:16:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638599022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
}
2023-03-24T06:16:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:16:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:16:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638600023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
}
2023-03-24T06:16:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:17:11.063Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5 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-24T06:17:11.076Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47aeea4c-050e-497f-8613-81119c7707d5 and serviceModelVersionId: 6d21b031-231c-48e2-9b5c-0e7d88d020fd
2023-03-24T06:17:11.076Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36e2a514-3273-43b4-aec1-d55c0635af0f
2023-03-24T06:17:11.077Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0
2023-03-24T06:17:11.084Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:17:11.104Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||Invoke
2023-03-24T06:17:11.105Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c6c902ae-65af-4235-a69c-ba4894386700], X-ECOMP-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], X-TransactionId=[], X-ONAP-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], Content-Type=[application/merge-patch+json]}
2023-03-24T06:17:11.112Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:17:11.249Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?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/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:17:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[221384], x-aai-txid=[0-aai-resources-230324-06:17:11:577-21383], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:17:11.250Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:17:11.251Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||InvokeReturn
2023-03-24T06:17:11.251Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:17:11.251Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:17:11.265Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:17:11.265Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47aeea4c-050e-497f-8613-81119c7707d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:17:11.266Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:17:11.266Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:17:11.266Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:17:11.266Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638631266,
  "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-24T06:17:12.299Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T06:17:12.300Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"74dc9741-be4b-4978-bc6b-eaa74b750d0f","serviceName":"Demo_pNF_udFnnTGbbaPA3TPCLzGq","serviceVersion":"1.0","serviceUUID":"9201de56-0aff-4843-9892-0e79e694a55c","serviceDescription":"catalog service description","serviceInvariantUUID":"e472cdc6-cdb6-46b7-b96e-b4bf01d5083c","resources":[{"resourceInstanceName":"pNF 987b0b8e-dbc1 0","resourceName":"pNF 987b0b8e-dbc1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"de5d512a-ba4f-4f57-b63a-421597be67d9","resourceInvariantUUID":"090e47b5-650a-40ab-83f3-56f7ceed024b","resourceCustomizationUUID":"d04be6e1-cb33-473e-a923-5b5289d301cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q0OWVhNWQ5M2E5YTIyNTc0MzM1NDA1MmQ0OGU4ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba09de2f-e124-42bf-b973-f7c86cd0e26e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7a4867e-e8a7-42eb-8eb9-a78047af0e58","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f186ebad-ad1b-4d81-834b-8246aa9dee2a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml","artifactChecksum":"YzNmNDljOTIwZmFkMzM3Mzk2NzFkOGVlZGE5YWNlZjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed53392e-4f36-4f7b-b71b-c30b3a756cb3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88a60b39-e34f-4f1d-9d09-53d94aa0a750","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7588dab5-8e3c-4f59-a8e2-d446acb1c88f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactChecksum":"NjAxN2MwZjU3NmJlNWU3NzE1MTIwMjMyZTg4MDAzNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70d79d54-9860-4019-8b1a-8fef8d5884af","artifactVersion":"1"},{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactChecksum":"YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50c84df6-da4c-4d46-a80b-33026baa8e04","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:17:12.300Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:17:12.300Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:17:12.300Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:17:12.300Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:17:13.301Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:17:13.301Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:17:13.301Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:17:13.301Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:17:14.302Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:17:14.302Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:17:14.303Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:17:14.303Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:17:15.304Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:17:15.305Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:17:15.305Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:17:15.305Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:17:16.307Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:17:16.307Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:17:16.307Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:17:16.307Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:17:17.309Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:17:17.310Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:17:17.310Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:17:17.310Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:17:18.312Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:17:18.312Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:17:18.312Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:17:18.312Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:17:19.313Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:17:19.314Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:17:19.314Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:17:19.314Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:17:20.315Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "serviceName": "Demo_pNF_udFnnTGbbaPA3TPCLzGq",
  "serviceVersion": "1.0",
  "serviceUUID": "9201de56-0aff-4843-9892-0e79e694a55c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e472cdc6-cdb6-46b7-b96e-b4bf01d5083c",
  "resources": [
    {
      "resourceInstanceName": "pNF 987b0b8e-dbc1 0",
      "resourceCustomizationUUID": "d04be6e1-cb33-473e-a923-5b5289d301cc",
      "resourceName": "pNF 987b0b8e-dbc1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "de5d512a-ba4f-4f57-b63a-421597be67d9",
      "resourceInvariantUUID": "090e47b5-650a-40ab-83f3-56f7ceed024b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactChecksum": "YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50c84df6-da4c-4d46-a80b-33026baa8e04"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:17:20.316Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:17:20.316Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9201de56-0aff-4843-9892-0e79e694a55c ASDC
2023-03-24T06:17:20.317Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:74dc9741-be4b-4978-bc6b-eaa74b750d0f
ServiceName:Demo_pNF_udFnnTGbbaPA3TPCLzGq
ServiceVersion:1.0
ServiceUUID:9201de56-0aff-4843-9892-0e79e694a55c
ServiceInvariantUUID:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactUUID:50c84df6-da4c-4d46-a80b-33026baa8e04
ArtifactChecksum:YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 987b0b8e-dbc1 0
ResourceCustomizationUUID:d04be6e1-cb33-473e-a923-5b5289d301cc
ResourceInvariantUUID:090e47b5-650a-40ab-83f3-56f7ceed024b
ResourceName:pNF 987b0b8e-dbc1
ResourceType:PNF
ResourceUUID:de5d512a-ba4f-4f57-b63a-421597be67d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T06:17:20.317Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9201de56-0aff-4843-9892-0e79e694a55c 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-24T06:17:20.378Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:17:20.379Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:17:20.379Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:17:20.379Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 from URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:17:20.379Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T06:17:20.380Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:17:20.635Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T06:17:20.639Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar 50c84df6-da4c-4d46-a80b-33026baa8e04 88008
2023-03-24T06:17:20.639Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T06:17:20.639Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:17:20.640Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T06:17:20.640Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:17:20.640Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:17:20.640Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638640639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:17:21.642Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:17:21.643Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:17:21.643Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04, URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar to file: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:17:21.643Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:17:21.644Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:17:21.644Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:17:21.779Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9414140395282543430/Definitions/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml
2023-03-24T06:17:22.398Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T06:17:22.398Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T06:17:22.398Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:17:22.398Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T06:17:22.398Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 987b0b8e-dbc1 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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:17:22.398Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:17:22.398Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:17:22.399Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:17:22.399Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:17:22.399Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:17:22.399Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:17:22.399Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T06:17:22.399Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:17:22.399Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:17:22.399Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T06:17:22.399Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T06:17:22.400Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:17:22.400Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:17:22.400Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:17:22.400Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T06:17:22.400Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T06:17:22.400Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:17:22.400Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:17:22.400Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:17:22.401Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:17:22.401Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:17:22.403Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:17:22.404Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:17:22.404Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:17:22.404Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:17:22.404Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:17:22.404Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:17:22.404Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_udFnnTGbbaPA3TPCLzGq
Description:catalog service description
Model UUID:9201de56-0aff-4843-9892-0e79e694a55c
Model Version:NULL
Model InvariantUuid:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
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-24T06:17:22.425Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: de5d512a-ba4f-4f57-b63a-421597be67d9
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-24T06:17:22.431Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||pNF 987b0b8e-dbc1 0
2023-03-24T06:17:22.431Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: de5d512a-ba4f-4f57-b63a-421597be67d9
2023-03-24T06:17:22.431Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 9201de56-0aff-4843-9892-0e79e694a55c
2023-03-24T06:17:22.431Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9201de56-0aff-4843-9892-0e79e694a55c
2023-03-24T06:17:22.431Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 987b0b8e-dbc1 0 de5d512a-ba4f-4f57-b63a-421597be67d9 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-24T06:17:22.444Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52ff5db8, org.onap.sdc.toscaparser.api.parameters.Input@458e7368, org.onap.sdc.toscaparser.api.parameters.Input@7ff16a6a, org.onap.sdc.toscaparser.api.parameters.Input@672857b3, org.onap.sdc.toscaparser.api.parameters.Input@4f92d473]
2023-03-24T06:17:22.444Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:17:22.445Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:17:22.445Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9201de56-0aff-4843-9892-0e79e694a55c: pNF 987b0b8e-dbc1
2023-03-24T06:17:22.445Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Processing PNF resource: de5d512a-ba4f-4f57-b63a-421597be67d9
2023-03-24T06:17:22.445Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:17:22.445Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:17:22.445Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Resource customization UUID: d04be6e1-cb33-473e-a923-5b5289d301cc is the same as notified resource customizationUUID: d04be6e1-cb33-473e-a923-5b5289d301cc
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-24T06:17:22.535Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 987b0b8e-dbc1 de5d512a-ba4f-4f57-b63a-421597be67d9 0 ASDC deployResourceStructure
2023-03-24T06:17:22.536Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T06:17:22.536Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:17:22.536Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T06:17:22.537Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:17:22.537Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:17:22.537Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638642536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:17:23.538Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:17:23.563Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
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-24T06:17:23.567Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:17:23.567Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:17:23.567Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:17:23.567Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:17:23.567Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:17:23.567Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:17:23.567Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:17:23.567Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:17:23.567Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T06:17:23.582Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:17:53.583Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f 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-24T06:17:53.595Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f and serviceModelVersionId: 9201de56-0aff-4843-9892-0e79e694a55c
2023-03-24T06:17:53.596Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
2023-03-24T06:17:53.596Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0
2023-03-24T06:17:53.599Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:17:53.615Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?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-24T06:17:53.616Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||Invoke
2023-03-24T06:17:53.624Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:17:53.779Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||InvokeReturn
2023-03-24T06:17:53.779Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:17:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[245792], x-aai-txid=[2-aai-resources-230324-06:17:54:090-92784], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:17:53.780Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:17:53.780Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:17:53.780Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T06:17:53.790Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T06:17:53.790Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74dc9741-be4b-4978-bc6b-eaa74b750d0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:17:53.790Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:17:53.790Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:17:53.791Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:17:53.791Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638673790,
  "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-24T06:17:54.820Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T06:17:54.820Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-24T06:17:54.821Z||pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-24T06:17:54.821Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-24T06:17:54.821Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Lost previously 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-24T06:17:54.821Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T06:17:54.827Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-9b91dba5-a188-43d5-8750-792ea8e16004
2023-03-24T06:17:54.828Z||pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=6, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-24T06:17:54.828Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:17:54.828Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T06:17:57.465Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:17:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:17:59.180Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T06:17:59.180Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T06:17:59.186Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:17:59.186Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-9b91dba5-a188-43d5-8750-792ea8e16004', protocol='range'}
2023-03-24T06:17:59.191Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 12: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-9b91dba5-a188-43d5-8750-792ea8e16004=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-24T06:17:59.206Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:17:59.206Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-9b91dba5-a188-43d5-8750-792ea8e16004', protocol='range'}
2023-03-24T06:17:59.206Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:17:59.207Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:17:59.207Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:17:59.207Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:17:59.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T06:17:59.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T06:17:59.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T06:17:59.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=491, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T06:17:59.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T06:17:59.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T06:17:59.212Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-24T06:17:59.212Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-24T06:17:59.212Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-24T06:17:59.213Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-24T06:17:59.213Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-24T06:17:59.213Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-24T06:18:00.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:18:00.229Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638631266,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:18:00.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:18:00.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:18:00.230Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:18:00.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:18:00.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:18:00.230Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:18:00.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:18:00.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:18:00.231Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:18:00.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:18:00.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:18:00.231Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:18:00.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:18:00.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:18:00.231Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:18:00.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:18:00.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:18:00.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:18:00.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:18:00.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:18:00.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:18:00.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:18:00.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:18:00.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:18:00.232Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"4f4d2f06-0494-43a6-a64b-32572ec2cd4f","serviceName":"basic_onboard_OYYEOA","serviceVersion":"1.0","serviceUUID":"2a896d72-3427-42c3-9c51-7a9baf301927","serviceDescription":"service","serviceInvariantUUID":"6453009a-682f-4779-b09e-13f352c10a5e","resources":[{"resourceInstanceName":"basic_onboard_OYYEOA 0","resourceName":"basic_onboard_OYYEOA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d9a7313-b25d-475c-8377-9adfb946efd0","resourceInvariantUUID":"8009040d-b91b-4b13-85c4-fece6bfcb0e3","resourceCustomizationUUID":"b1cc5ca1-1246-4125-8ebc-a1079cbe8be6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml","artifactChecksum":"MmU1NTE5ODY5OTI0NjgzMjNkZjkwY2ZiMzMwM2RiYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad1c8aa3-beee-41e2-9e8e-78f7b34ffb87","artifactVersion":"1"},{"artifactName":"basic_onboard_oyyeoa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json","artifactChecksum":"ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcdf0b55-be83-46be-8a09-353314708f63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"436972f1-f03c-4954-b459-893758d8a32e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3cfbecdb-62ec-46ee-8bdc-738bde9a35cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f6639ec1-9d9b-479d-afd4-ac5df430d2b2","artifactVersion":"2","generatedFromUUID":"436972f1-f03c-4954-b459-893758d8a32e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOyyeoa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml","artifactChecksum":"ZjQzN2RmZjUwYzdmZjFhMTY4ZmY3NGRjMDhlMTZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eac9735-ec93-4f95-9a41-b064de4ec4a5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOyyeoa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar","artifactChecksum":"ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:18:00.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638153586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:18:00.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:18:00.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:18:00.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638640639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:18:00.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:18:00.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:18:00.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638642536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T06:18:00.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:18:00.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:18:00.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638673790,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:18:00.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:18:00.235Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:18:00.235Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:18:00.235Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:18:00.236Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:18:01.236Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:18:01.237Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:18:01.237Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:18:01.237Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:18:02.238Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:18:02.239Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:18:02.239Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:18:02.239Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:18:03.240Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:18:03.241Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:18:03.241Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:18:03.241Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:18:04.242Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:18:04.243Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:18:04.243Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:18:04.243Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:18:05.244Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:18:05.245Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:18:05.245Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:18:05.245Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:18:06.246Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:18:06.246Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:18:06.246Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:18:06.246Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:18:07.248Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "serviceName": "basic_onboard_OYYEOA",
  "serviceVersion": "1.0",
  "serviceUUID": "2a896d72-3427-42c3-9c51-7a9baf301927",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6453009a-682f-4779-b09e-13f352c10a5e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OYYEOA 0",
      "resourceCustomizationUUID": "b1cc5ca1-1246-4125-8ebc-a1079cbe8be6",
      "resourceName": "basic_onboard_OYYEOA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d9a7313-b25d-475c-8377-9adfb946efd0",
      "resourceInvariantUUID": "8009040d-b91b-4b13-85c4-fece6bfcb0e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_oyyeoa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
          "artifactChecksum": "ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bcdf0b55-be83-46be-8a09-353314708f63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "436972f1-f03c-4954-b459-893758d8a32e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
            "generatedFromUUID": "436972f1-f03c-4954-b459-893758d8a32e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOyyeoa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
      "artifactChecksum": "ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:18:07.248Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:18:07.248Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a896d72-3427-42c3-9c51-7a9baf301927 ASDC
2023-03-24T06:18:07.249Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4f4d2f06-0494-43a6-a64b-32572ec2cd4f
ServiceName:basic_onboard_OYYEOA
ServiceVersion:1.0
ServiceUUID:2a896d72-3427-42c3-9c51-7a9baf301927
ServiceInvariantUUID:6453009a-682f-4779-b09e-13f352c10a5e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOyyeoa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
ArtifactUUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e
ArtifactChecksum:ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OYYEOA 0
ResourceCustomizationUUID:b1cc5ca1-1246-4125-8ebc-a1079cbe8be6
ResourceInvariantUUID:8009040d-b91b-4b13-85c4-fece6bfcb0e3
ResourceName:basic_onboard_OYYEOA
ResourceType:VF
ResourceUUID:3d9a7313-b25d-475c-8377-9adfb946efd0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oyyeoa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
ArtifactUUID:bcdf0b55-be83-46be-8a09-353314708f63
ArtifactChecksum:ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE=
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:436972f1-f03c-4954-b459-893758d8a32e
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T06:18:07.249Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a896d72-3427-42c3-9c51-7a9baf301927 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:18:07.297Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:18:07.298Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:18:07.298Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:18:07.298Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T06:18:07.298Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:18:07.298Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T06:18:07.329Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-24T06:18:07.329Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6a124bba
2023-03-24T06:18:07.329Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:18:07.330Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T06:18:07.330Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOyyeoa-csar.csar /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:18:07.330Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar ASDC sendASDCNotification
2023-03-24T06:18:07.330Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(Specified artifact is  not found)
2023-03-24T06:18:07.330Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:18:07.331Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:18:07.331Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:18:07.331Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638687330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:18:08.333Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOyyeoa-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(UUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T06:18:08.357Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T06:18:08.358Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
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-24T06:18:08.363Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||basic_onboard_OYYEOA 0
2023-03-24T06:18:08.363Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
2023-03-24T06:18:08.364Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bcdf0b55-be83-46be-8a09-353314708f63 from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T06:18:08.364Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:18:08.364Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T06:18:08.379Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-24T06:18:08.379Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@70aaa1ae
2023-03-24T06:18:08.379Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:18:08.379Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T06:18:08.379Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_oyyeoa0_modules.json /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json bcdf0b55-be83-46be-8a09-353314708f63 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:18:08.380Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json ASDC sendASDCNotification
2023-03-24T06:18:08.380Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(Specified artifact is  not found)
2023-03-24T06:18:08.380Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:18:08.380Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:18:08.380Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:18:08.380Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638688380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:18:09.382Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_oyyeoa0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(UUID:bcdf0b55-be83-46be-8a09-353314708f63)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T06:18:09.382Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:18:09.404Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:18:09.409Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:18:09.410Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:18:39.410Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:18:39.436Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:18:39.440Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:18:39.440Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:18:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:18:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:18:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:18:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:19:09.440Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:19:09.466Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:19:09.470Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:19:09.471Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:19:39.471Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:19:39.502Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:19:39.509Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:19:39.509Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:19:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:19:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:19:59.165Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T06:19:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:19:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:19:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:19:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:19:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:19:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:19:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:19:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:19:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-24T06:19:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:19:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:19:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:19:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:19:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:19:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:19:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:19:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:19:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638687330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:19:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:19:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:19:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638688380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:19:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:20:09.510Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:20:09.539Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:20:09.544Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:20:09.544Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:20:39.544Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:20:39.574Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:20:39.577Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:20:39.578Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:20:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:21:09.578Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:21:09.599Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:21:09.603Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:21:09.604Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:21:39.604Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:21:39.634Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:21:39.639Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:21:39.639Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:21:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:22:09.640Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:22:09.660Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:22:09.664Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:22:09.664Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:22:39.665Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:22:39.692Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:22:39.696Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:22:39.696Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:22:59.165Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:23:00.275Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-24T06:23:00.275Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Member SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-9b91dba5-a188-43d5-8750-792ea8e16004 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-24T06:23:00.275Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-24T06:23:00.275Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-24T06:23:02.738Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:23:02.753Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T06:23:02.754Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T06:23:02.761Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:23:02.761Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 13: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T06:23:02.778Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:23:02.778Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:23:02.778Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:23:02.783Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T06:23:02.784Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T06:23:02.784Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T06:23:02.784Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=512, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T06:23:02.784Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T06:23:02.784Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T06:23:09.698Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-24T06:23:09.698Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T06:23:09.707Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and serviceModelVersionId: 2a896d72-3427-42c3-9c51-7a9baf301927
2023-03-24T06:23:09.707Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6453009a-682f-4779-b09e-13f352c10a5e
2023-03-24T06:23:09.708Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0
2023-03-24T06:23:09.715Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:23:09.735Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?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-24T06:23:09.736Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||Invoke
2023-03-24T06:23:09.741Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T06:23:09.903Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||InvokeReturn
2023-03-24T06:23:09.903Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:23:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[196704], x-aai-txid=[0-aai-resources-230324-06:23:10:215-44579], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:23:09.903Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:23:09.904Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:23:09.904Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T06:23:09.916Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T06:23:09.916Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-24T06:23:09.916Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-24T06:23:09.916Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:23:09.916Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:23:09.917Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638989916,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:23:09.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:23:09.936Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638989916,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-24T06:23:09.937Z||pool-2-thread-2|||||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-24T06:23:10.945Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:23:10.946Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"dd4d0016-b37c-432f-8772-14719db40fae","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d2fd896c-8dbd-40cf-9f32-00ea121c4b86","serviceDescription":"service","serviceInvariantUUID":"eb7fb721-ae76-4fb4-a11d-09ec966ae14c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fb543b88-df7e-4c82-8201-6f6d54ac6c50","resourceInvariantUUID":"4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c","resourceCustomizationUUID":"9d0a16e8-2977-47a9-95c1-230b7d89e748","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":"YTg3YjMxZjE4MzA2Mjc5NjhhMjUyMWU5ZGVhMDgxYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"237b512e-0d38-481d-8779-ce675533ccd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eaa5e2ab-c485-4ac8-9447-f0ec97630551","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:23:10.946Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:23:10.946Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:23:10.946Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:23:10.946Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "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-24T06:23:11.947Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:23:11.947Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:23:11.948Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:23:11.948Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:23:12.949Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d2fd896c-8dbd-40cf-9f32-00ea121c4b86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb7fb721-ae76-4fb4-a11d-09ec966ae14c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9d0a16e8-2977-47a9-95c1-230b7d89e748",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "fb543b88-df7e-4c82-8201-6f6d54ac6c50",
      "resourceInvariantUUID": "4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c",
      "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": "YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eaa5e2ab-c485-4ac8-9447-f0ec97630551"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:23:12.949Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:23:12.949Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d2fd896c-8dbd-40cf-9f32-00ea121c4b86 ASDC
2023-03-24T06:23:12.950Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:dd4d0016-b37c-432f-8772-14719db40fae
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d2fd896c-8dbd-40cf-9f32-00ea121c4b86
ServiceInvariantUUID:eb7fb721-ae76-4fb4-a11d-09ec966ae14c
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:eaa5e2ab-c485-4ac8-9447-f0ec97630551
ArtifactChecksum:YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9d0a16e8-2977-47a9-95c1-230b7d89e748
ResourceInvariantUUID:4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fb543b88-df7e-4c82-8201-6f6d54ac6c50
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-24T06:23:12.950Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2fd896c-8dbd-40cf-9f32-00ea121c4b86 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:23:13.008Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:23:13.009Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:23:13.009Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:23:13.009Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T06:23:13.009Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:23:13.009Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T06:23:13.038Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-24T06:23:13.038Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4a18b9d0
2023-03-24T06:23:13.038Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:23:13.039Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-24T06:23:13.039Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eaa5e2ab-c485-4ac8-9447-f0ec97630551 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:23:13.039Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:23:13.040Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-24T06:23:13.040Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:23:13.040Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:23:13.040Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:23:13.041Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638993039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:23:14.042Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:eaa5e2ab-c485-4ac8-9447-f0ec97630551)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T06:23:14.093Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||ERROR|500||Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists
2023-03-24T06:23:14.094Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:23:14.094Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists)
2023-03-24T06:23:14.094Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:23:14.095Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:23:14.095Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:23:14.095Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638994094,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:23:15.096Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:23:15.096Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists)
2023-03-24T06:23:15.096Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:23:15.097Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:23:15.097Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:23:15.097Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638995096,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:23:16.098Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:23:16.121Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
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-24T06:23:16.126Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:23:16.126Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:23:16.126Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:23:16.126Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:23:16.126Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:23:16.126Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:23:16.126Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:23:16.126Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:23:16.126Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:23:16.142Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:23:46.142Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae 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-24T06:23:46.151Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd4d0016-b37c-432f-8772-14719db40fae and serviceModelVersionId: d2fd896c-8dbd-40cf-9f32-00ea121c4b86
2023-03-24T06:23:46.152Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb7fb721-ae76-4fb4-a11d-09ec966ae14c
2023-03-24T06:23:46.152Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0
2023-03-24T06:23:46.160Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:23:46.184Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||Invoke
2023-03-24T06:23:46.184Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7b705e76-944a-4714-9caa-aafc8473eddd], X-ECOMP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-TransactionId=[], X-ONAP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], Content-Type=[application/merge-patch+json]}
2023-03-24T06:23:46.191Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:23:46.337Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?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/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:23:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[225312], x-aai-txid=[0-aai-resources-230324-06:23:46:665-45781], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:23:46.337Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:23:46.338Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||InvokeReturn
2023-03-24T06:23:46.338Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:23:46.338Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:23:46.351Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:23:46.351Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd4d0016-b37c-432f-8772-14719db40fae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:23:46.351Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:23:46.351Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:23:46.352Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:23:46.352Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639026351,
  "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-24T06:23:47.377Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:23:47.377Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1a2365d1-074b-4844-91d3-363d03287b57","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"09ff96f4-229a-4515-9709-6d2f2c4821ac","serviceDescription":"service","serviceInvariantUUID":"45dc50b5-a169-45aa-9f0b-ccc1cea11873","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc","resourceInvariantUUID":"a7fff94d-369d-44ee-8b27-435e03531596","resourceCustomizationUUID":"b7580746-a72b-4fb1-9336-d78ac7525682","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":"YTMyNWQyZWU0MDA1ODYwMmVjMGE2Y2IxMDYwMWEyYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69c13507-0010-4c9a-ade6-d19f5baf9488","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":"N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"994e980a-ea5f-4be3-8a38-6ec36a40427d","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":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a","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":"54f5d029-3e9c-428a-9790-9535b8f1bb74","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":"249db6ea-2fe4-4b56-b5af-9585a06fdc81","artifactVersion":"2","generatedFromUUID":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2M0YTE2MDQ0ZDIwZGMxYjM4MmM1NzBmNjcwMjVjZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cacd8347-baf7-4864-851a-2e4d0d06f245","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:23:47.377Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:23:47.377Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:23:47.377Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:23:47.377Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "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-24T06:23:48.378Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:23:48.379Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:23:48.379Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:23:48.379Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "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-24T06:23:49.380Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:23:49.381Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:23:49.381Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:23:49.381Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "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-24T06:23:50.382Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:23:50.382Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:23:50.382Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:23:50.382Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "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-24T06:23:51.383Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:23:51.383Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:23:51.384Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:23:51.384Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "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-24T06:23:52.385Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:23:52.385Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:23:52.385Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:23:52.386Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "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-24T06:23:53.386Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:23:53.387Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:23:53.387Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:23:53.387Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:23:54.388Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "09ff96f4-229a-4515-9709-6d2f2c4821ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45dc50b5-a169-45aa-9f0b-ccc1cea11873",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b7580746-a72b-4fb1-9336-d78ac7525682",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc",
      "resourceInvariantUUID": "a7fff94d-369d-44ee-8b27-435e03531596",
      "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": "N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "994e980a-ea5f-4be3-8a38-6ec36a40427d",
          "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": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a",
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
            "generatedFromUUID": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"
          },
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:23:54.388Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:23:54.388Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09ff96f4-229a-4515-9709-6d2f2c4821ac ASDC
2023-03-24T06:23:54.389Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1a2365d1-074b-4844-91d3-363d03287b57
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:09ff96f4-229a-4515-9709-6d2f2c4821ac
ServiceInvariantUUID:45dc50b5-a169-45aa-9f0b-ccc1cea11873
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:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311
ArtifactChecksum:ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b7580746-a72b-4fb1-9336-d78ac7525682
ResourceInvariantUUID:a7fff94d-369d-44ee-8b27-435e03531596
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc
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:994e980a-ea5f-4be3-8a38-6ec36a40427d
ArtifactChecksum:N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE=
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:65fe8888-43b5-4f65-bf9d-77c8a3c7d02a
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T06:23:54.389Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09ff96f4-229a-4515-9709-6d2f2c4821ac 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:23:54.436Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:23:54.437Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:23:54.437Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:23:54.437Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T06:23:54.437Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:23:54.438Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T06:23:54.460Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-24T06:23:54.460Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@13a61742
2023-03-24T06:23:54.460Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:23:54.460Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-24T06:23:54.460Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:23:54.460Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T06:23:54.460Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-24T06:23:54.460Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:23:54.461Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:23:54.461Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:23:54.461Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639034460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:23:55.462Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T06:23:55.505Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||ERROR|500||Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists
2023-03-24T06:23:55.505Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T06:23:55.506Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists)
2023-03-24T06:23:55.506Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:23:55.506Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:23:55.506Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:23:55.506Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639035505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:23:56.507Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T06:23:56.508Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists)
2023-03-24T06:23:56.508Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:23:56.508Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:23:56.508Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:23:56.508Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639036507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:23:57.509Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:23:57.532Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
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-24T06:23:57.536Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:23:57.536Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:23:57.536Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:23:57.537Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:23:57.537Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:23:57.537Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:23:57.537Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:23:57.537Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:23:57.537Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:23:57.548Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:23:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:23:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:23:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:23:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:23:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:23:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:23:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:23:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:23:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638993039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:23:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:23:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:23:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638994094,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
}
2023-03-24T06:23:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:23:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:23:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638995096,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
}
2023-03-24T06:23:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:23:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:23:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639026351,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:23:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:23:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:23:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:23:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:23:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:23:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T06:23:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:23:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:23:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:23:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:23:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:23:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:23:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:23:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:23:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T06:23:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:23:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:23:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:23:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:23:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:23:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:23:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:23:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:23:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639034460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:23:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:23:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:23:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639035505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
}
2023-03-24T06:23:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:23:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:23:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639036507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
}
2023-03-24T06:23:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:24:27.548Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57 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-24T06:24:27.557Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a2365d1-074b-4844-91d3-363d03287b57 and serviceModelVersionId: 09ff96f4-229a-4515-9709-6d2f2c4821ac
2023-03-24T06:24:27.557Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45dc50b5-a169-45aa-9f0b-ccc1cea11873
2023-03-24T06:24:27.558Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0
2023-03-24T06:24:27.564Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:24:27.596Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||Invoke
2023-03-24T06:24:27.596Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[93bb856a-1d21-4eef-8e88-d78e140858d3], X-ECOMP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-TransactionId=[], X-ONAP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], Content-Type=[application/merge-patch+json]}
2023-03-24T06:24:27.604Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:24:27.742Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?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/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:24:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[356504], x-aai-txid=[1-aai-resources-230324-06:24:28:076-69637], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:24:27.742Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:24:27.743Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||InvokeReturn
2023-03-24T06:24:27.743Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:24:27.743Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:24:27.755Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:24:27.755Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a2365d1-074b-4844-91d3-363d03287b57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:24:27.756Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:24:27.756Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:24:27.756Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:24:27.756Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639067756,
  "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-24T06:24:28.789Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:24:28.789Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"47aeea4c-050e-497f-8613-81119c7707d5","serviceName":"Demo_pNF_i16cL97oNGISgd9SfY8I","serviceVersion":"1.0","serviceUUID":"6d21b031-231c-48e2-9b5c-0e7d88d020fd","serviceDescription":"catalog service description","serviceInvariantUUID":"36e2a514-3273-43b4-aec1-d55c0635af0f","resources":[{"resourceInstanceName":"pNF 196156c4-b041 0","resourceName":"pNF 196156c4-b041","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b5ec4454-3c1e-47ea-9136-dede5fa2c277","resourceInvariantUUID":"c1923a0b-6273-4444-ac11-1fce9096051a","resourceCustomizationUUID":"b66059b5-3bb7-494c-a357-4392105f719b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml","artifactChecksum":"ZWQ3OTVmMGUwZTNiMzU5ZmVmNGQzNzc1YTcxMzhiYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1c63b36-dc3a-4547-b21e-aa0344274eef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ad0f8d2-26c0-49de-bd43-1c4bf374e11a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078338d5-2741-4210-afc5-93fe15bb8330","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml","artifactChecksum":"ZjM0Y2M4ZWVkOTJkNjEwMWQ2MmQwZDEzYjRhYjBiZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fb0ba830-9ee7-47a7-b7df-d30109bea559","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8aeb7c64-6355-449e-a401-137fb967b643","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21a99006-a94d-46a5-a378-c22a7e5688f4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactChecksum":"ZjA3NDNlYTlkOTkyNzIxNjg1NmE1NzZhNDRmMTY2MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b208e49c-1313-4351-bae0-c1233a1fe994","artifactVersion":"1"},{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactChecksum":"MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9cc91da5-e75b-4ec0-b006-8d70c31f6118","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:24:28.789Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:24:28.790Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:24:28.790Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:24:28.790Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:24:29.790Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:24:29.791Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:24:29.791Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:24:29.791Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:24:30.792Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:24:30.792Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:24:30.793Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:24:30.793Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:24:31.794Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:24:31.794Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:24:31.794Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:24:31.794Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:24:32.795Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:24:32.796Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:24:32.796Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:24:32.796Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:24:33.796Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:24:33.797Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:24:33.797Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:24:33.797Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:24:34.798Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:24:34.798Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:24:34.798Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:24:34.798Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:24:35.799Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:24:35.799Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:24:35.799Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:24:35.800Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:24:36.801Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "serviceName": "Demo_pNF_i16cL97oNGISgd9SfY8I",
  "serviceVersion": "1.0",
  "serviceUUID": "6d21b031-231c-48e2-9b5c-0e7d88d020fd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "36e2a514-3273-43b4-aec1-d55c0635af0f",
  "resources": [
    {
      "resourceInstanceName": "pNF 196156c4-b041 0",
      "resourceCustomizationUUID": "b66059b5-3bb7-494c-a357-4392105f719b",
      "resourceName": "pNF 196156c4-b041",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b5ec4454-3c1e-47ea-9136-dede5fa2c277",
      "resourceInvariantUUID": "c1923a0b-6273-4444-ac11-1fce9096051a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactChecksum": "MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9cc91da5-e75b-4ec0-b006-8d70c31f6118"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:24:36.801Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:24:36.801Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d21b031-231c-48e2-9b5c-0e7d88d020fd ASDC
2023-03-24T06:24:36.802Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:47aeea4c-050e-497f-8613-81119c7707d5
ServiceName:Demo_pNF_i16cL97oNGISgd9SfY8I
ServiceVersion:1.0
ServiceUUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
ServiceInvariantUUID:36e2a514-3273-43b4-aec1-d55c0635af0f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactUUID:9cc91da5-e75b-4ec0-b006-8d70c31f6118
ArtifactChecksum:MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 196156c4-b041 0
ResourceCustomizationUUID:b66059b5-3bb7-494c-a357-4392105f719b
ResourceInvariantUUID:c1923a0b-6273-4444-ac11-1fce9096051a
ResourceName:pNF 196156c4-b041
ResourceType:PNF
ResourceUUID:b5ec4454-3c1e-47ea-9136-dede5fa2c277
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T06:24:36.802Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d21b031-231c-48e2-9b5c-0e7d88d020fd 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:24:36.852Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:24:36.853Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:24:36.853Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:24:36.853Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 from URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:24:36.853Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:24:36.853Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:24:37.115Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-24T06:24:37.119Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar 9cc91da5-e75b-4ec0-b006-8d70c31f6118 88017
2023-03-24T06:24:37.119Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:24:37.119Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:24:37.120Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T06:24:37.120Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:24:37.120Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:24:37.120Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639077119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:24:38.121Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:24:38.122Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:24:38.122Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118, URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar to file: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:24:38.123Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:24:38.123Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:24:38.123Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:24:38.207Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8134778715516570891/Definitions/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml
2023-03-24T06:24:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T06:24:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-24T06:24:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:24:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T06:24:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 196156c4-b041 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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:24:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:24:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:24:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:24:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:24:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:24:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:24:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-24T06:24:38.862Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:24:38.862Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:24:38.862Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T06:24:38.862Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-24T06:24:38.862Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:24:38.862Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:24:38.862Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:24:38.862Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T06:24:38.862Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-24T06:24:38.862Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:24:38.863Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:24:38.863Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:24:38.863Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:24:38.863Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:24:38.863Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:24:38.863Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:24:38.863Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:24:38.863Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:24:38.863Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:24:38.863Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:24:38.864Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_i16cL97oNGISgd9SfY8I
Description:catalog service description
Model UUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
Model Version:NULL
Model InvariantUuid:36e2a514-3273-43b4-aec1-d55c0635af0f
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=?
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-24T06:24:38.913Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||ERROR|500||Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists
2023-03-24T06:24:38.913Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:24:38.914Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists)
2023-03-24T06:24:38.914Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:24:38.914Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:24:38.914Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:24:38.914Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639078913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:24:39.915Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:24:39.915Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists)
2023-03-24T06:24:39.915Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:24:39.916Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:24:39.916Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:24:39.916Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639079915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:24:40.917Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:24:40.941Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
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-24T06:24:40.946Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:24:40.946Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:24:40.946Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:24:40.947Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:24:40.947Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:24:40.947Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:24:40.947Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:24:40.947Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:24:40.947Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:24:40.963Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:24:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:24:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:24:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639067756,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:24:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:24:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:24:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:24:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:24:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:24:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:24:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:24:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:24:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:24:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:24:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:24:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:24:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:24:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:24:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:24:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:24:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:24:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:24:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:24:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:24:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:24:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:24:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:24:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:24:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:24:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:24:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639077119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:24:59.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:24:59.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:24:59.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639078913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
}
2023-03-24T06:24:59.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:24:59.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:24:59.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639079915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
}
2023-03-24T06:24:59.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:25:10.963Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5 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-24T06:25:10.975Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47aeea4c-050e-497f-8613-81119c7707d5 and serviceModelVersionId: 6d21b031-231c-48e2-9b5c-0e7d88d020fd
2023-03-24T06:25:10.975Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36e2a514-3273-43b4-aec1-d55c0635af0f
2023-03-24T06:25:10.976Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0
2023-03-24T06:25:10.983Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:25:11.008Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||Invoke
2023-03-24T06:25:11.009Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[289011fb-f996-46d7-80f0-92e391f48da8], X-ECOMP-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], X-TransactionId=[], X-ONAP-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], Content-Type=[application/merge-patch+json]}
2023-03-24T06:25:11.015Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:25:11.165Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?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/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:25:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[221384], x-aai-txid=[1-aai-resources-230324-06:25:11:490-86621], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:25:11.165Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:25:11.166Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||InvokeReturn
2023-03-24T06:25:11.166Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:25:11.166Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:25:11.178Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:25:11.178Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47aeea4c-050e-497f-8613-81119c7707d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:25:11.179Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:25:11.179Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:25:11.179Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:25:11.179Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639111179,
  "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-24T06:25:12.207Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:25:12.207Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"74dc9741-be4b-4978-bc6b-eaa74b750d0f","serviceName":"Demo_pNF_udFnnTGbbaPA3TPCLzGq","serviceVersion":"1.0","serviceUUID":"9201de56-0aff-4843-9892-0e79e694a55c","serviceDescription":"catalog service description","serviceInvariantUUID":"e472cdc6-cdb6-46b7-b96e-b4bf01d5083c","resources":[{"resourceInstanceName":"pNF 987b0b8e-dbc1 0","resourceName":"pNF 987b0b8e-dbc1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"de5d512a-ba4f-4f57-b63a-421597be67d9","resourceInvariantUUID":"090e47b5-650a-40ab-83f3-56f7ceed024b","resourceCustomizationUUID":"d04be6e1-cb33-473e-a923-5b5289d301cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q0OWVhNWQ5M2E5YTIyNTc0MzM1NDA1MmQ0OGU4ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba09de2f-e124-42bf-b973-f7c86cd0e26e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7a4867e-e8a7-42eb-8eb9-a78047af0e58","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f186ebad-ad1b-4d81-834b-8246aa9dee2a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml","artifactChecksum":"YzNmNDljOTIwZmFkMzM3Mzk2NzFkOGVlZGE5YWNlZjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed53392e-4f36-4f7b-b71b-c30b3a756cb3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88a60b39-e34f-4f1d-9d09-53d94aa0a750","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7588dab5-8e3c-4f59-a8e2-d446acb1c88f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactChecksum":"NjAxN2MwZjU3NmJlNWU3NzE1MTIwMjMyZTg4MDAzNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70d79d54-9860-4019-8b1a-8fef8d5884af","artifactVersion":"1"},{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactChecksum":"YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50c84df6-da4c-4d46-a80b-33026baa8e04","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:25:12.208Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:25:12.208Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:25:12.209Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:25:12.209Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:25:13.210Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:25:13.210Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:25:13.210Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:25:13.211Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:25:14.212Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:25:14.212Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:25:14.212Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:25:14.212Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:25:15.213Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:25:15.213Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:25:15.213Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:25:15.214Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:25:16.214Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:25:16.215Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:25:16.215Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:25:16.215Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:25:17.216Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:25:17.216Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:25:17.216Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:25:17.216Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:25:18.217Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:25:18.218Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:25:18.218Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:25:18.218Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:25:19.219Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:25:19.219Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:25:19.219Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:25:19.219Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:25:20.220Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "serviceName": "Demo_pNF_udFnnTGbbaPA3TPCLzGq",
  "serviceVersion": "1.0",
  "serviceUUID": "9201de56-0aff-4843-9892-0e79e694a55c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e472cdc6-cdb6-46b7-b96e-b4bf01d5083c",
  "resources": [
    {
      "resourceInstanceName": "pNF 987b0b8e-dbc1 0",
      "resourceCustomizationUUID": "d04be6e1-cb33-473e-a923-5b5289d301cc",
      "resourceName": "pNF 987b0b8e-dbc1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "de5d512a-ba4f-4f57-b63a-421597be67d9",
      "resourceInvariantUUID": "090e47b5-650a-40ab-83f3-56f7ceed024b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactChecksum": "YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50c84df6-da4c-4d46-a80b-33026baa8e04"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:25:20.221Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:25:20.221Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9201de56-0aff-4843-9892-0e79e694a55c ASDC
2023-03-24T06:25:20.221Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:74dc9741-be4b-4978-bc6b-eaa74b750d0f
ServiceName:Demo_pNF_udFnnTGbbaPA3TPCLzGq
ServiceVersion:1.0
ServiceUUID:9201de56-0aff-4843-9892-0e79e694a55c
ServiceInvariantUUID:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactUUID:50c84df6-da4c-4d46-a80b-33026baa8e04
ArtifactChecksum:YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 987b0b8e-dbc1 0
ResourceCustomizationUUID:d04be6e1-cb33-473e-a923-5b5289d301cc
ResourceInvariantUUID:090e47b5-650a-40ab-83f3-56f7ceed024b
ResourceName:pNF 987b0b8e-dbc1
ResourceType:PNF
ResourceUUID:de5d512a-ba4f-4f57-b63a-421597be67d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T06:25:20.221Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9201de56-0aff-4843-9892-0e79e694a55c 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:25:20.264Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:25:20.265Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:25:20.265Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:25:20.265Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 from URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:25:20.265Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:25:20.265Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:25:20.502Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-24T06:25:20.507Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar 50c84df6-da4c-4d46-a80b-33026baa8e04 88008
2023-03-24T06:25:20.507Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T06:25:20.507Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:25:20.507Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T06:25:20.508Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:25:20.508Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:25:20.508Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639120507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:25:21.508Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:25:21.509Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:25:21.509Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04, URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar to file: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:25:21.510Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:25:21.510Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:25:21.510Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:25:21.602Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7952998506931843329/Definitions/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml
2023-03-24T06:25:22.251Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T06:25:22.252Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-24T06:25:22.252Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:25:22.252Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T06:25:22.252Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 987b0b8e-dbc1 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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:25:22.252Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:25:22.252Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:25:22.252Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:25:22.252Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:25:22.252Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:25:22.252Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:25:22.252Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-24T06:25:22.252Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:25:22.252Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:25:22.253Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T06:25:22.253Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-24T06:25:22.253Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:25:22.253Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:25:22.253Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:25:22.253Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T06:25:22.253Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-24T06:25:22.253Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:25:22.253Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:25:22.253Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:25:22.253Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:25:22.253Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:25:22.253Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:25:22.253Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:25:22.253Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:25:22.253Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:25:22.253Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:25:22.253Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:25:22.254Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_udFnnTGbbaPA3TPCLzGq
Description:catalog service description
Model UUID:9201de56-0aff-4843-9892-0e79e694a55c
Model Version:NULL
Model InvariantUuid:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
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=?
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-24T06:25:22.305Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||ERROR|500||Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists
2023-03-24T06:25:22.305Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T06:25:22.305Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists)
2023-03-24T06:25:22.306Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:25:22.306Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:25:22.306Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:25:22.306Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639122305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:25:23.307Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T06:25:23.308Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists)
2023-03-24T06:25:23.308Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:25:23.308Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:25:23.308Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:25:23.308Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639123307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:25:24.310Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:25:24.334Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
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-24T06:25:24.338Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:25:24.338Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:25:24.338Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:25:24.338Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:25:24.338Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:25:24.338Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:25:24.339Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:25:24.339Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:25:24.339Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T06:25:24.352Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:25:54.352Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f 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-24T06:25:54.360Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f and serviceModelVersionId: 9201de56-0aff-4843-9892-0e79e694a55c
2023-03-24T06:25:54.360Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
2023-03-24T06:25:54.361Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0
2023-03-24T06:25:54.372Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:25:54.399Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||Invoke
2023-03-24T06:25:54.399Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74dc9741-be4b-4978-bc6b-eaa74b750d0f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6d9cbd81-9878-474d-a9f9-70efbf7b7cd3], X-ECOMP-RequestID=[74dc9741-be4b-4978-bc6b-eaa74b750d0f], X-TransactionId=[], X-ONAP-RequestID=[74dc9741-be4b-4978-bc6b-eaa74b750d0f], Content-Type=[application/merge-patch+json]}
2023-03-24T06:25:54.407Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:25:54.557Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?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/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:25:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[245792], x-aai-txid=[0-aai-resources-230324-06:25:54:883-12408], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:25:54.558Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:25:54.558Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||InvokeReturn
2023-03-24T06:25:54.558Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:25:54.558Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T06:25:54.568Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T06:25:54.569Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74dc9741-be4b-4978-bc6b-eaa74b750d0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:25:54.569Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:25:54.569Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:25:54.569Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:25:54.569Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639154569,
  "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-24T06:25:55.603Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T06:25:55.604Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-24T06:25:55.604Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-24T06:25:55.604Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-24T06:25:55.605Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Lost previously 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-24T06:25:55.605Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T06:25:55.609Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=6, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-24T06:25:55.609Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-20f60af0-2f8b-477c-b636-838f1745682d
2023-03-24T06:25:55.609Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:25:55.610Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T06:25:57.358Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:25:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:25:59.178Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T06:25:59.178Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T06:25:59.185Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:25:59.185Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully joined group with generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-20f60af0-2f8b-477c-b636-838f1745682d', protocol='range'}
2023-03-24T06:25:59.190Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 14: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-20f60af0-2f8b-477c-b636-838f1745682d=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-24T06:25:59.207Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully synced group in generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-20f60af0-2f8b-477c-b636-838f1745682d', protocol='range'}
2023-03-24T06:25:59.207Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:25:59.207Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:25:59.208Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:25:59.208Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:25:59.208Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:25:59.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T06:25:59.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T06:25:59.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T06:25:59.213Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-24T06:25:59.214Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-24T06:25:59.214Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-24T06:25:59.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=541, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T06:25:59.214Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-24T06:25:59.214Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-24T06:25:59.214Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-24T06:25:59.214Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T06:25:59.215Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T06:26:00.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:26:00.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639111179,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:26:00.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:26:00.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:26:00.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:26:00.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:26:00.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:26:00.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:26:00.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:26:00.234Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:26:00.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:26:00.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:26:00.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:26:00.234Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"4f4d2f06-0494-43a6-a64b-32572ec2cd4f","serviceName":"basic_onboard_OYYEOA","serviceVersion":"1.0","serviceUUID":"2a896d72-3427-42c3-9c51-7a9baf301927","serviceDescription":"service","serviceInvariantUUID":"6453009a-682f-4779-b09e-13f352c10a5e","resources":[{"resourceInstanceName":"basic_onboard_OYYEOA 0","resourceName":"basic_onboard_OYYEOA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d9a7313-b25d-475c-8377-9adfb946efd0","resourceInvariantUUID":"8009040d-b91b-4b13-85c4-fece6bfcb0e3","resourceCustomizationUUID":"b1cc5ca1-1246-4125-8ebc-a1079cbe8be6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml","artifactChecksum":"MmU1NTE5ODY5OTI0NjgzMjNkZjkwY2ZiMzMwM2RiYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad1c8aa3-beee-41e2-9e8e-78f7b34ffb87","artifactVersion":"1"},{"artifactName":"basic_onboard_oyyeoa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json","artifactChecksum":"ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcdf0b55-be83-46be-8a09-353314708f63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"436972f1-f03c-4954-b459-893758d8a32e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3cfbecdb-62ec-46ee-8bdc-738bde9a35cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f6639ec1-9d9b-479d-afd4-ac5df430d2b2","artifactVersion":"2","generatedFromUUID":"436972f1-f03c-4954-b459-893758d8a32e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOyyeoa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml","artifactChecksum":"ZjQzN2RmZjUwYzdmZjFhMTY4ZmY3NGRjMDhlMTZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eac9735-ec93-4f95-9a41-b064de4ec4a5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOyyeoa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar","artifactChecksum":"ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:26:00.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:26:00.235Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:26:00.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:26:00.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:26:00.235Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:26:00.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:26:00.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:26:00.235Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:26:00.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:26:00.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:26:00.235Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:26:00.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:26:00.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:26:00.236Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679638674820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:26:00.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:26:00.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:26:00.236Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639120507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:26:00.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:26:00.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:26:00.236Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639122305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
}
2023-03-24T06:26:00.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:26:00.236Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:26:00.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:26:00.236Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639123307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
}
2023-03-24T06:26:00.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:26:00.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:26:00.237Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639154569,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:26:00.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:26:00.236Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:26:00.238Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:26:00.238Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:26:01.239Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:26:01.239Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:26:01.239Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:26:01.240Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:26:02.241Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:26:02.242Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:26:02.242Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:26:02.242Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:26:03.243Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:26:03.244Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:26:03.244Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:26:03.244Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:26:04.245Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:26:04.246Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:26:04.246Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:26:04.246Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:26:05.248Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:26:05.248Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:26:05.248Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:26:05.248Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:26:06.249Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:26:06.250Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:26:06.250Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:26:06.250Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:26:07.251Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "serviceName": "basic_onboard_OYYEOA",
  "serviceVersion": "1.0",
  "serviceUUID": "2a896d72-3427-42c3-9c51-7a9baf301927",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6453009a-682f-4779-b09e-13f352c10a5e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OYYEOA 0",
      "resourceCustomizationUUID": "b1cc5ca1-1246-4125-8ebc-a1079cbe8be6",
      "resourceName": "basic_onboard_OYYEOA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d9a7313-b25d-475c-8377-9adfb946efd0",
      "resourceInvariantUUID": "8009040d-b91b-4b13-85c4-fece6bfcb0e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_oyyeoa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
          "artifactChecksum": "ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bcdf0b55-be83-46be-8a09-353314708f63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "436972f1-f03c-4954-b459-893758d8a32e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
            "generatedFromUUID": "436972f1-f03c-4954-b459-893758d8a32e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOyyeoa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
      "artifactChecksum": "ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:26:07.251Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:26:07.251Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a896d72-3427-42c3-9c51-7a9baf301927 ASDC
2023-03-24T06:26:07.252Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4f4d2f06-0494-43a6-a64b-32572ec2cd4f
ServiceName:basic_onboard_OYYEOA
ServiceVersion:1.0
ServiceUUID:2a896d72-3427-42c3-9c51-7a9baf301927
ServiceInvariantUUID:6453009a-682f-4779-b09e-13f352c10a5e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOyyeoa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
ArtifactUUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e
ArtifactChecksum:ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OYYEOA 0
ResourceCustomizationUUID:b1cc5ca1-1246-4125-8ebc-a1079cbe8be6
ResourceInvariantUUID:8009040d-b91b-4b13-85c4-fece6bfcb0e3
ResourceName:basic_onboard_OYYEOA
ResourceType:VF
ResourceUUID:3d9a7313-b25d-475c-8377-9adfb946efd0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oyyeoa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
ArtifactUUID:bcdf0b55-be83-46be-8a09-353314708f63
ArtifactChecksum:ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE=
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:436972f1-f03c-4954-b459-893758d8a32e
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T06:26:07.252Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a896d72-3427-42c3-9c51-7a9baf301927 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:26:07.297Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:26:07.298Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:26:07.298Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:26:07.298Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T06:26:07.298Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:26:07.299Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T06:26:07.319Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-24T06:26:07.319Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@613208ec
2023-03-24T06:26:07.319Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:26:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T06:26:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOyyeoa-csar.csar /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:26:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar ASDC sendASDCNotification
2023-03-24T06:26:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(Specified artifact is  not found)
2023-03-24T06:26:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:26:07.321Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:26:07.321Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:26:07.321Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639167320,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:26:08.322Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOyyeoa-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(UUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T06:26:08.341Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T06:26:08.341Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
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-24T06:26:08.345Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||basic_onboard_OYYEOA 0
2023-03-24T06:26:08.346Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
2023-03-24T06:26:08.346Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bcdf0b55-be83-46be-8a09-353314708f63 from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T06:26:08.346Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:26:08.346Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T06:26:08.365Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-24T06:26:08.365Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@127b2463
2023-03-24T06:26:08.365Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:26:08.365Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T06:26:08.365Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_oyyeoa0_modules.json /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json bcdf0b55-be83-46be-8a09-353314708f63 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:26:08.365Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json ASDC sendASDCNotification
2023-03-24T06:26:08.365Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(Specified artifact is  not found)
2023-03-24T06:26:08.366Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:26:08.366Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:26:08.366Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:26:08.366Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639168365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:26:09.367Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_oyyeoa0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(UUID:bcdf0b55-be83-46be-8a09-353314708f63)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T06:26:09.367Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:26:09.392Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:26:09.397Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:26:09.397Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:26:39.398Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:26:39.426Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:26:39.431Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:26:39.431Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:26:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:26:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:26:59.165Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:26:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:27:09.431Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:27:09.453Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:27:09.457Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:27:09.457Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:27:39.458Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:27:39.482Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:27:39.487Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:27:39.487Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:27:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:27:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:27:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T06:27:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:27:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:27:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:27:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:27:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:27:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:27:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:27:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:27:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-24T06:27:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:27:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:27:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:27:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:27:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:27:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:27:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:27:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:27:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639167320,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:27:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:27:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:27:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639168365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:27:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:28:09.487Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:28:09.515Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:28:09.521Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:28:09.521Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:28:39.522Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:28:39.547Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:28:39.553Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:28:39.554Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:28:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:29:09.554Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:29:09.579Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:29:09.583Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:29:09.584Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:29:39.584Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:29:39.605Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:29:39.609Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:29:39.609Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:29:59.165Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:30:09.609Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:30:09.634Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:30:09.639Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:30:09.639Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:30:39.639Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:30:39.661Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:30:39.666Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:30:39.666Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:30:59.165Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:31:00.287Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-24T06:31:00.287Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Member SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-20f60af0-2f8b-477c-b636-838f1745682d sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-24T06:31:00.288Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-24T06:31:00.288Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-24T06:31:02.754Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:31:02.770Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T06:31:02.770Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T06:31:02.777Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:31:02.777Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 15: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T06:31:02.793Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:31:02.793Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:31:02.793Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:31:02.799Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T06:31:02.799Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T06:31:02.799Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T06:31:02.799Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=563, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T06:31:02.799Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T06:31:02.799Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T06:31:09.667Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-24T06:31:09.667Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T06:31:09.676Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and serviceModelVersionId: 2a896d72-3427-42c3-9c51-7a9baf301927
2023-03-24T06:31:09.676Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6453009a-682f-4779-b09e-13f352c10a5e
2023-03-24T06:31:09.677Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0
2023-03-24T06:31:09.680Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:31:09.697Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||Invoke
2023-03-24T06:31:09.697Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[27e61ddd-1452-49c9-90c4-d8edfbf6b994], X-ECOMP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-TransactionId=[], X-ONAP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], Content-Type=[application/merge-patch+json]}
2023-03-24T06:31:09.704Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T06:31:09.884Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:31:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[178], vertex-id=[196704], x-aai-txid=[0-aai-resources-230324-06:31:10:185-89711], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:31:09.885Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:31:09.885Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||InvokeReturn
2023-03-24T06:31:09.885Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:31:09.885Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T06:31:09.896Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T06:31:09.897Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-24T06:31:09.897Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-24T06:31:09.897Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:31:09.897Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:31:09.897Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639469897,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:31:09.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:31:09.922Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639469897,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-24T06:31:09.922Z||pool-2-thread-2|||||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-24T06:31:10.929Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:31:10.929Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"dd4d0016-b37c-432f-8772-14719db40fae","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d2fd896c-8dbd-40cf-9f32-00ea121c4b86","serviceDescription":"service","serviceInvariantUUID":"eb7fb721-ae76-4fb4-a11d-09ec966ae14c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fb543b88-df7e-4c82-8201-6f6d54ac6c50","resourceInvariantUUID":"4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c","resourceCustomizationUUID":"9d0a16e8-2977-47a9-95c1-230b7d89e748","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":"YTg3YjMxZjE4MzA2Mjc5NjhhMjUyMWU5ZGVhMDgxYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"237b512e-0d38-481d-8779-ce675533ccd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eaa5e2ab-c485-4ac8-9447-f0ec97630551","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:31:10.929Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:31:10.929Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:31:10.929Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:31:10.929Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "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-24T06:31:11.930Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:31:11.930Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:31:11.930Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:31:11.931Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:31:12.932Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d2fd896c-8dbd-40cf-9f32-00ea121c4b86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb7fb721-ae76-4fb4-a11d-09ec966ae14c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9d0a16e8-2977-47a9-95c1-230b7d89e748",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "fb543b88-df7e-4c82-8201-6f6d54ac6c50",
      "resourceInvariantUUID": "4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c",
      "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": "YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eaa5e2ab-c485-4ac8-9447-f0ec97630551"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:31:12.932Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:31:12.932Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d2fd896c-8dbd-40cf-9f32-00ea121c4b86 ASDC
2023-03-24T06:31:12.932Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:dd4d0016-b37c-432f-8772-14719db40fae
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d2fd896c-8dbd-40cf-9f32-00ea121c4b86
ServiceInvariantUUID:eb7fb721-ae76-4fb4-a11d-09ec966ae14c
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:eaa5e2ab-c485-4ac8-9447-f0ec97630551
ArtifactChecksum:YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9d0a16e8-2977-47a9-95c1-230b7d89e748
ResourceInvariantUUID:4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fb543b88-df7e-4c82-8201-6f6d54ac6c50
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-24T06:31:12.932Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2fd896c-8dbd-40cf-9f32-00ea121c4b86 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:31:12.974Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:31:12.974Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:31:12.975Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:31:12.975Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T06:31:12.975Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:31:12.975Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T06:31:13.006Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-24T06:31:13.006Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@19d87a29
2023-03-24T06:31:13.006Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:31:13.006Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-24T06:31:13.006Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eaa5e2ab-c485-4ac8-9447-f0ec97630551 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:31:13.007Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:31:13.007Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-24T06:31:13.007Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:31:13.007Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:31:13.007Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:31:13.007Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639473007,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:31:14.008Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:eaa5e2ab-c485-4ac8-9447-f0ec97630551)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T06:31:14.055Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||ERROR|500||Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists
2023-03-24T06:31:14.056Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:31:14.056Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists)
2023-03-24T06:31:14.056Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:31:14.056Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:31:14.056Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:31:14.057Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639474056,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:31:15.058Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:31:15.058Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists)
2023-03-24T06:31:15.058Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:31:15.058Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:31:15.058Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:31:15.058Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639475058,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:31:16.059Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:31:16.081Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
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-24T06:31:16.085Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:31:16.085Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:31:16.085Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:31:16.085Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:31:16.085Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:31:16.085Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:31:16.085Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:31:16.085Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:31:16.085Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:31:16.098Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:31:46.098Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae 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-24T06:31:46.106Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd4d0016-b37c-432f-8772-14719db40fae and serviceModelVersionId: d2fd896c-8dbd-40cf-9f32-00ea121c4b86
2023-03-24T06:31:46.106Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb7fb721-ae76-4fb4-a11d-09ec966ae14c
2023-03-24T06:31:46.106Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0
2023-03-24T06:31:46.112Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:31:46.131Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||Invoke
2023-03-24T06:31:46.131Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dc113334-f77f-4597-b600-f363d3802615], X-ECOMP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-TransactionId=[], X-ONAP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], Content-Type=[application/merge-patch+json]}
2023-03-24T06:31:46.137Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:31:46.282Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?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/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:31:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[225312], x-aai-txid=[0-aai-resources-230324-06:31:46:619-20584], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:31:46.282Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:31:46.283Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||InvokeReturn
2023-03-24T06:31:46.283Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:31:46.284Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:31:46.294Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:31:46.294Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd4d0016-b37c-432f-8772-14719db40fae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:31:46.294Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:31:46.295Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:31:46.295Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:31:46.295Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639506294,
  "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-24T06:31:47.321Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:31:47.321Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1a2365d1-074b-4844-91d3-363d03287b57","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"09ff96f4-229a-4515-9709-6d2f2c4821ac","serviceDescription":"service","serviceInvariantUUID":"45dc50b5-a169-45aa-9f0b-ccc1cea11873","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc","resourceInvariantUUID":"a7fff94d-369d-44ee-8b27-435e03531596","resourceCustomizationUUID":"b7580746-a72b-4fb1-9336-d78ac7525682","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":"YTMyNWQyZWU0MDA1ODYwMmVjMGE2Y2IxMDYwMWEyYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69c13507-0010-4c9a-ade6-d19f5baf9488","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":"N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"994e980a-ea5f-4be3-8a38-6ec36a40427d","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":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a","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":"54f5d029-3e9c-428a-9790-9535b8f1bb74","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":"249db6ea-2fe4-4b56-b5af-9585a06fdc81","artifactVersion":"2","generatedFromUUID":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2M0YTE2MDQ0ZDIwZGMxYjM4MmM1NzBmNjcwMjVjZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cacd8347-baf7-4864-851a-2e4d0d06f245","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:31:47.321Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:31:47.321Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:31:47.321Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:31:47.321Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "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-24T06:31:48.322Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:31:48.322Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:31:48.323Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:31:48.323Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "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-24T06:31:49.323Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:31:49.324Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:31:49.324Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:31:49.324Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "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-24T06:31:50.325Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:31:50.326Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:31:50.326Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:31:50.326Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "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-24T06:31:51.326Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:31:51.327Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:31:51.327Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:31:51.327Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "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-24T06:31:52.328Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:31:52.328Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:31:52.328Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:31:52.328Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "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-24T06:31:53.329Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:31:53.329Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:31:53.329Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:31:53.330Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:31:54.331Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "09ff96f4-229a-4515-9709-6d2f2c4821ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45dc50b5-a169-45aa-9f0b-ccc1cea11873",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b7580746-a72b-4fb1-9336-d78ac7525682",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc",
      "resourceInvariantUUID": "a7fff94d-369d-44ee-8b27-435e03531596",
      "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": "N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "994e980a-ea5f-4be3-8a38-6ec36a40427d",
          "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": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a",
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
            "generatedFromUUID": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"
          },
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:31:54.331Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:31:54.331Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09ff96f4-229a-4515-9709-6d2f2c4821ac ASDC
2023-03-24T06:31:54.331Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1a2365d1-074b-4844-91d3-363d03287b57
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:09ff96f4-229a-4515-9709-6d2f2c4821ac
ServiceInvariantUUID:45dc50b5-a169-45aa-9f0b-ccc1cea11873
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:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311
ArtifactChecksum:ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b7580746-a72b-4fb1-9336-d78ac7525682
ResourceInvariantUUID:a7fff94d-369d-44ee-8b27-435e03531596
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc
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:994e980a-ea5f-4be3-8a38-6ec36a40427d
ArtifactChecksum:N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE=
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:65fe8888-43b5-4f65-bf9d-77c8a3c7d02a
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T06:31:54.332Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09ff96f4-229a-4515-9709-6d2f2c4821ac 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:31:54.380Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:31:54.380Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:31:54.381Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:31:54.381Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T06:31:54.381Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:31:54.381Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T06:31:54.404Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-24T06:31:54.404Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@57432781
2023-03-24T06:31:54.404Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:31:54.404Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-24T06:31:54.405Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:31:54.405Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T06:31:54.405Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-24T06:31:54.405Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:31:54.405Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:31:54.405Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:31:54.405Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639514405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:31:55.406Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T06:31:55.453Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||ERROR|500||Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists
2023-03-24T06:31:55.453Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T06:31:55.453Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists)
2023-03-24T06:31:55.453Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:31:55.453Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:31:55.454Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:31:55.454Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639515453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:31:56.454Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T06:31:56.455Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists)
2023-03-24T06:31:56.455Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:31:56.455Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:31:56.455Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:31:56.455Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639516454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:31:57.456Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:31:57.479Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
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-24T06:31:57.484Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:31:57.484Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:31:57.484Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:31:57.484Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:31:57.484Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:31:57.484Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:31:57.484Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:31:57.485Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:31:57.485Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:31:57.498Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:31:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:31:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:31:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:31:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:31:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:31:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:31:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:31:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:31:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639473007,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:31:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:31:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:31:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639474056,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
}
2023-03-24T06:31:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:31:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:31:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639475058,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
}
2023-03-24T06:31:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:31:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:31:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639506294,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:31:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:31:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:31:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:31:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:31:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:31:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T06:31:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:31:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:31:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:31:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:31:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:31:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:31:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:31:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:31:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T06:31:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:31:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:31:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:31:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:31:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:31:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:31:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:31:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:31:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639514405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:31:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:31:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:31:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639515453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
}
2023-03-24T06:31:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:31:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:31:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639516454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
}
2023-03-24T06:31:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:32:27.499Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57 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-24T06:32:27.507Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a2365d1-074b-4844-91d3-363d03287b57 and serviceModelVersionId: 09ff96f4-229a-4515-9709-6d2f2c4821ac
2023-03-24T06:32:27.507Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45dc50b5-a169-45aa-9f0b-ccc1cea11873
2023-03-24T06:32:27.508Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0
2023-03-24T06:32:27.515Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:32:27.536Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||Invoke
2023-03-24T06:32:27.537Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[82ec1b65-cc9e-4881-8073-45fc2c1d404c], X-ECOMP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-TransactionId=[], X-ONAP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], Content-Type=[application/merge-patch+json]}
2023-03-24T06:32:27.544Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:32:27.698Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?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/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:32:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[356504], x-aai-txid=[0-aai-resources-230324-06:32:28:027-77924], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:32:27.699Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:32:27.699Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||InvokeReturn
2023-03-24T06:32:27.700Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:32:27.700Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:32:27.712Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:32:27.712Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a2365d1-074b-4844-91d3-363d03287b57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:32:27.712Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:32:27.712Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:32:27.712Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:32:27.712Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639547712,
  "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-24T06:32:28.744Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:32:28.744Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"47aeea4c-050e-497f-8613-81119c7707d5","serviceName":"Demo_pNF_i16cL97oNGISgd9SfY8I","serviceVersion":"1.0","serviceUUID":"6d21b031-231c-48e2-9b5c-0e7d88d020fd","serviceDescription":"catalog service description","serviceInvariantUUID":"36e2a514-3273-43b4-aec1-d55c0635af0f","resources":[{"resourceInstanceName":"pNF 196156c4-b041 0","resourceName":"pNF 196156c4-b041","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b5ec4454-3c1e-47ea-9136-dede5fa2c277","resourceInvariantUUID":"c1923a0b-6273-4444-ac11-1fce9096051a","resourceCustomizationUUID":"b66059b5-3bb7-494c-a357-4392105f719b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml","artifactChecksum":"ZWQ3OTVmMGUwZTNiMzU5ZmVmNGQzNzc1YTcxMzhiYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1c63b36-dc3a-4547-b21e-aa0344274eef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ad0f8d2-26c0-49de-bd43-1c4bf374e11a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078338d5-2741-4210-afc5-93fe15bb8330","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml","artifactChecksum":"ZjM0Y2M4ZWVkOTJkNjEwMWQ2MmQwZDEzYjRhYjBiZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fb0ba830-9ee7-47a7-b7df-d30109bea559","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8aeb7c64-6355-449e-a401-137fb967b643","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21a99006-a94d-46a5-a378-c22a7e5688f4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactChecksum":"ZjA3NDNlYTlkOTkyNzIxNjg1NmE1NzZhNDRmMTY2MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b208e49c-1313-4351-bae0-c1233a1fe994","artifactVersion":"1"},{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactChecksum":"MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9cc91da5-e75b-4ec0-b006-8d70c31f6118","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:32:28.744Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:32:28.745Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:32:28.745Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:32:28.745Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:32:29.746Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:32:29.746Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:32:29.746Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:32:29.746Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:32:30.747Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:32:30.747Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:32:30.747Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:32:30.747Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:32:31.748Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:32:31.749Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:32:31.749Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:32:31.749Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:32:32.749Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:32:32.750Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:32:32.750Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:32:32.750Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:32:33.751Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:32:33.751Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:32:33.751Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:32:33.751Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:32:34.752Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:32:34.752Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:32:34.752Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:32:34.752Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:32:35.753Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:32:35.754Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:32:35.754Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:32:35.754Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:32:36.755Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "serviceName": "Demo_pNF_i16cL97oNGISgd9SfY8I",
  "serviceVersion": "1.0",
  "serviceUUID": "6d21b031-231c-48e2-9b5c-0e7d88d020fd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "36e2a514-3273-43b4-aec1-d55c0635af0f",
  "resources": [
    {
      "resourceInstanceName": "pNF 196156c4-b041 0",
      "resourceCustomizationUUID": "b66059b5-3bb7-494c-a357-4392105f719b",
      "resourceName": "pNF 196156c4-b041",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b5ec4454-3c1e-47ea-9136-dede5fa2c277",
      "resourceInvariantUUID": "c1923a0b-6273-4444-ac11-1fce9096051a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactChecksum": "MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9cc91da5-e75b-4ec0-b006-8d70c31f6118"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:32:36.755Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:32:36.755Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d21b031-231c-48e2-9b5c-0e7d88d020fd ASDC
2023-03-24T06:32:36.756Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:47aeea4c-050e-497f-8613-81119c7707d5
ServiceName:Demo_pNF_i16cL97oNGISgd9SfY8I
ServiceVersion:1.0
ServiceUUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
ServiceInvariantUUID:36e2a514-3273-43b4-aec1-d55c0635af0f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactUUID:9cc91da5-e75b-4ec0-b006-8d70c31f6118
ArtifactChecksum:MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 196156c4-b041 0
ResourceCustomizationUUID:b66059b5-3bb7-494c-a357-4392105f719b
ResourceInvariantUUID:c1923a0b-6273-4444-ac11-1fce9096051a
ResourceName:pNF 196156c4-b041
ResourceType:PNF
ResourceUUID:b5ec4454-3c1e-47ea-9136-dede5fa2c277
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T06:32:36.756Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d21b031-231c-48e2-9b5c-0e7d88d020fd 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:32:36.800Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:32:36.800Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:32:36.800Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:32:36.800Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 from URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:32:36.800Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:32:36.801Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:32:37.066Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-24T06:32:37.070Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar 9cc91da5-e75b-4ec0-b006-8d70c31f6118 88017
2023-03-24T06:32:37.070Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:32:37.070Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:32:37.070Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T06:32:37.070Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:32:37.070Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:32:37.070Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639557070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:32:38.071Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:32:38.072Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:32:38.072Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118, URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar to file: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:32:38.074Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:32:38.075Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:32:38.075Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:32:38.157Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12601711753916505395/Definitions/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml
2023-03-24T06:32:38.754Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T06:32:38.754Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-24T06:32:38.754Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:32:38.754Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T06:32:38.754Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 196156c4-b041 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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:32:38.754Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:32:38.754Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:32:38.754Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:32:38.754Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:32:38.754Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:32:38.754Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:32:38.755Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-24T06:32:38.755Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:32:38.755Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:32:38.755Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T06:32:38.755Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-24T06:32:38.755Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:32:38.755Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:32:38.755Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:32:38.755Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T06:32:38.755Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-24T06:32:38.755Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:32:38.755Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:32:38.756Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:32:38.756Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:32:38.756Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:32:38.756Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:32:38.756Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:32:38.756Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:32:38.756Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:32:38.756Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:32:38.756Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:32:38.756Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_i16cL97oNGISgd9SfY8I
Description:catalog service description
Model UUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
Model Version:NULL
Model InvariantUuid:36e2a514-3273-43b4-aec1-d55c0635af0f
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=?
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-24T06:32:38.798Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||ERROR|500||Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists
2023-03-24T06:32:38.798Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:32:38.798Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists)
2023-03-24T06:32:38.798Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:32:38.798Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:32:38.798Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:32:38.799Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639558798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:32:39.799Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:32:39.800Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists)
2023-03-24T06:32:39.800Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:32:39.800Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:32:39.800Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:32:39.800Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639559799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:32:40.801Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:32:40.820Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
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-24T06:32:40.824Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:32:40.824Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:32:40.825Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:32:40.825Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:32:40.825Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:32:40.825Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:32:40.825Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:32:40.825Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:32:40.825Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:32:40.836Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:32:59.164Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:32:59.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:32:59.173Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639547712,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:32:59.173Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:32:59.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:32:59.174Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:32:59.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:32:59.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:32:59.174Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:32:59.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:32:59.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:32:59.174Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:32:59.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:32:59.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:32:59.174Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:32:59.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:32:59.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:32:59.174Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:32:59.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:32:59.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:32:59.175Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:32:59.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:32:59.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:32:59.175Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:32:59.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:32:59.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:32:59.176Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:32:59.176Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:32:59.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:32:59.176Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639557070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:32:59.176Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:32:59.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:32:59.176Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639558798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
}
2023-03-24T06:32:59.176Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:32:59.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:32:59.176Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639559799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
}
2023-03-24T06:32:59.176Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:33:10.836Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5 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-24T06:33:10.849Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47aeea4c-050e-497f-8613-81119c7707d5 and serviceModelVersionId: 6d21b031-231c-48e2-9b5c-0e7d88d020fd
2023-03-24T06:33:10.849Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36e2a514-3273-43b4-aec1-d55c0635af0f
2023-03-24T06:33:10.849Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0
2023-03-24T06:33:10.854Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:33:10.868Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||Invoke
2023-03-24T06:33:10.869Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[65ea66d4-7528-4c7c-abcd-c005b0796e14], X-ECOMP-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], X-TransactionId=[], X-ONAP-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], Content-Type=[application/merge-patch+json]}
2023-03-24T06:33:10.875Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:33:11.022Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?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/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:33:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[221384], x-aai-txid=[2-aai-resources-230324-06:33:11:360-10908], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:33:11.022Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:33:11.023Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||InvokeReturn
2023-03-24T06:33:11.024Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:33:11.024Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:33:11.036Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:33:11.036Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47aeea4c-050e-497f-8613-81119c7707d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:33:11.036Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:33:11.036Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:33:11.037Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:33:11.037Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639591036,
  "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-24T06:33:12.069Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:33:12.069Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"74dc9741-be4b-4978-bc6b-eaa74b750d0f","serviceName":"Demo_pNF_udFnnTGbbaPA3TPCLzGq","serviceVersion":"1.0","serviceUUID":"9201de56-0aff-4843-9892-0e79e694a55c","serviceDescription":"catalog service description","serviceInvariantUUID":"e472cdc6-cdb6-46b7-b96e-b4bf01d5083c","resources":[{"resourceInstanceName":"pNF 987b0b8e-dbc1 0","resourceName":"pNF 987b0b8e-dbc1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"de5d512a-ba4f-4f57-b63a-421597be67d9","resourceInvariantUUID":"090e47b5-650a-40ab-83f3-56f7ceed024b","resourceCustomizationUUID":"d04be6e1-cb33-473e-a923-5b5289d301cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q0OWVhNWQ5M2E5YTIyNTc0MzM1NDA1MmQ0OGU4ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba09de2f-e124-42bf-b973-f7c86cd0e26e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7a4867e-e8a7-42eb-8eb9-a78047af0e58","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f186ebad-ad1b-4d81-834b-8246aa9dee2a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml","artifactChecksum":"YzNmNDljOTIwZmFkMzM3Mzk2NzFkOGVlZGE5YWNlZjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed53392e-4f36-4f7b-b71b-c30b3a756cb3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88a60b39-e34f-4f1d-9d09-53d94aa0a750","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7588dab5-8e3c-4f59-a8e2-d446acb1c88f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactChecksum":"NjAxN2MwZjU3NmJlNWU3NzE1MTIwMjMyZTg4MDAzNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70d79d54-9860-4019-8b1a-8fef8d5884af","artifactVersion":"1"},{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactChecksum":"YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50c84df6-da4c-4d46-a80b-33026baa8e04","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:33:12.070Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:33:12.070Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:33:12.070Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:33:12.070Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:33:13.071Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:33:13.071Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:33:13.071Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:33:13.072Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:33:14.072Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:33:14.072Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:33:14.073Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:33:14.073Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:33:15.073Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:33:15.073Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:33:15.073Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:33:15.073Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:33:16.074Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:33:16.074Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:33:16.074Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:33:16.074Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:33:17.075Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:33:17.075Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:33:17.075Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:33:17.075Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:33:18.076Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:33:18.076Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:33:18.076Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:33:18.076Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:33:19.077Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:33:19.078Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:33:19.078Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:33:19.078Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:33:20.079Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "serviceName": "Demo_pNF_udFnnTGbbaPA3TPCLzGq",
  "serviceVersion": "1.0",
  "serviceUUID": "9201de56-0aff-4843-9892-0e79e694a55c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e472cdc6-cdb6-46b7-b96e-b4bf01d5083c",
  "resources": [
    {
      "resourceInstanceName": "pNF 987b0b8e-dbc1 0",
      "resourceCustomizationUUID": "d04be6e1-cb33-473e-a923-5b5289d301cc",
      "resourceName": "pNF 987b0b8e-dbc1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "de5d512a-ba4f-4f57-b63a-421597be67d9",
      "resourceInvariantUUID": "090e47b5-650a-40ab-83f3-56f7ceed024b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactChecksum": "YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50c84df6-da4c-4d46-a80b-33026baa8e04"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:33:20.080Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:33:20.080Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9201de56-0aff-4843-9892-0e79e694a55c ASDC
2023-03-24T06:33:20.080Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:74dc9741-be4b-4978-bc6b-eaa74b750d0f
ServiceName:Demo_pNF_udFnnTGbbaPA3TPCLzGq
ServiceVersion:1.0
ServiceUUID:9201de56-0aff-4843-9892-0e79e694a55c
ServiceInvariantUUID:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactUUID:50c84df6-da4c-4d46-a80b-33026baa8e04
ArtifactChecksum:YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 987b0b8e-dbc1 0
ResourceCustomizationUUID:d04be6e1-cb33-473e-a923-5b5289d301cc
ResourceInvariantUUID:090e47b5-650a-40ab-83f3-56f7ceed024b
ResourceName:pNF 987b0b8e-dbc1
ResourceType:PNF
ResourceUUID:de5d512a-ba4f-4f57-b63a-421597be67d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T06:33:20.087Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9201de56-0aff-4843-9892-0e79e694a55c 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:33:20.137Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:33:20.137Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:33:20.137Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:33:20.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 from URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:33:20.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:33:20.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:33:20.348Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-24T06:33:20.352Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar 50c84df6-da4c-4d46-a80b-33026baa8e04 88008
2023-03-24T06:33:20.353Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T06:33:20.353Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:33:20.353Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T06:33:20.353Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:33:20.353Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:33:20.354Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639600353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:33:21.354Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:33:21.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:33:21.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04, URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar to file: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:33:21.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:33:21.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:33:21.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:33:21.443Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13593951127761327476/Definitions/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml
2023-03-24T06:33:22.053Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T06:33:22.053Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-24T06:33:22.053Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:33:22.053Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T06:33:22.053Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 987b0b8e-dbc1 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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:33:22.053Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:33:22.054Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:33:22.055Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:33:22.055Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:33:22.055Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:33:22.055Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:33:22.055Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:33:22.055Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_udFnnTGbbaPA3TPCLzGq
Description:catalog service description
Model UUID:9201de56-0aff-4843-9892-0e79e694a55c
Model Version:NULL
Model InvariantUuid:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
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=?
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-24T06:33:22.110Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||ERROR|500||Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists
2023-03-24T06:33:22.111Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T06:33:22.111Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists)
2023-03-24T06:33:22.111Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:33:22.111Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:33:22.111Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:33:22.111Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639602111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:33:23.112Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T06:33:23.112Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists)
2023-03-24T06:33:23.112Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:33:23.112Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:33:23.112Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:33:23.112Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639603112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:33:24.113Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:33:24.140Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
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-24T06:33:24.145Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:33:24.145Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:33:24.145Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:33:24.145Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:33:24.145Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:33:24.145Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:33:24.145Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:33:24.145Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:33:24.145Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T06:33:24.164Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:33:54.164Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f 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-24T06:33:54.176Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f and serviceModelVersionId: 9201de56-0aff-4843-9892-0e79e694a55c
2023-03-24T06:33:54.176Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
2023-03-24T06:33:54.176Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0
2023-03-24T06:33:54.180Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:33:54.195Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?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-24T06:33:54.195Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||Invoke
2023-03-24T06:33:54.201Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:33:54.347Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||InvokeReturn
2023-03-24T06:33:54.347Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:33:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[245792], x-aai-txid=[0-aai-resources-230324-06:33:54:686-90743], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:33:54.348Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:33:54.348Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:33:54.348Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T06:33:54.359Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T06:33:54.359Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74dc9741-be4b-4978-bc6b-eaa74b750d0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:33:54.359Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:33:54.359Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:33:54.360Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:33:54.360Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639634359,
  "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-24T06:33:55.393Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T06:33:55.393Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-24T06:33:55.394Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-24T06:33:55.394Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-24T06:33:55.394Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Lost previously 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-24T06:33:55.394Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T06:33:55.400Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-c4d8885e-c77f-4ef1-9b1f-e13580814070
2023-03-24T06:33:55.400Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=6, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-24T06:33:55.400Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:33:55.401Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T06:33:57.338Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:33:59.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:33:59.180Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T06:33:59.180Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T06:33:59.187Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:33:59.187Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully joined group with generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-c4d8885e-c77f-4ef1-9b1f-e13580814070', protocol='range'}
2023-03-24T06:33:59.192Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 16: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-c4d8885e-c77f-4ef1-9b1f-e13580814070=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-24T06:33:59.209Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully synced group in generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-c4d8885e-c77f-4ef1-9b1f-e13580814070', protocol='range'}
2023-03-24T06:33:59.209Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:33:59.209Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:33:59.210Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:33:59.210Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:33:59.210Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:33:59.214Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T06:33:59.215Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T06:33:59.215Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T06:33:59.215Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=592, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T06:33:59.215Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T06:33:59.215Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T06:33:59.216Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-24T06:33:59.216Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-24T06:33:59.216Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-24T06:33:59.216Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-24T06:33:59.216Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-24T06:33:59.216Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-24T06:34:00.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:34:00.230Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639591036,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:34:00.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:34:00.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:34:00.232Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:34:00.232Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:34:00.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:34:00.232Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:34:00.233Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"4f4d2f06-0494-43a6-a64b-32572ec2cd4f","serviceName":"basic_onboard_OYYEOA","serviceVersion":"1.0","serviceUUID":"2a896d72-3427-42c3-9c51-7a9baf301927","serviceDescription":"service","serviceInvariantUUID":"6453009a-682f-4779-b09e-13f352c10a5e","resources":[{"resourceInstanceName":"basic_onboard_OYYEOA 0","resourceName":"basic_onboard_OYYEOA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d9a7313-b25d-475c-8377-9adfb946efd0","resourceInvariantUUID":"8009040d-b91b-4b13-85c4-fece6bfcb0e3","resourceCustomizationUUID":"b1cc5ca1-1246-4125-8ebc-a1079cbe8be6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml","artifactChecksum":"MmU1NTE5ODY5OTI0NjgzMjNkZjkwY2ZiMzMwM2RiYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad1c8aa3-beee-41e2-9e8e-78f7b34ffb87","artifactVersion":"1"},{"artifactName":"basic_onboard_oyyeoa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json","artifactChecksum":"ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcdf0b55-be83-46be-8a09-353314708f63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"436972f1-f03c-4954-b459-893758d8a32e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3cfbecdb-62ec-46ee-8bdc-738bde9a35cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f6639ec1-9d9b-479d-afd4-ac5df430d2b2","artifactVersion":"2","generatedFromUUID":"436972f1-f03c-4954-b459-893758d8a32e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOyyeoa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml","artifactChecksum":"ZjQzN2RmZjUwYzdmZjFhMTY4ZmY3NGRjMDhlMTZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eac9735-ec93-4f95-9a41-b064de4ec4a5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOyyeoa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar","artifactChecksum":"ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:34:00.233Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:34:00.233Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:34:00.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:34:00.233Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:34:00.234Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:34:00.234Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:34:00.234Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:34:00.234Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:34:00.234Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:34:00.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:34:00.234Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:34:00.234Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:34:00.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:34:00.235Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:34:00.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:34:00.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:34:00.235Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:34:00.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:34:00.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:34:00.235Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:34:00.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:34:00.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:34:00.236Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639155603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:34:00.236Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:34:00.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:34:00.236Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639600353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:34:00.236Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:34:00.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:34:00.236Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639602111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
}
2023-03-24T06:34:00.236Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:34:00.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:34:00.237Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639603112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
}
2023-03-24T06:34:00.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:34:00.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:34:00.237Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639634359,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:34:00.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:34:01.235Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:34:01.235Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:34:01.235Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:34:01.235Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:34:02.236Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:34:02.236Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:34:02.236Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:34:02.236Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:34:03.237Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:34:03.237Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:34:03.237Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:34:03.237Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:34:04.238Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:34:04.239Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:34:04.239Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:34:04.239Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:34:05.240Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:34:05.240Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:34:05.240Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:34:05.240Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:34:06.241Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:34:06.242Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:34:06.242Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:34:06.242Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:34:07.243Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "serviceName": "basic_onboard_OYYEOA",
  "serviceVersion": "1.0",
  "serviceUUID": "2a896d72-3427-42c3-9c51-7a9baf301927",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6453009a-682f-4779-b09e-13f352c10a5e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OYYEOA 0",
      "resourceCustomizationUUID": "b1cc5ca1-1246-4125-8ebc-a1079cbe8be6",
      "resourceName": "basic_onboard_OYYEOA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d9a7313-b25d-475c-8377-9adfb946efd0",
      "resourceInvariantUUID": "8009040d-b91b-4b13-85c4-fece6bfcb0e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_oyyeoa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
          "artifactChecksum": "ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bcdf0b55-be83-46be-8a09-353314708f63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "436972f1-f03c-4954-b459-893758d8a32e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
            "generatedFromUUID": "436972f1-f03c-4954-b459-893758d8a32e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOyyeoa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
      "artifactChecksum": "ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:34:07.244Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:34:07.244Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a896d72-3427-42c3-9c51-7a9baf301927 ASDC
2023-03-24T06:34:07.244Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4f4d2f06-0494-43a6-a64b-32572ec2cd4f
ServiceName:basic_onboard_OYYEOA
ServiceVersion:1.0
ServiceUUID:2a896d72-3427-42c3-9c51-7a9baf301927
ServiceInvariantUUID:6453009a-682f-4779-b09e-13f352c10a5e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOyyeoa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
ArtifactUUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e
ArtifactChecksum:ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OYYEOA 0
ResourceCustomizationUUID:b1cc5ca1-1246-4125-8ebc-a1079cbe8be6
ResourceInvariantUUID:8009040d-b91b-4b13-85c4-fece6bfcb0e3
ResourceName:basic_onboard_OYYEOA
ResourceType:VF
ResourceUUID:3d9a7313-b25d-475c-8377-9adfb946efd0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oyyeoa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
ArtifactUUID:bcdf0b55-be83-46be-8a09-353314708f63
ArtifactChecksum:ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE=
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:436972f1-f03c-4954-b459-893758d8a32e
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T06:34:07.244Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a896d72-3427-42c3-9c51-7a9baf301927 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:34:07.285Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:34:07.286Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:34:07.286Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:34:07.286Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T06:34:07.286Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:34:07.286Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T06:34:07.317Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-24T06:34:07.318Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4f23f935
2023-03-24T06:34:07.318Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:34:07.318Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T06:34:07.318Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOyyeoa-csar.csar /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:34:07.318Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar ASDC sendASDCNotification
2023-03-24T06:34:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(Specified artifact is  not found)
2023-03-24T06:34:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:34:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:34:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:34:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639647318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:34:08.321Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOyyeoa-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(UUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T06:34:08.338Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T06:34:08.338Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
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-24T06:34:08.342Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||basic_onboard_OYYEOA 0
2023-03-24T06:34:08.343Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
2023-03-24T06:34:08.343Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bcdf0b55-be83-46be-8a09-353314708f63 from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T06:34:08.343Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:34:08.343Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T06:34:08.355Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-24T06:34:08.355Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@48f46694
2023-03-24T06:34:08.356Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:34:08.356Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T06:34:08.356Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_oyyeoa0_modules.json /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json bcdf0b55-be83-46be-8a09-353314708f63 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:34:08.356Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json ASDC sendASDCNotification
2023-03-24T06:34:08.356Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(Specified artifact is  not found)
2023-03-24T06:34:08.356Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:34:08.357Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:34:08.357Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:34:08.357Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639648356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:34:09.359Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_oyyeoa0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(UUID:bcdf0b55-be83-46be-8a09-353314708f63)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T06:34:09.359Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:34:09.382Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:34:09.386Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:34:09.386Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:34:39.387Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:34:39.411Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:34:39.415Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:34:39.416Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:34:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:34:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:34:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:34:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:35:09.416Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:35:09.442Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:35:09.445Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:35:09.446Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:35:39.446Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:35:39.470Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:35:39.475Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:35:39.475Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:35:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:35:59.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:35:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T06:35:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:35:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:35:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:35:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:35:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:35:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:35:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:35:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:35:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-24T06:35:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:35:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:35:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:35:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:35:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:35:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:35:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:35:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:35:59.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639647318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:35:59.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:35:59.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:35:59.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639648356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:35:59.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:36:09.476Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:36:09.502Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:36:09.506Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:36:09.506Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:36:39.506Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:36:39.529Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:36:39.534Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:36:39.534Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:36:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:37:09.534Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:37:09.558Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:37:09.561Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:37:09.561Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:37:39.561Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:37:39.590Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:37:39.594Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:37:39.594Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:37:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:38:09.595Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:38:09.617Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:38:09.622Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:38:09.622Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:38:39.622Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:38:39.648Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:38:39.652Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:38:39.652Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:38:59.165Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:39:00.243Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-24T06:39:00.244Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Member SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-c4d8885e-c77f-4ef1-9b1f-e13580814070 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-24T06:39:00.244Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-24T06:39:00.244Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-24T06:39:02.733Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:39:02.749Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T06:39:02.749Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T06:39:02.756Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:39:02.756Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 17: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T06:39:02.773Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:39:02.773Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:39:02.774Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:39:02.779Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T06:39:02.780Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T06:39:02.780Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T06:39:02.780Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=614, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T06:39:02.780Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T06:39:02.780Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T06:39:09.653Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-24T06:39:09.653Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T06:39:09.666Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and serviceModelVersionId: 2a896d72-3427-42c3-9c51-7a9baf301927
2023-03-24T06:39:09.666Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6453009a-682f-4779-b09e-13f352c10a5e
2023-03-24T06:39:09.667Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0
2023-03-24T06:39:09.670Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:39:09.694Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?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-24T06:39:09.695Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||Invoke
2023-03-24T06:39:09.702Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T06:39:09.861Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||InvokeReturn
2023-03-24T06:39:09.862Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:39:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[196704], x-aai-txid=[0-aai-resources-230324-06:39:10:191-47701], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:39:09.863Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:39:09.863Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:39:09.863Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T06:39:09.877Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T06:39:09.878Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-24T06:39:09.878Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-24T06:39:09.878Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:39:09.878Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:39:09.878Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639949878,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:39:09.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:09.898Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639949878,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-24T06:39:09.899Z||pool-2-thread-2|||||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-24T06:39:10.911Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:39:10.912Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"dd4d0016-b37c-432f-8772-14719db40fae","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d2fd896c-8dbd-40cf-9f32-00ea121c4b86","serviceDescription":"service","serviceInvariantUUID":"eb7fb721-ae76-4fb4-a11d-09ec966ae14c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fb543b88-df7e-4c82-8201-6f6d54ac6c50","resourceInvariantUUID":"4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c","resourceCustomizationUUID":"9d0a16e8-2977-47a9-95c1-230b7d89e748","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":"YTg3YjMxZjE4MzA2Mjc5NjhhMjUyMWU5ZGVhMDgxYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"237b512e-0d38-481d-8779-ce675533ccd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eaa5e2ab-c485-4ac8-9447-f0ec97630551","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:39:10.912Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:39:10.912Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:39:10.913Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:39:10.913Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "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-24T06:39:11.913Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:39:11.914Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:39:11.914Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:39:11.914Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:39:12.915Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d2fd896c-8dbd-40cf-9f32-00ea121c4b86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb7fb721-ae76-4fb4-a11d-09ec966ae14c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9d0a16e8-2977-47a9-95c1-230b7d89e748",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "fb543b88-df7e-4c82-8201-6f6d54ac6c50",
      "resourceInvariantUUID": "4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c",
      "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": "YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eaa5e2ab-c485-4ac8-9447-f0ec97630551"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:39:12.916Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:39:12.916Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d2fd896c-8dbd-40cf-9f32-00ea121c4b86 ASDC
2023-03-24T06:39:12.916Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:dd4d0016-b37c-432f-8772-14719db40fae
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d2fd896c-8dbd-40cf-9f32-00ea121c4b86
ServiceInvariantUUID:eb7fb721-ae76-4fb4-a11d-09ec966ae14c
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:eaa5e2ab-c485-4ac8-9447-f0ec97630551
ArtifactChecksum:YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9d0a16e8-2977-47a9-95c1-230b7d89e748
ResourceInvariantUUID:4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fb543b88-df7e-4c82-8201-6f6d54ac6c50
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-24T06:39:12.916Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2fd896c-8dbd-40cf-9f32-00ea121c4b86 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:39:12.964Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:39:12.965Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:39:12.965Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:39:12.965Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T06:39:12.965Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:39:12.965Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T06:39:12.990Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-24T06:39:12.991Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5cd1d5ac
2023-03-24T06:39:12.991Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:39:12.991Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-24T06:39:12.991Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eaa5e2ab-c485-4ac8-9447-f0ec97630551 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:39:12.991Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:39:12.991Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-24T06:39:12.991Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:39:12.992Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:39:12.992Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:39:12.992Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639952991,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:39:13.992Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:eaa5e2ab-c485-4ac8-9447-f0ec97630551)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T06:39:14.042Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||ERROR|500||Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists
2023-03-24T06:39:14.043Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:39:14.043Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists)
2023-03-24T06:39:14.043Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:39:14.043Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:39:14.044Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:39:14.044Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639954043,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:39:15.045Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:39:15.045Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists)
2023-03-24T06:39:15.045Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:39:15.045Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:39:15.045Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:39:15.045Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639955044,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:39:16.046Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:39:16.063Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
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-24T06:39:16.067Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:39:16.067Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:39:16.067Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:39:16.067Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:39:16.067Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:39:16.068Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:39:16.068Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:39:16.068Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:39:16.068Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:39:16.079Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:39:46.080Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae 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-24T06:39:46.090Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd4d0016-b37c-432f-8772-14719db40fae and serviceModelVersionId: d2fd896c-8dbd-40cf-9f32-00ea121c4b86
2023-03-24T06:39:46.090Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb7fb721-ae76-4fb4-a11d-09ec966ae14c
2023-03-24T06:39:46.091Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0
2023-03-24T06:39:46.097Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:39:46.120Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||Invoke
2023-03-24T06:39:46.120Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[58091fe5-3b6c-4229-a26e-55e05bafb88c], X-ECOMP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-TransactionId=[], X-ONAP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], Content-Type=[application/merge-patch+json]}
2023-03-24T06:39:46.125Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:39:46.268Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?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/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:39:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[225312], x-aai-txid=[2-aai-resources-230324-06:39:46:616-91349], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:39:46.268Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:39:46.269Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||InvokeReturn
2023-03-24T06:39:46.269Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:39:46.269Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:39:46.281Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:39:46.281Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd4d0016-b37c-432f-8772-14719db40fae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:39:46.281Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:39:46.282Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:39:46.282Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:39:46.282Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639986281,
  "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-24T06:39:47.316Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:39:47.316Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1a2365d1-074b-4844-91d3-363d03287b57","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"09ff96f4-229a-4515-9709-6d2f2c4821ac","serviceDescription":"service","serviceInvariantUUID":"45dc50b5-a169-45aa-9f0b-ccc1cea11873","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc","resourceInvariantUUID":"a7fff94d-369d-44ee-8b27-435e03531596","resourceCustomizationUUID":"b7580746-a72b-4fb1-9336-d78ac7525682","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":"YTMyNWQyZWU0MDA1ODYwMmVjMGE2Y2IxMDYwMWEyYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69c13507-0010-4c9a-ade6-d19f5baf9488","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":"N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"994e980a-ea5f-4be3-8a38-6ec36a40427d","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":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a","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":"54f5d029-3e9c-428a-9790-9535b8f1bb74","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":"249db6ea-2fe4-4b56-b5af-9585a06fdc81","artifactVersion":"2","generatedFromUUID":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2M0YTE2MDQ0ZDIwZGMxYjM4MmM1NzBmNjcwMjVjZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cacd8347-baf7-4864-851a-2e4d0d06f245","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:39:47.317Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:39:47.317Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:39:47.317Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:39:47.317Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "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-24T06:39:48.318Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:39:48.319Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:39:48.319Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:39:48.319Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "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-24T06:39:49.320Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:39:49.320Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:39:49.320Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:39:49.320Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "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-24T06:39:50.321Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:39:50.321Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:39:50.321Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:39:50.322Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "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-24T06:39:51.322Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:39:51.323Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:39:51.323Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:39:51.323Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "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-24T06:39:52.324Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:39:52.324Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:39:52.324Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:39:52.324Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "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-24T06:39:53.325Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:39:53.325Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:39:53.325Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:39:53.325Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:39:54.326Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "09ff96f4-229a-4515-9709-6d2f2c4821ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45dc50b5-a169-45aa-9f0b-ccc1cea11873",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b7580746-a72b-4fb1-9336-d78ac7525682",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc",
      "resourceInvariantUUID": "a7fff94d-369d-44ee-8b27-435e03531596",
      "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": "N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "994e980a-ea5f-4be3-8a38-6ec36a40427d",
          "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": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a",
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
            "generatedFromUUID": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"
          },
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:39:54.327Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:39:54.327Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09ff96f4-229a-4515-9709-6d2f2c4821ac ASDC
2023-03-24T06:39:54.327Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1a2365d1-074b-4844-91d3-363d03287b57
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:09ff96f4-229a-4515-9709-6d2f2c4821ac
ServiceInvariantUUID:45dc50b5-a169-45aa-9f0b-ccc1cea11873
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:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311
ArtifactChecksum:ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b7580746-a72b-4fb1-9336-d78ac7525682
ResourceInvariantUUID:a7fff94d-369d-44ee-8b27-435e03531596
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc
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:994e980a-ea5f-4be3-8a38-6ec36a40427d
ArtifactChecksum:N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE=
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:65fe8888-43b5-4f65-bf9d-77c8a3c7d02a
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T06:39:54.327Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09ff96f4-229a-4515-9709-6d2f2c4821ac 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:39:54.370Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:39:54.371Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:39:54.371Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:39:54.371Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T06:39:54.371Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:39:54.371Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T06:39:54.395Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-24T06:39:54.396Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@75bb9442
2023-03-24T06:39:54.396Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:39:54.396Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-24T06:39:54.396Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:39:54.397Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T06:39:54.397Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-24T06:39:54.397Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:39:54.397Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:39:54.397Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:39:54.397Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639994397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:39:55.398Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T06:39:55.454Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||ERROR|500||Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists
2023-03-24T06:39:55.454Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T06:39:55.454Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists)
2023-03-24T06:39:55.454Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:39:55.455Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:39:55.455Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:39:55.455Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639995454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:39:56.456Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T06:39:56.456Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists)
2023-03-24T06:39:56.457Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:39:56.457Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:39:56.457Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:39:56.457Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639996456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:39:57.458Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:39:57.483Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
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-24T06:39:57.488Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:39:57.489Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:39:57.489Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:39:57.489Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:39:57.489Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:39:57.489Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:39:57.489Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:39:57.489Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:39:57.489Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:39:57.507Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:39:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:39:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:39:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639952991,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:39:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639954043,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
}
2023-03-24T06:39:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639955044,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
}
2023-03-24T06:39:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679639942277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679639943126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679639948436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679639940636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679639950033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679639964275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679639942277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679639943126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679639940636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679639948436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679639950033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679639964275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679639942277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679639943126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679639940636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679639948436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679639950033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679639964275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679639942277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679639943126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679639940636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679639948436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679639950033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679639964275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679639942277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679639943126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679639950033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679639940636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679639948436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679639964275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679639942277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679639943126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679639948436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679639940636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679639950033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679639964275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679639942277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679639943126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679639948436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679639940636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679639950033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679639964275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679639942277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:39:59.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679639943126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:39:59.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679639948436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679639940636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:39:59.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679639950033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:39:59.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679639964275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:39:59.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679639972981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:39:59.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679639974138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:39:59.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679639974158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:39:59.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679639973259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:39:59.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679639973983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T06:39:59.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679639974985,
  "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-24T06:39:59.224Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8724cd49-34ec-4980-ab2b-64ace9832bd0
2023-03-24T06:39:59.224Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8724cd49-34ec-4980-ab2b-64ace9832bd0 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-24T06:39:59.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.246Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679639975021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T06:39:59.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.247Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679639976024,
  "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-24T06:39:59.259Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8724cd49-34ec-4980-ab2b-64ace9832bd0
2023-03-24T06:39:59.259Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8724cd49-34ec-4980-ab2b-64ace9832bd0 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-24T06:39:59.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.280Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679639977748,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T06:39:59.280Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.280Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679639978753,
  "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-24T06:39:59.292Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8724cd49-34ec-4980-ab2b-64ace9832bd0
2023-03-24T06:39:59.292Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8724cd49-34ec-4980-ab2b-64ace9832bd0 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-24T06:39:59.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.311Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639986281,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:39:59.311Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.311Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.312Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T06:39:59.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.312Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:39:59.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.312Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.312Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T06:39:59.313Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.313Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:39:59.313Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.313Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:39:59.313Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.313Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639994397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:39:59.313Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.313Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639995454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
}
2023-03-24T06:39:59.313Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:39:59.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:39:59.314Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639996456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
}
2023-03-24T06:39:59.314Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:40:27.507Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57 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-24T06:40:27.517Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a2365d1-074b-4844-91d3-363d03287b57 and serviceModelVersionId: 09ff96f4-229a-4515-9709-6d2f2c4821ac
2023-03-24T06:40:27.517Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45dc50b5-a169-45aa-9f0b-ccc1cea11873
2023-03-24T06:40:27.517Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0
2023-03-24T06:40:27.520Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:40:27.533Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||Invoke
2023-03-24T06:40:27.533Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[73f222a2-5949-47c8-bdbb-8500a5d0150b], X-ECOMP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-TransactionId=[], X-ONAP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], Content-Type=[application/merge-patch+json]}
2023-03-24T06:40:27.540Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:40:27.691Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?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/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:40:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[356504], x-aai-txid=[1-aai-resources-230324-06:40:28:033-23926], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:40:27.691Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:40:27.692Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||InvokeReturn
2023-03-24T06:40:27.692Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:40:27.692Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:40:27.704Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:40:27.704Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a2365d1-074b-4844-91d3-363d03287b57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:40:27.704Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:40:27.704Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:40:27.704Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:40:27.704Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640027704,
  "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-24T06:40:28.732Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:40:28.732Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"47aeea4c-050e-497f-8613-81119c7707d5","serviceName":"Demo_pNF_i16cL97oNGISgd9SfY8I","serviceVersion":"1.0","serviceUUID":"6d21b031-231c-48e2-9b5c-0e7d88d020fd","serviceDescription":"catalog service description","serviceInvariantUUID":"36e2a514-3273-43b4-aec1-d55c0635af0f","resources":[{"resourceInstanceName":"pNF 196156c4-b041 0","resourceName":"pNF 196156c4-b041","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b5ec4454-3c1e-47ea-9136-dede5fa2c277","resourceInvariantUUID":"c1923a0b-6273-4444-ac11-1fce9096051a","resourceCustomizationUUID":"b66059b5-3bb7-494c-a357-4392105f719b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml","artifactChecksum":"ZWQ3OTVmMGUwZTNiMzU5ZmVmNGQzNzc1YTcxMzhiYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1c63b36-dc3a-4547-b21e-aa0344274eef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ad0f8d2-26c0-49de-bd43-1c4bf374e11a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078338d5-2741-4210-afc5-93fe15bb8330","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml","artifactChecksum":"ZjM0Y2M4ZWVkOTJkNjEwMWQ2MmQwZDEzYjRhYjBiZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fb0ba830-9ee7-47a7-b7df-d30109bea559","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8aeb7c64-6355-449e-a401-137fb967b643","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21a99006-a94d-46a5-a378-c22a7e5688f4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactChecksum":"ZjA3NDNlYTlkOTkyNzIxNjg1NmE1NzZhNDRmMTY2MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b208e49c-1313-4351-bae0-c1233a1fe994","artifactVersion":"1"},{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactChecksum":"MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9cc91da5-e75b-4ec0-b006-8d70c31f6118","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:40:28.732Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:40:28.733Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:40:28.733Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:40:28.733Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:40:29.734Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:40:29.734Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:40:29.734Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:40:29.735Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:40:30.736Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:40:30.737Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:40:30.737Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:40:30.737Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:40:31.738Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:40:31.739Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:40:31.739Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:40:31.739Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:40:32.740Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:40:32.741Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:40:32.741Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:40:32.741Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:40:33.743Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:40:33.743Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:40:33.743Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:40:33.743Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:40:34.745Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:40:34.745Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:40:34.745Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:40:34.746Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:40:35.747Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:40:35.747Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:40:35.747Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:40:35.748Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:40:36.749Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "serviceName": "Demo_pNF_i16cL97oNGISgd9SfY8I",
  "serviceVersion": "1.0",
  "serviceUUID": "6d21b031-231c-48e2-9b5c-0e7d88d020fd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "36e2a514-3273-43b4-aec1-d55c0635af0f",
  "resources": [
    {
      "resourceInstanceName": "pNF 196156c4-b041 0",
      "resourceCustomizationUUID": "b66059b5-3bb7-494c-a357-4392105f719b",
      "resourceName": "pNF 196156c4-b041",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b5ec4454-3c1e-47ea-9136-dede5fa2c277",
      "resourceInvariantUUID": "c1923a0b-6273-4444-ac11-1fce9096051a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactChecksum": "MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9cc91da5-e75b-4ec0-b006-8d70c31f6118"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:40:36.749Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:40:36.749Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d21b031-231c-48e2-9b5c-0e7d88d020fd ASDC
2023-03-24T06:40:36.749Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:47aeea4c-050e-497f-8613-81119c7707d5
ServiceName:Demo_pNF_i16cL97oNGISgd9SfY8I
ServiceVersion:1.0
ServiceUUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
ServiceInvariantUUID:36e2a514-3273-43b4-aec1-d55c0635af0f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactUUID:9cc91da5-e75b-4ec0-b006-8d70c31f6118
ArtifactChecksum:MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 196156c4-b041 0
ResourceCustomizationUUID:b66059b5-3bb7-494c-a357-4392105f719b
ResourceInvariantUUID:c1923a0b-6273-4444-ac11-1fce9096051a
ResourceName:pNF 196156c4-b041
ResourceType:PNF
ResourceUUID:b5ec4454-3c1e-47ea-9136-dede5fa2c277
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T06:40:36.750Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d21b031-231c-48e2-9b5c-0e7d88d020fd 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:40:36.799Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:40:36.800Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:40:36.800Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:40:36.800Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 from URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:40:36.800Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:40:36.800Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:40:37.049Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-24T06:40:37.052Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar 9cc91da5-e75b-4ec0-b006-8d70c31f6118 88017
2023-03-24T06:40:37.053Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:40:37.053Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:40:37.053Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T06:40:37.053Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:40:37.053Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:40:37.053Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640037053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:40:38.055Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:40:38.056Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:40:38.056Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118, URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar to file: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:40:38.056Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:40:38.057Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:40:38.057Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:40:38.137Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7203158548913063669/Definitions/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml
2023-03-24T06:40:38.738Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T06:40:38.738Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-24T06:40:38.738Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:40:38.738Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T06:40:38.738Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 196156c4-b041 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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:40:38.738Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:40:38.738Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:40:38.738Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:40:38.738Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:40:38.738Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:40:38.738Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:40:38.739Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-24T06:40:38.739Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:40:38.739Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:40:38.739Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T06:40:38.739Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-24T06:40:38.739Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:40:38.739Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:40:38.739Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:40:38.739Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T06:40:38.739Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-24T06:40:38.739Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:40:38.739Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:40:38.740Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:40:38.740Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:40:38.740Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:40:38.740Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:40:38.740Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:40:38.740Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:40:38.740Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:40:38.740Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:40:38.740Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:40:38.740Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_i16cL97oNGISgd9SfY8I
Description:catalog service description
Model UUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
Model Version:NULL
Model InvariantUuid:36e2a514-3273-43b4-aec1-d55c0635af0f
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=?
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-24T06:40:38.793Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||ERROR|500||Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists
2023-03-24T06:40:38.793Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:40:38.793Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists)
2023-03-24T06:40:38.793Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:40:38.793Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:40:38.793Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:40:38.793Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640038793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:40:39.795Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:40:39.795Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists)
2023-03-24T06:40:39.795Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:40:39.795Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:40:39.795Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:40:39.796Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640039795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:40:40.797Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:40:40.818Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
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-24T06:40:40.822Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:40:40.822Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:40:40.822Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:40:40.822Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:40:40.822Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:40:40.822Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:40:40.822Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:40:40.822Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:40:40.822Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:40:40.834Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:40:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:40:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:40:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640027704,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:40:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:40:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:40:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:40:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:40:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:40:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:40:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:40:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:40:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:40:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:40:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:40:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:40:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:40:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:40:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:40:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:40:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:40:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:40:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:40:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:40:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:40:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:40:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:40:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:40:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:40:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:40:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640037053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:40:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:40:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:40:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640038793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
}
2023-03-24T06:40:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:40:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T06:40:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640039795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
}
2023-03-24T06:40:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:41:10.834Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5 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-24T06:41:10.847Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47aeea4c-050e-497f-8613-81119c7707d5 and serviceModelVersionId: 6d21b031-231c-48e2-9b5c-0e7d88d020fd
2023-03-24T06:41:10.847Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36e2a514-3273-43b4-aec1-d55c0635af0f
2023-03-24T06:41:10.848Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0
2023-03-24T06:41:10.852Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:41:10.871Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||Invoke
2023-03-24T06:41:10.872Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7f718860-5235-46a5-a5f1-81851897e78a], X-ECOMP-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], X-TransactionId=[], X-ONAP-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], Content-Type=[application/merge-patch+json]}
2023-03-24T06:41:10.879Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:41:11.024Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?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/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:41:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[221384], x-aai-txid=[0-aai-resources-230324-06:41:11:371-3895], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:41:11.024Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:41:11.026Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||InvokeReturn
2023-03-24T06:41:11.026Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:41:11.027Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:41:11.041Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:41:11.042Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47aeea4c-050e-497f-8613-81119c7707d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:41:11.042Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:41:11.043Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:41:11.043Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:41:11.044Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640071042,
  "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-24T06:41:12.074Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:41:12.074Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"74dc9741-be4b-4978-bc6b-eaa74b750d0f","serviceName":"Demo_pNF_udFnnTGbbaPA3TPCLzGq","serviceVersion":"1.0","serviceUUID":"9201de56-0aff-4843-9892-0e79e694a55c","serviceDescription":"catalog service description","serviceInvariantUUID":"e472cdc6-cdb6-46b7-b96e-b4bf01d5083c","resources":[{"resourceInstanceName":"pNF 987b0b8e-dbc1 0","resourceName":"pNF 987b0b8e-dbc1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"de5d512a-ba4f-4f57-b63a-421597be67d9","resourceInvariantUUID":"090e47b5-650a-40ab-83f3-56f7ceed024b","resourceCustomizationUUID":"d04be6e1-cb33-473e-a923-5b5289d301cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q0OWVhNWQ5M2E5YTIyNTc0MzM1NDA1MmQ0OGU4ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba09de2f-e124-42bf-b973-f7c86cd0e26e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7a4867e-e8a7-42eb-8eb9-a78047af0e58","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f186ebad-ad1b-4d81-834b-8246aa9dee2a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml","artifactChecksum":"YzNmNDljOTIwZmFkMzM3Mzk2NzFkOGVlZGE5YWNlZjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed53392e-4f36-4f7b-b71b-c30b3a756cb3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88a60b39-e34f-4f1d-9d09-53d94aa0a750","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7588dab5-8e3c-4f59-a8e2-d446acb1c88f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactChecksum":"NjAxN2MwZjU3NmJlNWU3NzE1MTIwMjMyZTg4MDAzNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70d79d54-9860-4019-8b1a-8fef8d5884af","artifactVersion":"1"},{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactChecksum":"YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50c84df6-da4c-4d46-a80b-33026baa8e04","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:41:12.075Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:41:12.075Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:41:12.075Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:41:12.075Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:41:13.076Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:41:13.076Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:41:13.076Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:41:13.077Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:41:14.077Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:41:14.078Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:41:14.078Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:41:14.078Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:41:15.078Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:41:15.079Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:41:15.079Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:41:15.080Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:41:16.080Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:41:16.081Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:41:16.081Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:41:16.081Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:41:17.082Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:41:17.083Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:41:17.083Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:41:17.083Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:41:18.084Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:41:18.084Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:41:18.084Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:41:18.084Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:41:19.085Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:41:19.086Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:41:19.086Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:41:19.086Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:41:20.087Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "serviceName": "Demo_pNF_udFnnTGbbaPA3TPCLzGq",
  "serviceVersion": "1.0",
  "serviceUUID": "9201de56-0aff-4843-9892-0e79e694a55c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e472cdc6-cdb6-46b7-b96e-b4bf01d5083c",
  "resources": [
    {
      "resourceInstanceName": "pNF 987b0b8e-dbc1 0",
      "resourceCustomizationUUID": "d04be6e1-cb33-473e-a923-5b5289d301cc",
      "resourceName": "pNF 987b0b8e-dbc1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "de5d512a-ba4f-4f57-b63a-421597be67d9",
      "resourceInvariantUUID": "090e47b5-650a-40ab-83f3-56f7ceed024b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactChecksum": "YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50c84df6-da4c-4d46-a80b-33026baa8e04"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:41:20.087Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:41:20.087Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9201de56-0aff-4843-9892-0e79e694a55c ASDC
2023-03-24T06:41:20.087Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:74dc9741-be4b-4978-bc6b-eaa74b750d0f
ServiceName:Demo_pNF_udFnnTGbbaPA3TPCLzGq
ServiceVersion:1.0
ServiceUUID:9201de56-0aff-4843-9892-0e79e694a55c
ServiceInvariantUUID:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactUUID:50c84df6-da4c-4d46-a80b-33026baa8e04
ArtifactChecksum:YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 987b0b8e-dbc1 0
ResourceCustomizationUUID:d04be6e1-cb33-473e-a923-5b5289d301cc
ResourceInvariantUUID:090e47b5-650a-40ab-83f3-56f7ceed024b
ResourceName:pNF 987b0b8e-dbc1
ResourceType:PNF
ResourceUUID:de5d512a-ba4f-4f57-b63a-421597be67d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T06:41:20.087Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9201de56-0aff-4843-9892-0e79e694a55c 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:41:20.133Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:41:20.134Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:41:20.134Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:41:20.134Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 from URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:41:20.134Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:41:20.134Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:41:20.364Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-24T06:41:20.369Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar 50c84df6-da4c-4d46-a80b-33026baa8e04 88008
2023-03-24T06:41:20.369Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T06:41:20.369Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:41:20.369Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T06:41:20.369Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:41:20.370Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:41:20.370Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640080369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:41:21.370Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:41:21.371Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:41:21.371Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04, URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar to file: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:41:21.372Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:41:21.372Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:41:21.372Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:41:21.457Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13856899009299216439/Definitions/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml
2023-03-24T06:41:22.063Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T06:41:22.063Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-24T06:41:22.063Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:41:22.063Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T06:41:22.063Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 987b0b8e-dbc1 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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:41:22.063Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:41:22.063Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:41:22.063Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:41:22.063Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:41:22.064Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:41:22.064Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:41:22.064Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-24T06:41:22.064Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:41:22.064Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:41:22.064Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T06:41:22.064Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-24T06:41:22.064Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:41:22.064Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:41:22.064Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:41:22.064Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T06:41:22.064Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-24T06:41:22.064Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:41:22.064Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:41:22.064Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:41:22.064Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:41:22.064Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:41:22.064Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:41:22.065Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:41:22.065Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:41:22.065Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:41:22.065Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:41:22.065Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:41:22.065Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_udFnnTGbbaPA3TPCLzGq
Description:catalog service description
Model UUID:9201de56-0aff-4843-9892-0e79e694a55c
Model Version:NULL
Model InvariantUuid:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
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=?
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-24T06:41:22.116Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||ERROR|500||Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists
2023-03-24T06:41:22.117Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T06:41:22.117Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists)
2023-03-24T06:41:22.117Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:41:22.117Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:41:22.117Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:41:22.117Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640082117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:41:23.118Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T06:41:23.118Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists)
2023-03-24T06:41:23.118Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:41:23.119Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:41:23.119Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:41:23.119Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640083118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:41:24.120Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:41:24.149Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
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-24T06:41:24.154Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:41:24.155Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:41:24.155Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:41:24.155Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:41:24.155Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:41:24.155Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:41:24.155Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:41:24.155Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:41:24.156Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T06:41:24.170Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:41:54.170Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f 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-24T06:41:54.181Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f and serviceModelVersionId: 9201de56-0aff-4843-9892-0e79e694a55c
2023-03-24T06:41:54.182Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
2023-03-24T06:41:54.182Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0
2023-03-24T06:41:54.189Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:41:54.211Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?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-24T06:41:54.212Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||Invoke
2023-03-24T06:41:54.219Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:41:54.362Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||InvokeReturn
2023-03-24T06:41:54.362Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:41:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[245792], x-aai-txid=[0-aai-resources-230324-06:41:54:715-64651], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:41:54.363Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:41:54.363Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:41:54.363Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T06:41:54.376Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T06:41:54.377Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74dc9741-be4b-4978-bc6b-eaa74b750d0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:41:54.377Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:41:54.377Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:41:54.377Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:41:54.378Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640114377,
  "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-24T06:41:55.405Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T06:41:55.405Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-24T06:41:55.406Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-24T06:41:55.406Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-24T06:41:55.406Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Lost previously 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-24T06:41:55.406Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T06:41:55.410Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-8281164e-8a95-4c19-a67b-a66ceca10786
2023-03-24T06:41:55.411Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=6, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-24T06:41:55.411Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:41:55.411Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T06:41:57.328Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:41:59.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:41:59.178Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T06:41:59.178Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T06:41:59.185Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully joined group with generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-8281164e-8a95-4c19-a67b-a66ceca10786', protocol='range'}
2023-03-24T06:41:59.186Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:41:59.191Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 18: {SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-8281164e-8a95-4c19-a67b-a66ceca10786=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-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T06:41:59.207Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:41:59.207Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully synced group in generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-8281164e-8a95-4c19-a67b-a66ceca10786', protocol='range'}
2023-03-24T06:41:59.207Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:41:59.207Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:41:59.207Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:41:59.207Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:41:59.214Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-24T06:41:59.214Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-24T06:41:59.214Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T06:41:59.215Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T06:41:59.215Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T06:41:59.215Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=701, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T06:41:59.214Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-24T06:41:59.215Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T06:41:59.215Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-24T06:41:59.215Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T06:41:59.215Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-24T06:41:59.215Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-24T06:42:00.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:42:00.230Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640071042,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:42:00.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:42:00.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:42:00.230Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:42:00.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:42:00.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:42:00.230Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:42:00.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:42:00.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:42:00.230Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:42:00.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:42:00.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:42:00.230Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:42:00.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:42:00.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:42:00.230Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:42:00.231Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:42:00.231Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"4f4d2f06-0494-43a6-a64b-32572ec2cd4f","serviceName":"basic_onboard_OYYEOA","serviceVersion":"1.0","serviceUUID":"2a896d72-3427-42c3-9c51-7a9baf301927","serviceDescription":"service","serviceInvariantUUID":"6453009a-682f-4779-b09e-13f352c10a5e","resources":[{"resourceInstanceName":"basic_onboard_OYYEOA 0","resourceName":"basic_onboard_OYYEOA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d9a7313-b25d-475c-8377-9adfb946efd0","resourceInvariantUUID":"8009040d-b91b-4b13-85c4-fece6bfcb0e3","resourceCustomizationUUID":"b1cc5ca1-1246-4125-8ebc-a1079cbe8be6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml","artifactChecksum":"MmU1NTE5ODY5OTI0NjgzMjNkZjkwY2ZiMzMwM2RiYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad1c8aa3-beee-41e2-9e8e-78f7b34ffb87","artifactVersion":"1"},{"artifactName":"basic_onboard_oyyeoa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json","artifactChecksum":"ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcdf0b55-be83-46be-8a09-353314708f63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"436972f1-f03c-4954-b459-893758d8a32e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3cfbecdb-62ec-46ee-8bdc-738bde9a35cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f6639ec1-9d9b-479d-afd4-ac5df430d2b2","artifactVersion":"2","generatedFromUUID":"436972f1-f03c-4954-b459-893758d8a32e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOyyeoa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml","artifactChecksum":"ZjQzN2RmZjUwYzdmZjFhMTY4ZmY3NGRjMDhlMTZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eac9735-ec93-4f95-9a41-b064de4ec4a5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOyyeoa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar","artifactChecksum":"ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679639635393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640080369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640082117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
}
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640083118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
}
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:42:00.231Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640114377,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:42:00.232Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:42:00.232Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:42:00.232Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:42:00.232Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:42:00.232Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:42:01.233Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:42:01.234Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:42:01.234Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:42:01.234Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:42:02.235Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:42:02.236Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:42:02.236Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:42:02.236Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:42:03.238Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:42:03.238Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:42:03.238Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:42:03.238Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:42:04.240Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:42:04.240Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:42:04.241Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:42:04.241Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:42:05.242Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:42:05.242Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:42:05.242Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:42:05.242Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:42:06.244Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:42:06.244Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:42:06.244Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:42:06.244Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:42:07.246Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "serviceName": "basic_onboard_OYYEOA",
  "serviceVersion": "1.0",
  "serviceUUID": "2a896d72-3427-42c3-9c51-7a9baf301927",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6453009a-682f-4779-b09e-13f352c10a5e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OYYEOA 0",
      "resourceCustomizationUUID": "b1cc5ca1-1246-4125-8ebc-a1079cbe8be6",
      "resourceName": "basic_onboard_OYYEOA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d9a7313-b25d-475c-8377-9adfb946efd0",
      "resourceInvariantUUID": "8009040d-b91b-4b13-85c4-fece6bfcb0e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_oyyeoa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
          "artifactChecksum": "ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bcdf0b55-be83-46be-8a09-353314708f63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "436972f1-f03c-4954-b459-893758d8a32e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
            "generatedFromUUID": "436972f1-f03c-4954-b459-893758d8a32e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOyyeoa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
      "artifactChecksum": "ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:42:07.246Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:42:07.247Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a896d72-3427-42c3-9c51-7a9baf301927 ASDC
2023-03-24T06:42:07.247Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4f4d2f06-0494-43a6-a64b-32572ec2cd4f
ServiceName:basic_onboard_OYYEOA
ServiceVersion:1.0
ServiceUUID:2a896d72-3427-42c3-9c51-7a9baf301927
ServiceInvariantUUID:6453009a-682f-4779-b09e-13f352c10a5e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOyyeoa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
ArtifactUUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e
ArtifactChecksum:ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OYYEOA 0
ResourceCustomizationUUID:b1cc5ca1-1246-4125-8ebc-a1079cbe8be6
ResourceInvariantUUID:8009040d-b91b-4b13-85c4-fece6bfcb0e3
ResourceName:basic_onboard_OYYEOA
ResourceType:VF
ResourceUUID:3d9a7313-b25d-475c-8377-9adfb946efd0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oyyeoa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
ArtifactUUID:bcdf0b55-be83-46be-8a09-353314708f63
ArtifactChecksum:ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE=
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:436972f1-f03c-4954-b459-893758d8a32e
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T06:42:07.247Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a896d72-3427-42c3-9c51-7a9baf301927 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:42:07.296Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:42:07.297Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:42:07.297Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:42:07.297Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T06:42:07.297Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:42:07.297Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T06:42:07.318Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-24T06:42:07.319Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5ab24b4d
2023-03-24T06:42:07.319Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:42:07.319Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T06:42:07.319Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOyyeoa-csar.csar /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:42:07.319Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar ASDC sendASDCNotification
2023-03-24T06:42:07.319Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(Specified artifact is  not found)
2023-03-24T06:42:07.319Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:42:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:42:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:42:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640127319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:42:08.321Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOyyeoa-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(UUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T06:42:08.339Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T06:42:08.340Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
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-24T06:42:08.344Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||basic_onboard_OYYEOA 0
2023-03-24T06:42:08.344Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
2023-03-24T06:42:08.345Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bcdf0b55-be83-46be-8a09-353314708f63 from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T06:42:08.345Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:42:08.345Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T06:42:08.360Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-24T06:42:08.361Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@591584f8
2023-03-24T06:42:08.361Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:42:08.361Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T06:42:08.361Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_oyyeoa0_modules.json /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json bcdf0b55-be83-46be-8a09-353314708f63 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:42:08.362Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json ASDC sendASDCNotification
2023-03-24T06:42:08.362Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(Specified artifact is  not found)
2023-03-24T06:42:08.362Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:42:08.362Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:42:08.362Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:42:08.362Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640128362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:42:09.364Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_oyyeoa0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(UUID:bcdf0b55-be83-46be-8a09-353314708f63)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T06:42:09.365Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:42:09.389Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:42:09.393Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:42:09.393Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:42:39.394Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:42:39.426Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:42:39.431Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:42:39.431Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:42:59.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:42:59.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:42:59.165Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:42:59.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:43:09.431Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:43:09.457Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:43:09.462Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:43:09.462Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:43:39.462Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:43:39.486Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:43:39.491Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:43:39.491Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:43:59.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:43:59.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:43:59.165Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T06:43:59.165Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:43:59.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:43:59.165Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:43:59.165Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:43:59.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:43:59.166Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:43:59.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:43:59.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:43:59.166Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-24T06:43:59.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:43:59.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:43:59.166Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:43:59.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:43:59.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:43:59.166Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:43:59.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:43:59.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:43:59.166Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640127319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:43:59.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:43:59.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-24T06:43:59.166Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640128362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:43:59.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:44:09.491Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:44:09.514Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:44:09.518Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:44:09.519Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:44:39.519Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:44:39.549Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:44:39.555Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:44:39.555Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:44:59.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:45:09.556Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:45:09.586Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:45:09.592Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:45:09.592Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:45:39.593Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:45:39.623Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:45:39.628Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:45:39.628Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:45:59.165Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:46:09.628Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:46:09.656Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:46:09.660Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:46:09.660Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:46:39.660Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:46:39.687Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:46:39.690Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:46:39.691Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:46:59.165Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:47:00.244Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-24T06:47:00.244Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Member SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-8281164e-8a95-4c19-a67b-a66ceca10786 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-24T06:47:00.245Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-24T06:47:00.245Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-24T06:47:02.740Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:47:02.753Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T06:47:02.753Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T06:47:02.758Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:47:02.759Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 19: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T06:47:02.772Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:47:02.772Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:47:02.773Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:47:02.776Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T06:47:02.776Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T06:47:02.776Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T06:47:02.777Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=723, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T06:47:02.777Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T06:47:02.777Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T06:47:09.691Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-24T06:47:09.691Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T06:47:09.702Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and serviceModelVersionId: 2a896d72-3427-42c3-9c51-7a9baf301927
2023-03-24T06:47:09.703Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6453009a-682f-4779-b09e-13f352c10a5e
2023-03-24T06:47:09.703Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0
2023-03-24T06:47:09.706Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:47:09.723Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?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-24T06:47:09.724Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||Invoke
2023-03-24T06:47:09.738Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T06:47:09.900Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||InvokeReturn
2023-03-24T06:47:09.900Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:47:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[196704], x-aai-txid=[0-aai-resources-230324-06:47:10:238-2905], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:47:09.901Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:47:09.901Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:47:09.901Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T06:47:09.912Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T06:47:09.912Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-24T06:47:09.912Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-24T06:47:09.913Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:47:09.913Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:47:09.913Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640429912,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:47:09.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:47:09.934Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640429912,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-24T06:47:09.935Z||pool-2-thread-8|||||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-24T06:47:10.946Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:47:10.946Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"dd4d0016-b37c-432f-8772-14719db40fae","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d2fd896c-8dbd-40cf-9f32-00ea121c4b86","serviceDescription":"service","serviceInvariantUUID":"eb7fb721-ae76-4fb4-a11d-09ec966ae14c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fb543b88-df7e-4c82-8201-6f6d54ac6c50","resourceInvariantUUID":"4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c","resourceCustomizationUUID":"9d0a16e8-2977-47a9-95c1-230b7d89e748","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":"YTg3YjMxZjE4MzA2Mjc5NjhhMjUyMWU5ZGVhMDgxYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"237b512e-0d38-481d-8779-ce675533ccd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eaa5e2ab-c485-4ac8-9447-f0ec97630551","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:47:10.946Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:47:10.947Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:47:10.947Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:47:10.947Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "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-24T06:47:11.948Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:47:11.949Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:47:11.949Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:47:11.949Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:47:12.950Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d2fd896c-8dbd-40cf-9f32-00ea121c4b86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb7fb721-ae76-4fb4-a11d-09ec966ae14c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9d0a16e8-2977-47a9-95c1-230b7d89e748",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "fb543b88-df7e-4c82-8201-6f6d54ac6c50",
      "resourceInvariantUUID": "4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c",
      "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": "YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eaa5e2ab-c485-4ac8-9447-f0ec97630551"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:47:12.951Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:47:12.951Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d2fd896c-8dbd-40cf-9f32-00ea121c4b86 ASDC
2023-03-24T06:47:12.951Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:dd4d0016-b37c-432f-8772-14719db40fae
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d2fd896c-8dbd-40cf-9f32-00ea121c4b86
ServiceInvariantUUID:eb7fb721-ae76-4fb4-a11d-09ec966ae14c
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:eaa5e2ab-c485-4ac8-9447-f0ec97630551
ArtifactChecksum:YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9d0a16e8-2977-47a9-95c1-230b7d89e748
ResourceInvariantUUID:4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fb543b88-df7e-4c82-8201-6f6d54ac6c50
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-24T06:47:12.952Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2fd896c-8dbd-40cf-9f32-00ea121c4b86 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:47:13.001Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:47:13.002Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:47:13.002Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:47:13.002Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T06:47:13.002Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:47:13.002Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T06:47:13.032Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-24T06:47:13.033Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@25f1a60c
2023-03-24T06:47:13.033Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:47:13.033Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-24T06:47:13.033Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eaa5e2ab-c485-4ac8-9447-f0ec97630551 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:47:13.033Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:47:13.033Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-24T06:47:13.033Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:47:13.034Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:47:13.034Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:47:13.034Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640433033,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:47:14.036Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:eaa5e2ab-c485-4ac8-9447-f0ec97630551)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T06:47:14.089Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||ERROR|500||Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists
2023-03-24T06:47:14.090Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:47:14.090Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists)
2023-03-24T06:47:14.090Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:47:14.090Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:47:14.090Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:47:14.090Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640434089,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:47:15.093Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:47:15.093Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists)
2023-03-24T06:47:15.093Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:47:15.093Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:47:15.093Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:47:15.093Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640435093,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:47:16.095Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:47:16.121Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
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-24T06:47:16.126Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:47:16.126Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:47:16.126Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:47:16.126Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:47:16.126Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:47:16.126Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:47:16.126Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:47:16.127Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:47:16.127Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:47:16.142Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:47:46.142Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae 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-24T06:47:46.154Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd4d0016-b37c-432f-8772-14719db40fae and serviceModelVersionId: d2fd896c-8dbd-40cf-9f32-00ea121c4b86
2023-03-24T06:47:46.154Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb7fb721-ae76-4fb4-a11d-09ec966ae14c
2023-03-24T06:47:46.154Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0
2023-03-24T06:47:46.162Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:47:46.180Z|dd4d0016-b37c-432f-8772-14719db40fae|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/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?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-24T06:47:46.180Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||Invoke
2023-03-24T06:47:46.189Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:47:46.325Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||InvokeReturn
2023-03-24T06:47:46.326Z|dd4d0016-b37c-432f-8772-14719db40fae|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/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:47:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[225312], x-aai-txid=[2-aai-resources-230324-06:47:46:689-44450], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:47:46.326Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:47:46.326Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:47:46.326Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:47:46.337Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:47:46.338Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd4d0016-b37c-432f-8772-14719db40fae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:47:46.338Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:47:46.338Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:47:46.338Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:47:46.338Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640466338,
  "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-24T06:47:47.371Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:47:47.372Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1a2365d1-074b-4844-91d3-363d03287b57","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"09ff96f4-229a-4515-9709-6d2f2c4821ac","serviceDescription":"service","serviceInvariantUUID":"45dc50b5-a169-45aa-9f0b-ccc1cea11873","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc","resourceInvariantUUID":"a7fff94d-369d-44ee-8b27-435e03531596","resourceCustomizationUUID":"b7580746-a72b-4fb1-9336-d78ac7525682","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":"YTMyNWQyZWU0MDA1ODYwMmVjMGE2Y2IxMDYwMWEyYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69c13507-0010-4c9a-ade6-d19f5baf9488","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":"N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"994e980a-ea5f-4be3-8a38-6ec36a40427d","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":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a","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":"54f5d029-3e9c-428a-9790-9535b8f1bb74","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":"249db6ea-2fe4-4b56-b5af-9585a06fdc81","artifactVersion":"2","generatedFromUUID":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2M0YTE2MDQ0ZDIwZGMxYjM4MmM1NzBmNjcwMjVjZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cacd8347-baf7-4864-851a-2e4d0d06f245","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:47:47.372Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:47:47.372Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:47:47.372Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:47:47.372Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "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-24T06:47:48.373Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:47:48.374Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:47:48.374Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:47:48.374Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "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-24T06:47:49.374Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:47:49.375Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:47:49.375Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:47:49.375Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "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-24T06:47:50.376Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:47:50.376Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:47:50.376Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:47:50.376Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "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-24T06:47:51.377Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:47:51.377Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:47:51.378Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:47:51.378Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "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-24T06:47:52.379Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:47:52.379Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:47:52.379Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:47:52.379Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "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-24T06:47:53.380Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:47:53.380Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:47:53.380Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:47:53.380Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:47:54.382Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "09ff96f4-229a-4515-9709-6d2f2c4821ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45dc50b5-a169-45aa-9f0b-ccc1cea11873",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b7580746-a72b-4fb1-9336-d78ac7525682",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc",
      "resourceInvariantUUID": "a7fff94d-369d-44ee-8b27-435e03531596",
      "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": "N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "994e980a-ea5f-4be3-8a38-6ec36a40427d",
          "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": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a",
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
            "generatedFromUUID": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"
          },
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:47:54.382Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:47:54.382Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09ff96f4-229a-4515-9709-6d2f2c4821ac ASDC
2023-03-24T06:47:54.383Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1a2365d1-074b-4844-91d3-363d03287b57
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:09ff96f4-229a-4515-9709-6d2f2c4821ac
ServiceInvariantUUID:45dc50b5-a169-45aa-9f0b-ccc1cea11873
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:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311
ArtifactChecksum:ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b7580746-a72b-4fb1-9336-d78ac7525682
ResourceInvariantUUID:a7fff94d-369d-44ee-8b27-435e03531596
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc
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:994e980a-ea5f-4be3-8a38-6ec36a40427d
ArtifactChecksum:N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE=
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:65fe8888-43b5-4f65-bf9d-77c8a3c7d02a
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T06:47:54.383Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09ff96f4-229a-4515-9709-6d2f2c4821ac 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:47:54.436Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:47:54.436Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:47:54.436Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:47:54.436Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T06:47:54.436Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:47:54.436Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T06:47:54.456Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-24T06:47:54.456Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7a684702
2023-03-24T06:47:54.456Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:47:54.457Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-24T06:47:54.457Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:47:54.457Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T06:47:54.457Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-24T06:47:54.457Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:47:54.457Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:47:54.457Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:47:54.457Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640474457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:47:55.458Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T06:47:55.517Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||ERROR|500||Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists
2023-03-24T06:47:55.518Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T06:47:55.518Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists)
2023-03-24T06:47:55.518Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:47:55.518Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:47:55.518Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:47:55.518Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640475517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:47:56.519Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T06:47:56.520Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists)
2023-03-24T06:47:56.520Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:47:56.520Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:47:56.520Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:47:56.520Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640476519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:47:57.521Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:47:57.553Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
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-24T06:47:57.558Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:47:57.558Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:47:57.558Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:47:57.558Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:47:57.558Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:47:57.559Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:47:57.559Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:47:57.559Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:47:57.559Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:47:57.570Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:47:59.164Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:47:59.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:47:59.170Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:47:59.170Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:47:59.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:47:59.170Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:47:59.170Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:47:59.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:47:59.170Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640433033,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:47:59.170Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:47:59.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:47:59.170Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640434089,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
}
2023-03-24T06:47:59.170Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640435093,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
}
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640466338,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:47:59.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:47:59.172Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:47:59.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:47:59.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:47:59.172Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640474457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:47:59.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:47:59.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:47:59.172Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640475517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
}
2023-03-24T06:47:59.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:47:59.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:47:59.172Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640476519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
}
2023-03-24T06:47:59.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:48:27.571Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57 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-24T06:48:27.579Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a2365d1-074b-4844-91d3-363d03287b57 and serviceModelVersionId: 09ff96f4-229a-4515-9709-6d2f2c4821ac
2023-03-24T06:48:27.579Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45dc50b5-a169-45aa-9f0b-ccc1cea11873
2023-03-24T06:48:27.579Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0
2023-03-24T06:48:27.583Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:48:27.597Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||Invoke
2023-03-24T06:48:27.597Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[66b1c1d6-ee97-4da7-8592-a2a1d5adbe25], X-ECOMP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-TransactionId=[], X-ONAP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], Content-Type=[application/merge-patch+json]}
2023-03-24T06:48:27.602Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:48:27.741Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?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/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:48:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[356504], x-aai-txid=[2-aai-resources-230324-06:48:28:104-81154], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:48:27.742Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:48:27.742Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||InvokeReturn
2023-03-24T06:48:27.742Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:48:27.743Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:48:27.755Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:48:27.755Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a2365d1-074b-4844-91d3-363d03287b57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:48:27.755Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:48:27.755Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:48:27.756Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:48:27.756Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640507755,
  "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-24T06:48:28.783Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:48:28.783Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"47aeea4c-050e-497f-8613-81119c7707d5","serviceName":"Demo_pNF_i16cL97oNGISgd9SfY8I","serviceVersion":"1.0","serviceUUID":"6d21b031-231c-48e2-9b5c-0e7d88d020fd","serviceDescription":"catalog service description","serviceInvariantUUID":"36e2a514-3273-43b4-aec1-d55c0635af0f","resources":[{"resourceInstanceName":"pNF 196156c4-b041 0","resourceName":"pNF 196156c4-b041","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b5ec4454-3c1e-47ea-9136-dede5fa2c277","resourceInvariantUUID":"c1923a0b-6273-4444-ac11-1fce9096051a","resourceCustomizationUUID":"b66059b5-3bb7-494c-a357-4392105f719b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml","artifactChecksum":"ZWQ3OTVmMGUwZTNiMzU5ZmVmNGQzNzc1YTcxMzhiYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1c63b36-dc3a-4547-b21e-aa0344274eef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ad0f8d2-26c0-49de-bd43-1c4bf374e11a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078338d5-2741-4210-afc5-93fe15bb8330","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml","artifactChecksum":"ZjM0Y2M4ZWVkOTJkNjEwMWQ2MmQwZDEzYjRhYjBiZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fb0ba830-9ee7-47a7-b7df-d30109bea559","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8aeb7c64-6355-449e-a401-137fb967b643","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21a99006-a94d-46a5-a378-c22a7e5688f4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactChecksum":"ZjA3NDNlYTlkOTkyNzIxNjg1NmE1NzZhNDRmMTY2MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b208e49c-1313-4351-bae0-c1233a1fe994","artifactVersion":"1"},{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactChecksum":"MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9cc91da5-e75b-4ec0-b006-8d70c31f6118","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:48:28.783Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:48:28.783Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:48:28.783Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:48:28.783Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:48:29.784Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:48:29.784Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:48:29.785Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:48:29.785Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:48:30.785Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:48:30.786Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:48:30.786Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:48:30.786Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:48:31.787Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:48:31.787Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:48:31.787Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:48:31.787Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:48:32.788Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:48:32.788Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:48:32.788Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:48:32.789Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:48:33.790Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:48:33.790Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:48:33.790Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:48:33.790Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:48:34.792Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:48:34.792Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:48:34.792Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:48:34.792Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:48:35.792Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:48:35.793Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:48:35.793Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:48:35.793Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:48:36.794Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "serviceName": "Demo_pNF_i16cL97oNGISgd9SfY8I",
  "serviceVersion": "1.0",
  "serviceUUID": "6d21b031-231c-48e2-9b5c-0e7d88d020fd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "36e2a514-3273-43b4-aec1-d55c0635af0f",
  "resources": [
    {
      "resourceInstanceName": "pNF 196156c4-b041 0",
      "resourceCustomizationUUID": "b66059b5-3bb7-494c-a357-4392105f719b",
      "resourceName": "pNF 196156c4-b041",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b5ec4454-3c1e-47ea-9136-dede5fa2c277",
      "resourceInvariantUUID": "c1923a0b-6273-4444-ac11-1fce9096051a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactChecksum": "MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9cc91da5-e75b-4ec0-b006-8d70c31f6118"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:48:36.795Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:48:36.795Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d21b031-231c-48e2-9b5c-0e7d88d020fd ASDC
2023-03-24T06:48:36.795Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:47aeea4c-050e-497f-8613-81119c7707d5
ServiceName:Demo_pNF_i16cL97oNGISgd9SfY8I
ServiceVersion:1.0
ServiceUUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
ServiceInvariantUUID:36e2a514-3273-43b4-aec1-d55c0635af0f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactUUID:9cc91da5-e75b-4ec0-b006-8d70c31f6118
ArtifactChecksum:MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 196156c4-b041 0
ResourceCustomizationUUID:b66059b5-3bb7-494c-a357-4392105f719b
ResourceInvariantUUID:c1923a0b-6273-4444-ac11-1fce9096051a
ResourceName:pNF 196156c4-b041
ResourceType:PNF
ResourceUUID:b5ec4454-3c1e-47ea-9136-dede5fa2c277
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T06:48:36.795Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d21b031-231c-48e2-9b5c-0e7d88d020fd 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:48:36.846Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:48:36.847Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:48:36.847Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:48:36.847Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 from URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:48:36.847Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:48:36.847Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:48:37.175Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-24T06:48:37.179Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar 9cc91da5-e75b-4ec0-b006-8d70c31f6118 88017
2023-03-24T06:48:37.179Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:48:37.180Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:48:37.180Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T06:48:37.180Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:48:37.180Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:48:37.180Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640517179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:48:38.181Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:48:38.181Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:48:38.182Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118, URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar to file: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:48:38.184Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:48:38.184Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:48:38.184Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:48:38.274Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2808243720112377000/Definitions/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml
2023-03-24T06:48:38.985Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T06:48:38.985Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-24T06:48:38.985Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:48:38.985Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T06:48:38.985Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 196156c4-b041 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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:48:38.985Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:48:38.985Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:48:38.985Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:48:38.985Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:48:38.985Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:48:38.985Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:48:38.985Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-24T06:48:38.986Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:48:38.986Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:48:38.986Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T06:48:38.986Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-24T06:48:38.986Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:48:38.986Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:48:38.986Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:48:38.986Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T06:48:38.986Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-24T06:48:38.986Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:48:38.986Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:48:38.986Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:48:38.987Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:48:38.987Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:48:38.987Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:48:38.987Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:48:38.987Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:48:38.987Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:48:38.987Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:48:38.988Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:48:38.988Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_i16cL97oNGISgd9SfY8I
Description:catalog service description
Model UUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
Model Version:NULL
Model InvariantUuid:36e2a514-3273-43b4-aec1-d55c0635af0f
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=?
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-24T06:48:39.043Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||ERROR|500||Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists
2023-03-24T06:48:39.044Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:48:39.044Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists)
2023-03-24T06:48:39.044Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:48:39.044Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:48:39.044Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:48:39.044Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640519044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:48:40.046Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:48:40.046Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists)
2023-03-24T06:48:40.046Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:48:40.047Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:48:40.047Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:48:40.047Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640520046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:48:41.049Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:48:41.081Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
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-24T06:48:41.086Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:48:41.086Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:48:41.086Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:48:41.086Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:48:41.086Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:48:41.087Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:48:41.087Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:48:41.087Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:48:41.087Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:48:41.099Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:48:59.164Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:48:59.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:48:59.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640507755,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:48:59.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:48:59.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:48:59.172Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:48:59.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:48:59.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:48:59.172Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:48:59.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:48:59.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:48:59.172Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:48:59.173Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:48:59.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:48:59.173Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:48:59.173Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:48:59.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:48:59.173Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:48:59.173Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:48:59.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:48:59.173Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:48:59.173Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:48:59.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:48:59.173Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:48:59.173Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:48:59.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:48:59.173Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:48:59.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:48:59.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:48:59.174Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640517179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:48:59.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:48:59.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:48:59.174Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640519044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
}
2023-03-24T06:48:59.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:48:59.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:48:59.174Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640520046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
}
2023-03-24T06:48:59.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:49:11.099Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5 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-24T06:49:11.111Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47aeea4c-050e-497f-8613-81119c7707d5 and serviceModelVersionId: 6d21b031-231c-48e2-9b5c-0e7d88d020fd
2023-03-24T06:49:11.111Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36e2a514-3273-43b4-aec1-d55c0635af0f
2023-03-24T06:49:11.112Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0
2023-03-24T06:49:11.117Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:49:11.138Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||Invoke
2023-03-24T06:49:11.138Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8956c0cf-288f-4b94-9f2e-d58286e1a5aa], X-ECOMP-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], X-TransactionId=[], X-ONAP-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], Content-Type=[application/merge-patch+json]}
2023-03-24T06:49:11.147Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:49:11.290Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?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/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:49:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[221384], x-aai-txid=[0-aai-resources-230324-06:49:11:648-34615], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:49:11.290Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:49:11.291Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||InvokeReturn
2023-03-24T06:49:11.292Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:49:11.292Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:49:11.304Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:49:11.304Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47aeea4c-050e-497f-8613-81119c7707d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:49:11.305Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:49:11.305Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:49:11.305Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:49:11.305Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640551304,
  "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-24T06:49:12.332Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:49:12.332Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"74dc9741-be4b-4978-bc6b-eaa74b750d0f","serviceName":"Demo_pNF_udFnnTGbbaPA3TPCLzGq","serviceVersion":"1.0","serviceUUID":"9201de56-0aff-4843-9892-0e79e694a55c","serviceDescription":"catalog service description","serviceInvariantUUID":"e472cdc6-cdb6-46b7-b96e-b4bf01d5083c","resources":[{"resourceInstanceName":"pNF 987b0b8e-dbc1 0","resourceName":"pNF 987b0b8e-dbc1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"de5d512a-ba4f-4f57-b63a-421597be67d9","resourceInvariantUUID":"090e47b5-650a-40ab-83f3-56f7ceed024b","resourceCustomizationUUID":"d04be6e1-cb33-473e-a923-5b5289d301cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q0OWVhNWQ5M2E5YTIyNTc0MzM1NDA1MmQ0OGU4ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba09de2f-e124-42bf-b973-f7c86cd0e26e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7a4867e-e8a7-42eb-8eb9-a78047af0e58","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f186ebad-ad1b-4d81-834b-8246aa9dee2a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml","artifactChecksum":"YzNmNDljOTIwZmFkMzM3Mzk2NzFkOGVlZGE5YWNlZjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed53392e-4f36-4f7b-b71b-c30b3a756cb3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88a60b39-e34f-4f1d-9d09-53d94aa0a750","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7588dab5-8e3c-4f59-a8e2-d446acb1c88f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactChecksum":"NjAxN2MwZjU3NmJlNWU3NzE1MTIwMjMyZTg4MDAzNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70d79d54-9860-4019-8b1a-8fef8d5884af","artifactVersion":"1"},{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactChecksum":"YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50c84df6-da4c-4d46-a80b-33026baa8e04","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:49:12.333Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:49:12.333Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:49:12.333Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:49:12.333Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:49:13.333Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:49:13.334Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:49:13.334Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:49:13.334Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:49:14.335Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:49:14.335Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:49:14.335Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:49:14.335Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:49:15.336Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:49:15.337Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:49:15.337Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:49:15.337Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:49:16.338Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:49:16.338Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:49:16.338Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:49:16.338Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:49:17.339Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:49:17.340Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:49:17.340Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:49:17.340Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:49:18.341Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:49:18.341Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:49:18.342Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:49:18.342Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:49:19.343Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:49:19.344Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:49:19.344Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:49:19.344Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:49:20.345Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "serviceName": "Demo_pNF_udFnnTGbbaPA3TPCLzGq",
  "serviceVersion": "1.0",
  "serviceUUID": "9201de56-0aff-4843-9892-0e79e694a55c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e472cdc6-cdb6-46b7-b96e-b4bf01d5083c",
  "resources": [
    {
      "resourceInstanceName": "pNF 987b0b8e-dbc1 0",
      "resourceCustomizationUUID": "d04be6e1-cb33-473e-a923-5b5289d301cc",
      "resourceName": "pNF 987b0b8e-dbc1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "de5d512a-ba4f-4f57-b63a-421597be67d9",
      "resourceInvariantUUID": "090e47b5-650a-40ab-83f3-56f7ceed024b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactChecksum": "YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50c84df6-da4c-4d46-a80b-33026baa8e04"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:49:20.345Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:49:20.346Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9201de56-0aff-4843-9892-0e79e694a55c ASDC
2023-03-24T06:49:20.346Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:74dc9741-be4b-4978-bc6b-eaa74b750d0f
ServiceName:Demo_pNF_udFnnTGbbaPA3TPCLzGq
ServiceVersion:1.0
ServiceUUID:9201de56-0aff-4843-9892-0e79e694a55c
ServiceInvariantUUID:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactUUID:50c84df6-da4c-4d46-a80b-33026baa8e04
ArtifactChecksum:YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 987b0b8e-dbc1 0
ResourceCustomizationUUID:d04be6e1-cb33-473e-a923-5b5289d301cc
ResourceInvariantUUID:090e47b5-650a-40ab-83f3-56f7ceed024b
ResourceName:pNF 987b0b8e-dbc1
ResourceType:PNF
ResourceUUID:de5d512a-ba4f-4f57-b63a-421597be67d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T06:49:20.346Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9201de56-0aff-4843-9892-0e79e694a55c 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:49:20.391Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:49:20.392Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:49:20.392Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:49:20.392Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 from URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:49:20.392Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:49:20.392Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:49:20.673Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-24T06:49:20.676Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar 50c84df6-da4c-4d46-a80b-33026baa8e04 88008
2023-03-24T06:49:20.676Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T06:49:20.676Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:49:20.676Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T06:49:20.676Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:49:20.676Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:49:20.677Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640560676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:49:21.677Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:49:21.678Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:49:21.678Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04, URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar to file: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:49:21.679Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:49:21.679Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:49:21.680Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:49:21.762Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1175137638536327833/Definitions/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml
2023-03-24T06:49:22.354Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T06:49:22.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-24T06:49:22.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:49:22.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T06:49:22.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 987b0b8e-dbc1 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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:49:22.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:49:22.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:49:22.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:49:22.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:49:22.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:49:22.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:49:22.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-24T06:49:22.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:49:22.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:49:22.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T06:49:22.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-24T06:49:22.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:49:22.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:49:22.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:49:22.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T06:49:22.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-24T06:49:22.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:49:22.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:49:22.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:49:22.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:49:22.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:49:22.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:49:22.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:49:22.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:49:22.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:49:22.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:49:22.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:49:22.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_udFnnTGbbaPA3TPCLzGq
Description:catalog service description
Model UUID:9201de56-0aff-4843-9892-0e79e694a55c
Model Version:NULL
Model InvariantUuid:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
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=?
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-24T06:49:22.411Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||ERROR|500||Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists
2023-03-24T06:49:22.412Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T06:49:22.412Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists)
2023-03-24T06:49:22.412Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:49:22.412Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:49:22.412Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:49:22.412Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640562412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:49:23.413Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T06:49:23.413Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists)
2023-03-24T06:49:23.413Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:49:23.413Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:49:23.413Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:49:23.413Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640563413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:49:24.414Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:49:24.444Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
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-24T06:49:24.448Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:49:24.449Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:49:24.449Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:49:24.449Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:49:24.449Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:49:24.449Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:49:24.449Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:49:24.449Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:49:24.450Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T06:49:24.466Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:49:54.466Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f 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-24T06:49:54.479Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f and serviceModelVersionId: 9201de56-0aff-4843-9892-0e79e694a55c
2023-03-24T06:49:54.479Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
2023-03-24T06:49:54.480Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0
2023-03-24T06:49:54.487Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:49:54.504Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||Invoke
2023-03-24T06:49:54.505Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74dc9741-be4b-4978-bc6b-eaa74b750d0f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a25cbfb8-3659-4021-97a4-cc406a1e47e2], X-ECOMP-RequestID=[74dc9741-be4b-4978-bc6b-eaa74b750d0f], X-TransactionId=[], X-ONAP-RequestID=[74dc9741-be4b-4978-bc6b-eaa74b750d0f], Content-Type=[application/merge-patch+json]}
2023-03-24T06:49:54.511Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:49:54.649Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?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/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:49:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[245792], x-aai-txid=[1-aai-resources-230324-06:49:55:013-42310], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:49:54.649Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:49:54.650Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||InvokeReturn
2023-03-24T06:49:54.650Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:49:54.650Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T06:49:54.662Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T06:49:54.663Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74dc9741-be4b-4978-bc6b-eaa74b750d0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:49:54.663Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:49:54.663Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:49:54.663Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:49:54.663Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640594663,
  "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-24T06:49:55.696Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T06:49:55.696Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"8724cd49-34ec-4980-ab2b-64ace9832bd0","serviceName":"Demo_pNF_UwgnjqgcnsmCphwI9gbY","serviceVersion":"1.0","serviceUUID":"ae383e4d-80b0-4cc6-9ff7-4def5cc309bf","serviceDescription":"catalog service description","serviceInvariantUUID":"087fabf1-baa4-4625-b959-7f8bdf3eeaab","resources":[{"resourceInstanceName":"pNF 36bf80f7-db9b 0","resourceName":"pNF 36bf80f7-db9b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9fb428ca-b2ee-4b9a-b88b-76c73bae18d0","resourceInvariantUUID":"5f7912da-deb8-4284-8c89-064dcbe2661c","resourceCustomizationUUID":"29593f6d-a855-47c1-95d6-471370e64983","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml","artifactChecksum":"OGFjMThmNzRkZDJmMDQyOTU5YTJiNjRlMDczNjA5Zjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74ee8d11-c8c0-4e92-a1a1-916801a4371e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fdd3764d-c2fd-4586-ae74-b67caa4af234","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42939f9f-f090-45b0-907b-88c01da93f7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml","artifactChecksum":"YmM2MzIwNWMyNTcxN2I3MjkzOGViMTAyNTY5ZTNkYzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"64a8ced7-b923-4638-87a1-074aa9a8a738","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b5467a5b-fad4-4b84-968f-eb9a45f224e8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"55ab392b-ed1e-455f-aad7-154d3eb1b149","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml","artifactChecksum":"MTZiNDEwZDZlMjIyYThjYWVlZDI4ZWMxYjVkYmUyNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b011f01c-348d-470c-a42e-befef97cee3a","artifactVersion":"1"},{"artifactName":"service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar","artifactChecksum":"ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:49:55.696Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:49:55.697Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:49:55.697Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:49:55.697Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:49:56.697Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:49:56.698Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:49:56.698Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:49:56.698Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:49:57.699Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:49:57.699Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:49:57.699Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:49:57.699Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:49:58.700Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:49:58.700Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:49:58.701Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:49:58.701Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:49:59.164Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:49:59.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:49:59.169Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640551304,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:49:59.170Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:49:59.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:49:59.170Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:49:59.170Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:49:59.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:49:59.170Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:49:59.170Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:49:59.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:49:59.170Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:49:59.170Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:49:59.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:49:59.170Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:49:59.170Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:49:59.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:49:59.170Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:49:59.170Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:49:59.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:49:59.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:49:59.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:49:59.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:49:59.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:49:59.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:49:59.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:49:59.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:49:59.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:49:59.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:49:59.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640560676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:49:59.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:49:59.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:49:59.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640562412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
}
2023-03-24T06:49:59.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:49:59.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:49:59.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640563413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
}
2023-03-24T06:49:59.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:49:59.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:49:59.172Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640594663,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:49:59.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:49:59.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:49:59.172Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:49:59.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:49:59.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:49:59.172Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:49:59.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:49:59.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:49:59.172Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:49:59.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:49:59.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-24T06:49:59.172Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:49:59.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:49:59.701Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:49:59.702Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:49:59.702Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:49:59.702Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:50:00.703Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:50:00.703Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:50:00.703Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:50:00.703Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:50:01.704Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:50:01.705Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:50:01.705Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:50:01.705Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:50:02.705Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:50:02.706Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:50:02.706Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:50:02.706Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:50:03.707Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "serviceName": "Demo_pNF_UwgnjqgcnsmCphwI9gbY",
  "serviceVersion": "1.0",
  "serviceUUID": "ae383e4d-80b0-4cc6-9ff7-4def5cc309bf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "087fabf1-baa4-4625-b959-7f8bdf3eeaab",
  "resources": [
    {
      "resourceInstanceName": "pNF 36bf80f7-db9b 0",
      "resourceCustomizationUUID": "29593f6d-a855-47c1-95d6-471370e64983",
      "resourceName": "pNF 36bf80f7-db9b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9fb428ca-b2ee-4b9a-b88b-76c73bae18d0",
      "resourceInvariantUUID": "5f7912da-deb8-4284-8c89-064dcbe2661c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
      "artifactChecksum": "ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:50:03.707Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:50:03.707Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ae383e4d-80b0-4cc6-9ff7-4def5cc309bf ASDC
2023-03-24T06:50:03.708Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8724cd49-34ec-4980-ab2b-64ace9832bd0
ServiceName:Demo_pNF_UwgnjqgcnsmCphwI9gbY
ServiceVersion:1.0
ServiceUUID:ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
ServiceInvariantUUID:087fabf1-baa4-4625-b959-7f8bdf3eeaab
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
ArtifactUUID:2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf
ArtifactChecksum:ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 36bf80f7-db9b 0
ResourceCustomizationUUID:29593f6d-a855-47c1-95d6-471370e64983
ResourceInvariantUUID:5f7912da-deb8-4284-8c89-064dcbe2661c
ResourceName:pNF 36bf80f7-db9b
ResourceType:PNF
ResourceUUID:9fb428ca-b2ee-4b9a-b88b-76c73bae18d0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T06:50:03.709Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae383e4d-80b0-4cc6-9ff7-4def5cc309bf 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-24T06:50:03.760Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:50:03.760Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:50:03.761Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:50:03.761Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf from URL: /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:50:03.761Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-24T06:50:03.761Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:50:04.323Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-24T06:50:04.327Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf 88009
2023-03-24T06:50:04.327Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T06:50:04.327Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:50:04.327Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T06:50:04.328Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:50:04.328Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:50:04.328Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640604327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:50:05.330Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:50:05.330Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-24T06:50:05.330Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf, URL: /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar to file: /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:50:05.331Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:50:05.331Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:50:05.331Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:50:05.409Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18019581457340537456/Definitions/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml
2023-03-24T06:50:05.952Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T06:50:05.952Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-24T06:50:05.952Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:50:05.952Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T06:50:05.952Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 36bf80f7-db9b 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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Node template pNF 36bf80f7-db9b 0 is matching search criteria
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 36bf80f7-db9b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Node template pNF 36bf80f7-db9b 0 is matching search criteria
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 36bf80f7-db9b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:50:05.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:50:05.954Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:50:05.954Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:50:05.954Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:50:05.954Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:50:05.954Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UwgnjqgcnsmCphwI9gbY
Description:catalog service description
Model UUID:ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
Model Version:NULL
Model InvariantUuid:087fabf1-baa4-4625-b959-7f8bdf3eeaab
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-24T06:50:05.977Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0
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-24T06:50:05.983Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||pNF 36bf80f7-db9b 0
2023-03-24T06:50:05.983Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0
2023-03-24T06:50:05.983Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||No resources found for Service: ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
2023-03-24T06:50:05.983Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
2023-03-24T06:50:05.983Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 36bf80f7-db9b 0 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 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-24T06:50:05.997Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15cf4ee1, org.onap.sdc.toscaparser.api.parameters.Input@33055650, org.onap.sdc.toscaparser.api.parameters.Input@5b6c97f5, org.onap.sdc.toscaparser.api.parameters.Input@45e72e12, org.onap.sdc.toscaparser.api.parameters.Input@2ab0d809]
2023-03-24T06:50:05.997Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:50:05.997Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:50:05.997Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ae383e4d-80b0-4cc6-9ff7-4def5cc309bf: pNF 36bf80f7-db9b
2023-03-24T06:50:05.997Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Processing PNF resource: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0
2023-03-24T06:50:05.997Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:50:05.997Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:50:05.997Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Resource customization UUID: 29593f6d-a855-47c1-95d6-471370e64983 is the same as notified resource customizationUUID: 29593f6d-a855-47c1-95d6-471370e64983
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-24T06:50:06.089Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 36bf80f7-db9b 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 0 ASDC deployResourceStructure
2023-03-24T06:50:06.090Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T06:50:06.090Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:50:06.090Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T06:50:06.090Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:50:06.090Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:50:06.090Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640606090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:50:07.091Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:50:07.116Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0
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-24T06:50:07.120Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:50:07.121Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:50:07.121Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:50:07.121Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:50:07.121Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:50:07.121Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:50:07.121Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:50:07.121Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:50:07.121Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-24T06:50:07.134Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:50:37.134Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0 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-24T06:50:37.144Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0 and serviceModelVersionId: ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
2023-03-24T06:50:37.144Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 087fabf1-baa4-4625-b959-7f8bdf3eeaab
2023-03-24T06:50:37.145Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0
2023-03-24T06:50:37.151Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:50:37.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|INFO|500||Invoke
2023-03-24T06:50:37.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8724cd49-34ec-4980-ab2b-64ace9832bd0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b013640-da3e-46c7-b86b-7c4e0640e335], X-ECOMP-RequestID=[8724cd49-34ec-4980-ab2b-64ace9832bd0], X-TransactionId=[], X-ONAP-RequestID=[8724cd49-34ec-4980-ab2b-64ace9832bd0], Content-Type=[application/merge-patch+json]}
2023-03-24T06:50:37.182Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:50:37.323Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?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/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:50:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[225376], x-aai-txid=[2-aai-resources-230324-06:50:37:687-29467], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:50:37.324Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:50:37.324Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|INFO|500||InvokeReturn
2023-03-24T06:50:37.325Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:50:37.325Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-24T06:50:37.338Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-24T06:50:37.338Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8724cd49-34ec-4980-ab2b-64ace9832bd0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:50:37.339Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:50:37.339Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:50:37.339Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:50:37.339Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640637339,
  "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-24T06:50:38.375Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T06:50:38.375Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-24T06:50:38.376Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-24T06:50:38.376Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-24T06:50:38.376Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Lost previously 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-24T06:50:38.376Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T06:50:38.381Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-24d0f611-6e52-405c-b65b-515c093d509e
2023-03-24T06:50:38.382Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=7, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-24T06:50:38.382Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:50:38.382Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T06:50:39.491Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:50:42.500Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:50:45.509Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:50:48.519Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:50:51.528Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:50:54.537Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:50:57.543Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:50:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:50:59.176Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T06:50:59.176Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T06:50:59.182Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:50:59.182Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully joined group with generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-24d0f611-6e52-405c-b65b-515c093d509e', protocol='range'}
2023-03-24T06:50:59.186Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 20: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-24d0f611-6e52-405c-b65b-515c093d509e=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-24T06:50:59.200Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully synced group in generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-24d0f611-6e52-405c-b65b-515c093d509e', protocol='range'}
2023-03-24T06:50:59.201Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:50:59.201Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:50:59.201Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:50:59.201Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:50:59.201Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:50:59.206Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T06:50:59.206Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T06:50:59.206Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-24T06:50:59.206Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T06:50:59.206Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-24T06:50:59.207Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=769, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T06:50:59.207Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-24T06:50:59.207Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T06:50:59.207Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-24T06:50:59.207Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T06:50:59.207Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-24T06:50:59.207Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-24T06:51:00.225Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T06:51:00.225Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"4f4d2f06-0494-43a6-a64b-32572ec2cd4f","serviceName":"basic_onboard_OYYEOA","serviceVersion":"1.0","serviceUUID":"2a896d72-3427-42c3-9c51-7a9baf301927","serviceDescription":"service","serviceInvariantUUID":"6453009a-682f-4779-b09e-13f352c10a5e","resources":[{"resourceInstanceName":"basic_onboard_OYYEOA 0","resourceName":"basic_onboard_OYYEOA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d9a7313-b25d-475c-8377-9adfb946efd0","resourceInvariantUUID":"8009040d-b91b-4b13-85c4-fece6bfcb0e3","resourceCustomizationUUID":"b1cc5ca1-1246-4125-8ebc-a1079cbe8be6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml","artifactChecksum":"MmU1NTE5ODY5OTI0NjgzMjNkZjkwY2ZiMzMwM2RiYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad1c8aa3-beee-41e2-9e8e-78f7b34ffb87","artifactVersion":"1"},{"artifactName":"basic_onboard_oyyeoa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json","artifactChecksum":"ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcdf0b55-be83-46be-8a09-353314708f63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"436972f1-f03c-4954-b459-893758d8a32e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3cfbecdb-62ec-46ee-8bdc-738bde9a35cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f6639ec1-9d9b-479d-afd4-ac5df430d2b2","artifactVersion":"2","generatedFromUUID":"436972f1-f03c-4954-b459-893758d8a32e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOyyeoa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml","artifactChecksum":"ZjQzN2RmZjUwYzdmZjFhMTY4ZmY3NGRjMDhlMTZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eac9735-ec93-4f95-9a41-b064de4ec4a5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOyyeoa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar","artifactChecksum":"ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:51:00.226Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:51:00.226Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:51:00.226Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:51:00.227Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:51:00.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:51:00.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:51:00.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:51:00.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:51:00.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:51:00.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:51:00.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:51:00.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:51:00.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:51:00.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:51:00.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640115405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:51:00.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:51:00.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:51:00.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640604327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:51:00.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:51:00.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:51:00.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640606090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T06:51:00.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:51:00.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:51:00.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640637339,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:51:00.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:51:01.227Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:51:01.228Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:51:01.228Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:51:01.228Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:51:02.229Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:51:02.229Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:51:02.229Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:51:02.229Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:51:03.230Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:51:03.231Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:51:03.231Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:51:03.231Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:51:04.232Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:51:04.232Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:51:04.232Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:51:04.233Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:51:05.233Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:51:05.234Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:51:05.234Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:51:05.234Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:51:06.235Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:51:06.235Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:51:06.235Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:51:06.235Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:51:07.236Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "serviceName": "basic_onboard_OYYEOA",
  "serviceVersion": "1.0",
  "serviceUUID": "2a896d72-3427-42c3-9c51-7a9baf301927",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6453009a-682f-4779-b09e-13f352c10a5e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OYYEOA 0",
      "resourceCustomizationUUID": "b1cc5ca1-1246-4125-8ebc-a1079cbe8be6",
      "resourceName": "basic_onboard_OYYEOA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d9a7313-b25d-475c-8377-9adfb946efd0",
      "resourceInvariantUUID": "8009040d-b91b-4b13-85c4-fece6bfcb0e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_oyyeoa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
          "artifactChecksum": "ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bcdf0b55-be83-46be-8a09-353314708f63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "436972f1-f03c-4954-b459-893758d8a32e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
            "generatedFromUUID": "436972f1-f03c-4954-b459-893758d8a32e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOyyeoa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
      "artifactChecksum": "ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:51:07.237Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:51:07.238Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a896d72-3427-42c3-9c51-7a9baf301927 ASDC
2023-03-24T06:51:07.238Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4f4d2f06-0494-43a6-a64b-32572ec2cd4f
ServiceName:basic_onboard_OYYEOA
ServiceVersion:1.0
ServiceUUID:2a896d72-3427-42c3-9c51-7a9baf301927
ServiceInvariantUUID:6453009a-682f-4779-b09e-13f352c10a5e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOyyeoa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
ArtifactUUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e
ArtifactChecksum:ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OYYEOA 0
ResourceCustomizationUUID:b1cc5ca1-1246-4125-8ebc-a1079cbe8be6
ResourceInvariantUUID:8009040d-b91b-4b13-85c4-fece6bfcb0e3
ResourceName:basic_onboard_OYYEOA
ResourceType:VF
ResourceUUID:3d9a7313-b25d-475c-8377-9adfb946efd0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oyyeoa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
ArtifactUUID:bcdf0b55-be83-46be-8a09-353314708f63
ArtifactChecksum:ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE=
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:436972f1-f03c-4954-b459-893758d8a32e
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T06:51:07.238Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a896d72-3427-42c3-9c51-7a9baf301927 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:51:07.280Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:51:07.281Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:51:07.281Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:51:07.281Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T06:51:07.281Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T06:51:07.281Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T06:51:07.317Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T06:51:07.317Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@247ef854
2023-03-24T06:51:07.317Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:51:07.317Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T06:51:07.319Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOyyeoa-csar.csar /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:51:07.319Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar ASDC sendASDCNotification
2023-03-24T06:51:07.319Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(Specified artifact is  not found)
2023-03-24T06:51:07.319Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:51:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:51:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:51:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640667319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:51:08.321Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOyyeoa-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(UUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T06:51:08.344Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T06:51:08.344Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
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-24T06:51:08.352Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||basic_onboard_OYYEOA 0
2023-03-24T06:51:08.352Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
2023-03-24T06:51:08.353Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bcdf0b55-be83-46be-8a09-353314708f63 from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T06:51:08.353Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T06:51:08.353Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T06:51:08.384Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T06:51:08.384Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7f8a164d
2023-03-24T06:51:08.384Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:51:08.385Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T06:51:08.385Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_oyyeoa0_modules.json /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json bcdf0b55-be83-46be-8a09-353314708f63 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:51:08.385Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json ASDC sendASDCNotification
2023-03-24T06:51:08.385Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(Specified artifact is  not found)
2023-03-24T06:51:08.385Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:51:08.385Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:51:08.386Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:51:08.386Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640668385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:51:09.387Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_oyyeoa0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(UUID:bcdf0b55-be83-46be-8a09-353314708f63)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T06:51:09.387Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:51:09.409Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:51:09.412Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:51:09.412Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:51:39.413Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:51:39.441Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:51:39.445Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:51:39.445Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:51:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:51:59.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:51:59.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:51:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:09.445Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:52:09.471Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:52:09.476Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:52:09.476Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:52:39.477Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:52:39.503Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:52:39.507Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:52:39.507Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:52:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:52:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T06:52:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:52:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-24T06:52:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:52:59.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640667319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:52:59.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640668385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:52:59.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640700033,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640692909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640693518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640695153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640696001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640696001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640692909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640695153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640700033,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640693518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T06:52:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640692909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640696001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:52:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640695153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640700033,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640693518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:52:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640696001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640692909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640693518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640695153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640700033,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640714275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640692909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640696001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640693518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-24T06:52:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640695153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640700033,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640714275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640692909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640696001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640695153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640693518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-24T06:52:59.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640700033,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640714275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640692909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640696001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640695153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640693518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-24T06:52:59.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:52:59.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:52:59.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640700033,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:52:59.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:09.508Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:53:09.536Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:53:09.541Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:53:09.542Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:53:39.542Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:53:39.572Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:53:39.578Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:53:39.578Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:53:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:53:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640714275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640692909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640696001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640693518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640700033,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640695153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640714275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640692909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640695153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640696001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640693518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640700033,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640714275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640692909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640696001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:53:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640695153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:53:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640693518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:53:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640700033,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:53:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640714275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640722227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640714275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640723783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:53:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640722646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:53:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640723250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:53:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640723810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:53:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640722227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640714275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640724789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640723650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T06:53:59.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640724353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:53:59.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640722227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640714275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:53:59.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640724789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640724652,
  "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-24T06:53:59.220Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6e121a0-a57f-49e0-8e84-03d4afe0e29c
2023-03-24T06:53:59.220Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6e121a0-a57f-49e0-8e84-03d4afe0e29c 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-24T06:53:59.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.240Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640725599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:53:59.240Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.240Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640722227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.240Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.241Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640725082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:53:59.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.241Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640724789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.241Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640725654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.242Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.242Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640726684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:53:59.242Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.242Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640722227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.242Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.242Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640724789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.243Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.243Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640725654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.243Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.243Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640727821,
  "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-24T06:53:59.256Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6e121a0-a57f-49e0-8e84-03d4afe0e29c
2023-03-24T06:53:59.257Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6e121a0-a57f-49e0-8e84-03d4afe0e29c 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-24T06:53:59.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.277Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640722227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.278Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.278Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640724789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.279Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.279Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640725654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:53:59.280Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.280Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640727226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T06:53:59.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.281Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640728822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-24T06:53:59.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.282Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640729461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T06:53:59.282Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.284Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640722227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.284Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.285Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640724789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.285Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.285Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640725654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.286Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.286Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640728231,
  "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-24T06:53:59.301Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f6e121a0-a57f-49e0-8e84-03d4afe0e29c
2023-03-24T06:53:59.301Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6e121a0-a57f-49e0-8e84-03d4afe0e29c 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-24T06:53:59.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.325Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640729828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.325Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.325Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640730464,
  "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-24T06:53:59.340Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f6e121a0-a57f-49e0-8e84-03d4afe0e29c
2023-03-24T06:53:59.341Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6e121a0-a57f-49e0-8e84-03d4afe0e29c 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-24T06:53:59.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.365Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640722227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.366Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640724789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.366Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640725654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.367Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640729828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T06:53:59.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.367Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640731466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.368Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640724789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:53:59.368Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.368Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640725654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.369Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.369Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640729828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:53:59.370Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.370Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640731466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.370Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.371Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640725654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.371Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640732992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:53:59.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.371Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640729828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.371Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640731466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.372Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640725654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:53:59.372Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.372Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640729828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T06:53:59.372Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.372Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640731466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.372Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.372Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640733778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:53:59.372Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.372Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640729828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.372Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.373Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640731466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.373Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640734781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T06:53:59.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.373Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640729828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.373Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640731466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.373Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640735782,
  "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-24T06:53:59.409Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9e8a232-b427-4b79-bf55-5ee47a8c5415
2023-03-24T06:53:59.409Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e8a232-b427-4b79-bf55-5ee47a8c5415 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-24T06:53:59.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640729828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:53:59.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640731466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640731466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:53:59.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640737938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:53:59.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640739578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:53:59.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.432Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640739025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:53:59.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.432Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640740140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:53:59.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.433Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640741569,
  "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-24T06:53:59.446Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9e8a232-b427-4b79-bf55-5ee47a8c5415
2023-03-24T06:53:59.446Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e8a232-b427-4b79-bf55-5ee47a8c5415 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-24T06:53:59.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.465Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640742571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-24T06:53:59.466Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.466Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640744834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T06:53:59.466Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.466Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640745836,
  "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-24T06:53:59.481Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e9e8a232-b427-4b79-bf55-5ee47a8c5415
2023-03-24T06:53:59.481Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e8a232-b427-4b79-bf55-5ee47a8c5415 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-24T06:53:59.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.507Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640744275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.507Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.508Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640744275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.508Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.508Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640744275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.508Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.508Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640744275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.508Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.508Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640744275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.508Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.508Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640744275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.509Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.509Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640744275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.509Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.509Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640750243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.509Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.509Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640733996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.509Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.509Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640743573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.509Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.509Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640736784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.510Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.510Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640744275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:53:59.510Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.510Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640750243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.510Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.510Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640733996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.510Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.510Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640736784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.510Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.511Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640743573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.511Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.511Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640753054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:53:59.511Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.511Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640750243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.511Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.511Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640733996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.511Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.511Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640743573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.511Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.512Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640736784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.512Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.512Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640750243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.512Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.512Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640733996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.512Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.512Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640736784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.512Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.513Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640743573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.513Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.513Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640755092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T06:53:59.513Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.513Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640750243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.513Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.514Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640733996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.514Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.514Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640736784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.514Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.514Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640743573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.514Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.514Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640756095,
  "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-24T06:53:59.528Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e9e8a232-b427-4b79-bf55-5ee47a8c5415
2023-03-24T06:53:59.529Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e8a232-b427-4b79-bf55-5ee47a8c5415 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-24T06:53:59.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.553Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640750243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.553Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640733996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.553Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640736784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.554Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640743573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.554Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640750243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:53:59.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.554Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640733996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.554Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640736784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.554Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640743573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.555Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640760033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.555Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.555Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640750243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.555Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.555Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640733996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.555Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.555Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640736784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.556Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640743573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.556Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640760033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.556Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679640750243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.556Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640733996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:53:59.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.557Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640736784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:53:59.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.557Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679640743573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:53:59.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.557Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640760033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.557Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679640762308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:53:59.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.557Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640761158,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:53:59.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.558Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640760033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.558Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.558Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640762160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T06:53:59.558Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.558Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640760033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.558Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.558Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679640763162,
  "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-24T06:53:59.595Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd
2023-03-24T06:53:59.595Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd 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-24T06:53:59.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.621Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640760033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.621Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.621Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640760033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.621Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.621Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640760033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.621Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.621Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640760033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:53:59.621Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.621Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640769137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:53:59.622Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.622Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640772804,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T06:53:59.622Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.622Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679640773806,
  "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-24T06:53:59.638Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd
2023-03-24T06:53:59.638Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd 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-24T06:53:59.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640774275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640774275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:53:59.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:53:59.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640774275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:53:59.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:54:09.578Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:54:09.606Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:54:09.611Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:54:09.611Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:54:39.611Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:54:39.637Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:54:39.642Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:54:39.642Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:54:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:54:59.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:54:59.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640774275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:54:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:54:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:54:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640774275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:54:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:54:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:54:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640774275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:54:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:54:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:54:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640774275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:54:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:54:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:54:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640774275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:54:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:54:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:54:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640774275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:54:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:54:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:54:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640784068,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:54:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:54:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:54:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640785776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T06:54:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:54:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:54:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679640786782,
  "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-24T06:54:59.187Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd
2023-03-24T06:54:59.187Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd 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-24T06:55:09.643Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:55:09.669Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:55:09.674Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:55:09.674Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:55:39.674Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:55:39.701Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T06:55:39.705Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T06:55:39.705Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T06:55:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:56:00.278Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-24T06:56:00.278Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Member SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-24d0f611-6e52-405c-b65b-515c093d509e sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-24T06:56:00.279Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-24T06:56:00.279Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-24T06:56:03.075Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:56:03.090Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T06:56:03.091Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T06:56:03.098Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:56:03.099Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 21: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T06:56:03.114Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:56:03.114Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:56:03.114Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:56:03.120Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T06:56:03.120Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T06:56:03.120Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T06:56:03.120Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=988, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T06:56:03.121Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T06:56:03.121Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T06:56:09.707Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-24T06:56:09.707Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T06:56:09.721Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and serviceModelVersionId: 2a896d72-3427-42c3-9c51-7a9baf301927
2023-03-24T06:56:09.722Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6453009a-682f-4779-b09e-13f352c10a5e
2023-03-24T06:56:09.722Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0
2023-03-24T06:56:09.729Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:56:09.747Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?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-24T06:56:09.747Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||Invoke
2023-03-24T06:56:09.753Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T06:56:09.905Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||InvokeReturn
2023-03-24T06:56:09.906Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:56:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[196704], x-aai-txid=[0-aai-resources-230324-06:56:10:264-41559], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:56:09.906Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:56:09.906Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:56:09.907Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T06:56:09.920Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T06:56:09.920Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-24T06:56:09.920Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-24T06:56:09.920Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:56:09.920Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:56:09.920Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640969920,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:56:09.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:56:09.946Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640969920,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-24T06:56:09.947Z||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-24T06:56:10.963Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T06:56:10.963Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"dd4d0016-b37c-432f-8772-14719db40fae","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d2fd896c-8dbd-40cf-9f32-00ea121c4b86","serviceDescription":"service","serviceInvariantUUID":"eb7fb721-ae76-4fb4-a11d-09ec966ae14c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fb543b88-df7e-4c82-8201-6f6d54ac6c50","resourceInvariantUUID":"4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c","resourceCustomizationUUID":"9d0a16e8-2977-47a9-95c1-230b7d89e748","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":"YTg3YjMxZjE4MzA2Mjc5NjhhMjUyMWU5ZGVhMDgxYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"237b512e-0d38-481d-8779-ce675533ccd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eaa5e2ab-c485-4ac8-9447-f0ec97630551","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:56:10.964Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:56:10.964Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:56:10.964Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:56:10.964Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "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-24T06:56:11.965Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:56:11.965Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:56:11.965Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:56:11.966Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:56:12.966Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d2fd896c-8dbd-40cf-9f32-00ea121c4b86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb7fb721-ae76-4fb4-a11d-09ec966ae14c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9d0a16e8-2977-47a9-95c1-230b7d89e748",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "fb543b88-df7e-4c82-8201-6f6d54ac6c50",
      "resourceInvariantUUID": "4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c",
      "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": "YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eaa5e2ab-c485-4ac8-9447-f0ec97630551"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:56:12.967Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:56:12.967Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d2fd896c-8dbd-40cf-9f32-00ea121c4b86 ASDC
2023-03-24T06:56:12.967Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:dd4d0016-b37c-432f-8772-14719db40fae
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d2fd896c-8dbd-40cf-9f32-00ea121c4b86
ServiceInvariantUUID:eb7fb721-ae76-4fb4-a11d-09ec966ae14c
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:eaa5e2ab-c485-4ac8-9447-f0ec97630551
ArtifactChecksum:YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9d0a16e8-2977-47a9-95c1-230b7d89e748
ResourceInvariantUUID:4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fb543b88-df7e-4c82-8201-6f6d54ac6c50
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-24T06:56:12.968Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2fd896c-8dbd-40cf-9f32-00ea121c4b86 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:56:13.018Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:56:13.019Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:56:13.019Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:56:13.020Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T06:56:13.020Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T06:56:13.020Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:56:13.052Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T06:56:13.052Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1257da29
2023-03-24T06:56:13.053Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:56:13.053Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-24T06:56:13.053Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eaa5e2ab-c485-4ac8-9447-f0ec97630551 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:56:13.053Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:56:13.053Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-24T06:56:13.053Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:56:13.053Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:56:13.053Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:56:13.054Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640973053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:56:14.054Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:eaa5e2ab-c485-4ac8-9447-f0ec97630551)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T06:56:14.105Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists
2023-03-24T06:56:14.105Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:56:14.105Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists)
2023-03-24T06:56:14.105Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:56:14.106Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:56:14.106Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:56:14.106Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640974105,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:56:15.107Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T06:56:15.108Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists)
2023-03-24T06:56:15.108Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:56:15.108Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:56:15.108Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:56:15.108Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640975107,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:56:16.110Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:56:16.139Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
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-24T06:56:16.145Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:56:16.145Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:56:16.145Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:56:16.146Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:56:16.146Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:56:16.146Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:56:16.146Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:56:16.146Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:56:16.146Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:56:16.162Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:56:46.163Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae 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-24T06:56:46.178Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd4d0016-b37c-432f-8772-14719db40fae and serviceModelVersionId: d2fd896c-8dbd-40cf-9f32-00ea121c4b86
2023-03-24T06:56:46.178Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb7fb721-ae76-4fb4-a11d-09ec966ae14c
2023-03-24T06:56:46.179Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0
2023-03-24T06:56:46.185Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:56:46.206Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||Invoke
2023-03-24T06:56:46.207Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4ba94ce0-5289-4083-a2cf-b33c3eda0160], X-ECOMP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-TransactionId=[], X-ONAP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], Content-Type=[application/merge-patch+json]}
2023-03-24T06:56:46.214Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:56:46.351Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?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/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:56:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[225312], x-aai-txid=[2-aai-resources-230324-06:56:46:724-50157], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:56:46.352Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:56:46.352Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||InvokeReturn
2023-03-24T06:56:46.353Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:56:46.353Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:56:46.366Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T06:56:46.366Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd4d0016-b37c-432f-8772-14719db40fae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:56:46.366Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:56:46.367Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:56:46.367Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:56:46.367Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641006366,
  "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-24T06:56:47.400Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T06:56:47.401Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"1a2365d1-074b-4844-91d3-363d03287b57","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"09ff96f4-229a-4515-9709-6d2f2c4821ac","serviceDescription":"service","serviceInvariantUUID":"45dc50b5-a169-45aa-9f0b-ccc1cea11873","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc","resourceInvariantUUID":"a7fff94d-369d-44ee-8b27-435e03531596","resourceCustomizationUUID":"b7580746-a72b-4fb1-9336-d78ac7525682","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":"YTMyNWQyZWU0MDA1ODYwMmVjMGE2Y2IxMDYwMWEyYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69c13507-0010-4c9a-ade6-d19f5baf9488","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":"N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"994e980a-ea5f-4be3-8a38-6ec36a40427d","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":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a","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":"54f5d029-3e9c-428a-9790-9535b8f1bb74","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":"249db6ea-2fe4-4b56-b5af-9585a06fdc81","artifactVersion":"2","generatedFromUUID":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2M0YTE2MDQ0ZDIwZGMxYjM4MmM1NzBmNjcwMjVjZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cacd8347-baf7-4864-851a-2e4d0d06f245","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:56:47.401Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:56:47.401Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:56:47.401Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:56:47.401Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "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-24T06:56:48.403Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:56:48.404Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:56:48.404Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:56:48.404Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "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-24T06:56:49.406Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:56:49.406Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:56:49.406Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:56:49.406Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "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-24T06:56:50.407Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:56:50.407Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:56:50.407Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:56:50.407Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "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-24T06:56:51.408Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:56:51.408Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:56:51.408Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:56:51.409Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "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-24T06:56:52.409Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:56:52.409Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:56:52.409Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:56:52.410Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "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-24T06:56:53.410Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:56:53.410Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:56:53.411Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:56:53.411Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:56:54.412Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "09ff96f4-229a-4515-9709-6d2f2c4821ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45dc50b5-a169-45aa-9f0b-ccc1cea11873",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b7580746-a72b-4fb1-9336-d78ac7525682",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc",
      "resourceInvariantUUID": "a7fff94d-369d-44ee-8b27-435e03531596",
      "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": "N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "994e980a-ea5f-4be3-8a38-6ec36a40427d",
          "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": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a",
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
            "generatedFromUUID": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"
          },
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:56:54.413Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:56:54.413Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09ff96f4-229a-4515-9709-6d2f2c4821ac ASDC
2023-03-24T06:56:54.413Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1a2365d1-074b-4844-91d3-363d03287b57
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:09ff96f4-229a-4515-9709-6d2f2c4821ac
ServiceInvariantUUID:45dc50b5-a169-45aa-9f0b-ccc1cea11873
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:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311
ArtifactChecksum:ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b7580746-a72b-4fb1-9336-d78ac7525682
ResourceInvariantUUID:a7fff94d-369d-44ee-8b27-435e03531596
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc
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:994e980a-ea5f-4be3-8a38-6ec36a40427d
ArtifactChecksum:N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE=
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:65fe8888-43b5-4f65-bf9d-77c8a3c7d02a
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T06:56:54.413Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09ff96f4-229a-4515-9709-6d2f2c4821ac 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:56:54.462Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:56:54.463Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:56:54.463Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:56:54.463Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T06:56:54.463Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T06:56:54.463Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:56:54.486Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T06:56:54.486Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7a5c2025
2023-03-24T06:56:54.486Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T06:56:54.486Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-24T06:56:54.486Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T06:56:54.486Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T06:56:54.486Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-24T06:56:54.486Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T06:56:54.486Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:56:54.486Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:56:54.487Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641014486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:56:55.487Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T06:56:55.540Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists
2023-03-24T06:56:55.540Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T06:56:55.541Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists)
2023-03-24T06:56:55.541Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:56:55.541Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:56:55.541Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:56:55.541Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641015540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:56:56.542Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T06:56:56.542Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists)
2023-03-24T06:56:56.543Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:56:56.543Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:56:56.543Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:56:56.543Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641016542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:56:57.544Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:56:57.567Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
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-24T06:56:57.573Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:56:57.573Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:56:57.573Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:56:57.573Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:56:57.573Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:56:57.574Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:56:57.574Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:56:57.574Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:56:57.574Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:56:57.588Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:56:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:56:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:56:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:56:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:56:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:56:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:56:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:56:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:56:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640973053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:56:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:56:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:56:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640974105,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
}
2023-03-24T06:56:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:56:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:56:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640975107,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
}
2023-03-24T06:56:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:56:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:56:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641006366,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:56:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:56:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:56:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:56:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:56:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:56:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T06:56:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:56:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:56:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T06:56:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:56:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:56:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:56:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:56:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:56:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T06:56:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:56:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:56:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:56:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:56:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:56:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:56:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:56:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:56:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641014486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T06:56:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:56:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:56:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641015540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
}
2023-03-24T06:56:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:56:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:56:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641016542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
}
2023-03-24T06:56:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:57:27.589Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57 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-24T06:57:27.597Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a2365d1-074b-4844-91d3-363d03287b57 and serviceModelVersionId: 09ff96f4-229a-4515-9709-6d2f2c4821ac
2023-03-24T06:57:27.597Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45dc50b5-a169-45aa-9f0b-ccc1cea11873
2023-03-24T06:57:27.598Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0
2023-03-24T06:57:27.607Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:57:27.635Z|1a2365d1-074b-4844-91d3-363d03287b57|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/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?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-24T06:57:27.636Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||Invoke
2023-03-24T06:57:27.644Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:57:27.781Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||InvokeReturn
2023-03-24T06:57:27.782Z|1a2365d1-074b-4844-91d3-363d03287b57|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/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:57:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[356504], x-aai-txid=[2-aai-resources-230324-06:57:28:156-86144], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:57:27.782Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:57:27.782Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:57:27.783Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:57:27.797Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T06:57:27.798Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a2365d1-074b-4844-91d3-363d03287b57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:57:27.798Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:57:27.798Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:57:27.798Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:57:27.799Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641047798,
  "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-24T06:57:28.831Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T06:57:28.831Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"47aeea4c-050e-497f-8613-81119c7707d5","serviceName":"Demo_pNF_i16cL97oNGISgd9SfY8I","serviceVersion":"1.0","serviceUUID":"6d21b031-231c-48e2-9b5c-0e7d88d020fd","serviceDescription":"catalog service description","serviceInvariantUUID":"36e2a514-3273-43b4-aec1-d55c0635af0f","resources":[{"resourceInstanceName":"pNF 196156c4-b041 0","resourceName":"pNF 196156c4-b041","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b5ec4454-3c1e-47ea-9136-dede5fa2c277","resourceInvariantUUID":"c1923a0b-6273-4444-ac11-1fce9096051a","resourceCustomizationUUID":"b66059b5-3bb7-494c-a357-4392105f719b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml","artifactChecksum":"ZWQ3OTVmMGUwZTNiMzU5ZmVmNGQzNzc1YTcxMzhiYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1c63b36-dc3a-4547-b21e-aa0344274eef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ad0f8d2-26c0-49de-bd43-1c4bf374e11a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078338d5-2741-4210-afc5-93fe15bb8330","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml","artifactChecksum":"ZjM0Y2M4ZWVkOTJkNjEwMWQ2MmQwZDEzYjRhYjBiZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fb0ba830-9ee7-47a7-b7df-d30109bea559","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8aeb7c64-6355-449e-a401-137fb967b643","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21a99006-a94d-46a5-a378-c22a7e5688f4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactChecksum":"ZjA3NDNlYTlkOTkyNzIxNjg1NmE1NzZhNDRmMTY2MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b208e49c-1313-4351-bae0-c1233a1fe994","artifactVersion":"1"},{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactChecksum":"MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9cc91da5-e75b-4ec0-b006-8d70c31f6118","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:57:28.832Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:57:28.832Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:57:28.832Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:57:28.832Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:57:29.833Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:57:29.833Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:57:29.833Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:57:29.833Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:57:30.834Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:57:30.834Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:57:30.834Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:57:30.835Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:57:31.835Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:57:31.836Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:57:31.836Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:57:31.836Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:57:32.837Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:57:32.837Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:57:32.837Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:57:32.837Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:57:33.838Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:57:33.839Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:57:33.839Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:57:33.839Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:57:34.840Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:57:34.840Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:57:34.840Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:57:34.840Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:57:35.841Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:57:35.841Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:57:35.841Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:57:35.841Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:57:36.842Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "serviceName": "Demo_pNF_i16cL97oNGISgd9SfY8I",
  "serviceVersion": "1.0",
  "serviceUUID": "6d21b031-231c-48e2-9b5c-0e7d88d020fd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "36e2a514-3273-43b4-aec1-d55c0635af0f",
  "resources": [
    {
      "resourceInstanceName": "pNF 196156c4-b041 0",
      "resourceCustomizationUUID": "b66059b5-3bb7-494c-a357-4392105f719b",
      "resourceName": "pNF 196156c4-b041",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b5ec4454-3c1e-47ea-9136-dede5fa2c277",
      "resourceInvariantUUID": "c1923a0b-6273-4444-ac11-1fce9096051a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactChecksum": "MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9cc91da5-e75b-4ec0-b006-8d70c31f6118"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:57:36.843Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:57:36.843Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d21b031-231c-48e2-9b5c-0e7d88d020fd ASDC
2023-03-24T06:57:36.843Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:47aeea4c-050e-497f-8613-81119c7707d5
ServiceName:Demo_pNF_i16cL97oNGISgd9SfY8I
ServiceVersion:1.0
ServiceUUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
ServiceInvariantUUID:36e2a514-3273-43b4-aec1-d55c0635af0f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactUUID:9cc91da5-e75b-4ec0-b006-8d70c31f6118
ArtifactChecksum:MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 196156c4-b041 0
ResourceCustomizationUUID:b66059b5-3bb7-494c-a357-4392105f719b
ResourceInvariantUUID:c1923a0b-6273-4444-ac11-1fce9096051a
ResourceName:pNF 196156c4-b041
ResourceType:PNF
ResourceUUID:b5ec4454-3c1e-47ea-9136-dede5fa2c277
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T06:57:36.843Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d21b031-231c-48e2-9b5c-0e7d88d020fd 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:57:36.894Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:57:36.894Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:57:36.894Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:57:36.894Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 from URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:57:36.894Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T06:57:36.895Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:57:37.168Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T06:57:37.170Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar 9cc91da5-e75b-4ec0-b006-8d70c31f6118 88017
2023-03-24T06:57:37.170Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:57:37.170Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:57:37.170Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T06:57:37.170Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:57:37.170Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:57:37.170Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641057170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:57:38.171Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:57:38.172Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:57:38.172Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118, URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar to file: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:57:38.174Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:57:38.174Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:57:38.174Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:57:38.256Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP627336108522832674/Definitions/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml
2023-03-24T06:57:38.860Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T06:57:38.860Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T06:57:38.860Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:57:38.860Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T06:57:38.860Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 196156c4-b041 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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:57:38.860Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:57:38.860Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:57:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:57:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:57:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:57:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T06:57:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T06:57:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:57:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:57:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T06:57:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T06:57:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:57:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:57:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:57:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T06:57:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T06:57:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:57:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:57:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:57:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:57:38.861Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:57:38.862Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:57:38.862Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:57:38.862Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:57:38.862Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:57:38.862Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:57:38.862Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:57:38.862Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_i16cL97oNGISgd9SfY8I
Description:catalog service description
Model UUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
Model Version:NULL
Model InvariantUuid:36e2a514-3273-43b4-aec1-d55c0635af0f
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=?
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-24T06:57:38.915Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||ERROR|500||Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists
2023-03-24T06:57:38.915Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:57:38.915Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists)
2023-03-24T06:57:38.915Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:57:38.916Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:57:38.916Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:57:38.916Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641058915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:57:39.916Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T06:57:39.917Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists)
2023-03-24T06:57:39.917Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:57:39.917Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:57:39.917Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:57:39.917Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641059916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:57:40.918Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:57:40.943Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
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-24T06:57:40.948Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:57:40.948Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:57:40.948Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:57:40.948Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:57:40.948Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:57:40.949Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:57:40.949Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:57:40.949Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:57:40.949Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:57:40.964Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:57:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:57:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:57:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641047798,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:57:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:57:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:57:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:57:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:57:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:57:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:57:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:57:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:57:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:57:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:57:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:57:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:57:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:57:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:57:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:57:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:57:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:57:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:57:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:57:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:57:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:57:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:57:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:57:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:57:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:57:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:57:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641057170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:57:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:57:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:57:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641058915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
}
2023-03-24T06:57:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:57:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:57:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641059916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
}
2023-03-24T06:57:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:58:10.964Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5 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-24T06:58:10.978Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47aeea4c-050e-497f-8613-81119c7707d5 and serviceModelVersionId: 6d21b031-231c-48e2-9b5c-0e7d88d020fd
2023-03-24T06:58:10.978Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36e2a514-3273-43b4-aec1-d55c0635af0f
2023-03-24T06:58:10.979Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0
2023-03-24T06:58:10.985Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:58:11.012Z|47aeea4c-050e-497f-8613-81119c7707d5|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/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?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-24T06:58:11.013Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||Invoke
2023-03-24T06:58:11.020Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:58:11.228Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||InvokeReturn
2023-03-24T06:58:11.228Z|47aeea4c-050e-497f-8613-81119c7707d5|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/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:58:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[204], vertex-id=[221384], x-aai-txid=[2-aai-resources-230324-06:58:11:532-65474], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:58:11.228Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:58:11.228Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:58:11.228Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:58:11.240Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T06:58:11.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47aeea4c-050e-497f-8613-81119c7707d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:58:11.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:58:11.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:58:11.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:58:11.240Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641091240,
  "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-24T06:58:12.270Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T06:58:12.270Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"74dc9741-be4b-4978-bc6b-eaa74b750d0f","serviceName":"Demo_pNF_udFnnTGbbaPA3TPCLzGq","serviceVersion":"1.0","serviceUUID":"9201de56-0aff-4843-9892-0e79e694a55c","serviceDescription":"catalog service description","serviceInvariantUUID":"e472cdc6-cdb6-46b7-b96e-b4bf01d5083c","resources":[{"resourceInstanceName":"pNF 987b0b8e-dbc1 0","resourceName":"pNF 987b0b8e-dbc1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"de5d512a-ba4f-4f57-b63a-421597be67d9","resourceInvariantUUID":"090e47b5-650a-40ab-83f3-56f7ceed024b","resourceCustomizationUUID":"d04be6e1-cb33-473e-a923-5b5289d301cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q0OWVhNWQ5M2E5YTIyNTc0MzM1NDA1MmQ0OGU4ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba09de2f-e124-42bf-b973-f7c86cd0e26e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7a4867e-e8a7-42eb-8eb9-a78047af0e58","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f186ebad-ad1b-4d81-834b-8246aa9dee2a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml","artifactChecksum":"YzNmNDljOTIwZmFkMzM3Mzk2NzFkOGVlZGE5YWNlZjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed53392e-4f36-4f7b-b71b-c30b3a756cb3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88a60b39-e34f-4f1d-9d09-53d94aa0a750","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7588dab5-8e3c-4f59-a8e2-d446acb1c88f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactChecksum":"NjAxN2MwZjU3NmJlNWU3NzE1MTIwMjMyZTg4MDAzNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70d79d54-9860-4019-8b1a-8fef8d5884af","artifactVersion":"1"},{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactChecksum":"YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50c84df6-da4c-4d46-a80b-33026baa8e04","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:58:12.270Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:58:12.271Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:58:12.271Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:58:12.271Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:58:13.272Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:58:13.272Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:58:13.272Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:58:13.272Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:58:14.273Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:58:14.274Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:58:14.274Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:58:14.274Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:58:15.275Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:58:15.275Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:58:15.275Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:58:15.275Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:58:16.276Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:58:16.277Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:58:16.277Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:58:16.277Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:58:17.278Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:58:17.278Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:58:17.278Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:58:17.279Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:58:18.280Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:58:18.281Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:58:18.281Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:58:18.281Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:58:19.282Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:58:19.282Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:58:19.282Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:58:19.282Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:58:20.283Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "serviceName": "Demo_pNF_udFnnTGbbaPA3TPCLzGq",
  "serviceVersion": "1.0",
  "serviceUUID": "9201de56-0aff-4843-9892-0e79e694a55c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e472cdc6-cdb6-46b7-b96e-b4bf01d5083c",
  "resources": [
    {
      "resourceInstanceName": "pNF 987b0b8e-dbc1 0",
      "resourceCustomizationUUID": "d04be6e1-cb33-473e-a923-5b5289d301cc",
      "resourceName": "pNF 987b0b8e-dbc1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "de5d512a-ba4f-4f57-b63a-421597be67d9",
      "resourceInvariantUUID": "090e47b5-650a-40ab-83f3-56f7ceed024b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactChecksum": "YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50c84df6-da4c-4d46-a80b-33026baa8e04"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:58:20.284Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:58:20.284Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9201de56-0aff-4843-9892-0e79e694a55c ASDC
2023-03-24T06:58:20.284Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:74dc9741-be4b-4978-bc6b-eaa74b750d0f
ServiceName:Demo_pNF_udFnnTGbbaPA3TPCLzGq
ServiceVersion:1.0
ServiceUUID:9201de56-0aff-4843-9892-0e79e694a55c
ServiceInvariantUUID:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactUUID:50c84df6-da4c-4d46-a80b-33026baa8e04
ArtifactChecksum:YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 987b0b8e-dbc1 0
ResourceCustomizationUUID:d04be6e1-cb33-473e-a923-5b5289d301cc
ResourceInvariantUUID:090e47b5-650a-40ab-83f3-56f7ceed024b
ResourceName:pNF 987b0b8e-dbc1
ResourceType:PNF
ResourceUUID:de5d512a-ba4f-4f57-b63a-421597be67d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T06:58:20.284Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9201de56-0aff-4843-9892-0e79e694a55c 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:58:20.340Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:58:20.341Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:58:20.341Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:58:20.341Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 from URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:58:20.341Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T06:58:20.341Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:58:20.646Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T06:58:20.650Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar 50c84df6-da4c-4d46-a80b-33026baa8e04 88008
2023-03-24T06:58:20.650Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T06:58:20.651Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:58:20.651Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T06:58:20.651Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:58:20.651Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:58:20.651Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641100650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:58:21.652Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:58:21.653Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:58:21.653Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04, URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar to file: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:58:21.654Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:58:21.655Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:58:21.655Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:58:21.738Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1896385143248478940/Definitions/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml
2023-03-24T06:58:22.319Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T06:58:22.320Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T06:58:22.320Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:58:22.320Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T06:58:22.320Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 987b0b8e-dbc1 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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:58:22.320Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:58:22.320Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:58:22.320Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:58:22.320Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:58:22.320Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:58:22.320Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T06:58:22.321Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T06:58:22.321Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:58:22.321Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:58:22.321Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T06:58:22.321Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T06:58:22.321Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:58:22.321Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:58:22.322Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:58:22.322Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T06:58:22.322Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T06:58:22.322Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:58:22.322Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:58:22.322Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:58:22.322Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:58:22.322Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:58:22.323Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:58:22.323Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:58:22.323Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:58:22.323Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:58:22.323Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:58:22.323Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:58:22.323Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_udFnnTGbbaPA3TPCLzGq
Description:catalog service description
Model UUID:9201de56-0aff-4843-9892-0e79e694a55c
Model Version:NULL
Model InvariantUuid:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
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=?
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-24T06:58:22.374Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||ERROR|500||Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists
2023-03-24T06:58:22.375Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T06:58:22.375Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists)
2023-03-24T06:58:22.375Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:58:22.375Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:58:22.375Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:58:22.375Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641102374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:58:23.376Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T06:58:23.376Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists)
2023-03-24T06:58:23.377Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:58:23.377Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:58:23.377Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:58:23.377Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641103376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:58:24.378Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:58:24.402Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
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-24T06:58:24.405Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:58:24.406Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:58:24.406Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:58:24.406Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:58:24.406Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:58:24.406Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:58:24.406Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:58:24.406Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:58:24.406Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T06:58:24.420Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:58:54.420Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f 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-24T06:58:54.429Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f and serviceModelVersionId: 9201de56-0aff-4843-9892-0e79e694a55c
2023-03-24T06:58:54.430Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
2023-03-24T06:58:54.430Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0
2023-03-24T06:58:54.437Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:58:54.457Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||Invoke
2023-03-24T06:58:54.457Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74dc9741-be4b-4978-bc6b-eaa74b750d0f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ce68f19-8532-4e1c-9a02-ec8001b90241], X-ECOMP-RequestID=[74dc9741-be4b-4978-bc6b-eaa74b750d0f], X-TransactionId=[], X-ONAP-RequestID=[74dc9741-be4b-4978-bc6b-eaa74b750d0f], Content-Type=[application/merge-patch+json]}
2023-03-24T06:58:54.465Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:58:54.603Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?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/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:58:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[245792], x-aai-txid=[2-aai-resources-230324-06:58:54:978-454], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:58:54.604Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:58:54.604Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||InvokeReturn
2023-03-24T06:58:54.605Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:58:54.605Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T06:58:54.614Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T06:58:54.614Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74dc9741-be4b-4978-bc6b-eaa74b750d0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:58:54.615Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:58:54.615Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:58:54.615Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:58:54.615Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641134614,
  "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-24T06:58:55.656Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T06:58:55.656Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"8724cd49-34ec-4980-ab2b-64ace9832bd0","serviceName":"Demo_pNF_UwgnjqgcnsmCphwI9gbY","serviceVersion":"1.0","serviceUUID":"ae383e4d-80b0-4cc6-9ff7-4def5cc309bf","serviceDescription":"catalog service description","serviceInvariantUUID":"087fabf1-baa4-4625-b959-7f8bdf3eeaab","resources":[{"resourceInstanceName":"pNF 36bf80f7-db9b 0","resourceName":"pNF 36bf80f7-db9b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9fb428ca-b2ee-4b9a-b88b-76c73bae18d0","resourceInvariantUUID":"5f7912da-deb8-4284-8c89-064dcbe2661c","resourceCustomizationUUID":"29593f6d-a855-47c1-95d6-471370e64983","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml","artifactChecksum":"OGFjMThmNzRkZDJmMDQyOTU5YTJiNjRlMDczNjA5Zjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74ee8d11-c8c0-4e92-a1a1-916801a4371e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fdd3764d-c2fd-4586-ae74-b67caa4af234","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42939f9f-f090-45b0-907b-88c01da93f7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml","artifactChecksum":"YmM2MzIwNWMyNTcxN2I3MjkzOGViMTAyNTY5ZTNkYzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"64a8ced7-b923-4638-87a1-074aa9a8a738","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b5467a5b-fad4-4b84-968f-eb9a45f224e8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"55ab392b-ed1e-455f-aad7-154d3eb1b149","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml","artifactChecksum":"MTZiNDEwZDZlMjIyYThjYWVlZDI4ZWMxYjVkYmUyNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b011f01c-348d-470c-a42e-befef97cee3a","artifactVersion":"1"},{"artifactName":"service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar","artifactChecksum":"ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T06:58:55.657Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:58:55.657Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:58:55.657Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:58:55.658Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:58:56.659Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:58:56.659Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:58:56.659Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:58:56.659Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:58:57.661Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:58:57.661Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:58:57.661Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:58:57.661Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:58:58.663Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:58:58.663Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:58:58.663Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:58:58.663Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:58:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:58:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:58:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641091240,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:58:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:58:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:58:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:58:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:58:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:58:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:58:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:58:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:58:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:58:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:58:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:58:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:58:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:58:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:58:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:58:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:58:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:58:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:58:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:58:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:58:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:58:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:58:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:58:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T06:58:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:58:59.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:58:59.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641100650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T06:58:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:58:59.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:58:59.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641102374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
}
2023-03-24T06:58:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:58:59.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:58:59.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641103376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
}
2023-03-24T06:58:59.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:58:59.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:58:59.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641134614,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T06:58:59.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:58:59.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:58:59.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:58:59.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:58:59.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:58:59.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:58:59.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:58:59.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:58:59.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:58:59.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:58:59.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T06:58:59.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T06:58:59.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T06:58:59.664Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:58:59.665Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:58:59.665Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:58:59.665Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:59:00.667Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:59:00.667Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:59:00.667Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:59:00.668Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:59:01.669Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:59:01.670Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:59:01.670Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:59:01.670Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:59:02.671Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T06:59:02.671Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:59:02.671Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:59:02.671Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:59:03.673Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "serviceName": "Demo_pNF_UwgnjqgcnsmCphwI9gbY",
  "serviceVersion": "1.0",
  "serviceUUID": "ae383e4d-80b0-4cc6-9ff7-4def5cc309bf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "087fabf1-baa4-4625-b959-7f8bdf3eeaab",
  "resources": [
    {
      "resourceInstanceName": "pNF 36bf80f7-db9b 0",
      "resourceCustomizationUUID": "29593f6d-a855-47c1-95d6-471370e64983",
      "resourceName": "pNF 36bf80f7-db9b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9fb428ca-b2ee-4b9a-b88b-76c73bae18d0",
      "resourceInvariantUUID": "5f7912da-deb8-4284-8c89-064dcbe2661c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
      "artifactChecksum": "ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T06:59:03.674Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T06:59:03.674Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ae383e4d-80b0-4cc6-9ff7-4def5cc309bf ASDC
2023-03-24T06:59:03.674Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8724cd49-34ec-4980-ab2b-64ace9832bd0
ServiceName:Demo_pNF_UwgnjqgcnsmCphwI9gbY
ServiceVersion:1.0
ServiceUUID:ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
ServiceInvariantUUID:087fabf1-baa4-4625-b959-7f8bdf3eeaab
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
ArtifactUUID:2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf
ArtifactChecksum:ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 36bf80f7-db9b 0
ResourceCustomizationUUID:29593f6d-a855-47c1-95d6-471370e64983
ResourceInvariantUUID:5f7912da-deb8-4284-8c89-064dcbe2661c
ResourceName:pNF 36bf80f7-db9b
ResourceType:PNF
ResourceUUID:9fb428ca-b2ee-4b9a-b88b-76c73bae18d0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T06:59:03.674Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae383e4d-80b0-4cc6-9ff7-4def5cc309bf 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:59:03.723Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:59:03.724Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:59:03.724Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:59:03.724Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf from URL: /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:59:03.725Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T06:59:03.725Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:59:03.972Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T06:59:03.975Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf 88009
2023-03-24T06:59:03.976Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T06:59:03.976Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:59:03.976Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T06:59:03.976Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:59:03.977Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:59:03.977Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641143976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:59:04.978Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T06:59:04.979Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T06:59:04.979Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf, URL: /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar to file: /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:59:04.979Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:59:04.980Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:59:04.980Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:59:05.055Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13452279274643746842/Definitions/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml
2023-03-24T06:59:05.606Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T06:59:05.607Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T06:59:05.607Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:59:05.607Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T06:59:05.607Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:59:05.607Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 36bf80f7-db9b 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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:59:05.607Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:59:05.607Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:59:05.607Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:59:05.607Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:59:05.607Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T06:59:05.607Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T06:59:05.607Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:59:05.607Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:59:05.607Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Node template pNF 36bf80f7-db9b 0 is matching search criteria
2023-03-24T06:59:05.607Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T06:59:05.607Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 36bf80f7-db9b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:59:05.608Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:59:05.608Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:59:05.608Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Node template pNF 36bf80f7-db9b 0 is matching search criteria
2023-03-24T06:59:05.608Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T06:59:05.608Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 36bf80f7-db9b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T06:59:05.608Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:59:05.608Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:59:05.608Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:59:05.608Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:59:05.608Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:59:05.608Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:59:05.608Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:59:05.608Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:59:05.608Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T06:59:05.608Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T06:59:05.608Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UwgnjqgcnsmCphwI9gbY
Description:catalog service description
Model UUID:ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
Model Version:NULL
Model InvariantUuid:087fabf1-baa4-4625-b959-7f8bdf3eeaab
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=?
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-24T06:59:05.663Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||ERROR|500||Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists
2023-03-24T06:59:05.664Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T06:59:05.664Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar(Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists)
2023-03-24T06:59:05.664Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:59:05.664Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:59:05.664Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:59:05.664Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641145664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:59:06.665Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T06:59:06.666Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar(Resource with UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 already exists)
2023-03-24T06:59:06.666Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T06:59:06.666Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:59:06.666Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:59:06.666Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641146665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:59:07.668Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T06:59:07.687Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0
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-24T06:59:07.692Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T06:59:07.692Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T06:59:07.692Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T06:59:07.692Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T06:59:07.692Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:59:07.692Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:59:07.692Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:59:07.692Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T06:59:07.692Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-24T06:59:07.708Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T06:59:37.708Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0 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-24T06:59:37.718Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0 and serviceModelVersionId: ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
2023-03-24T06:59:37.718Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 087fabf1-baa4-4625-b959-7f8bdf3eeaab
2023-03-24T06:59:37.719Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0
2023-03-24T06:59:37.728Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T06:59:37.742Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?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-24T06:59:37.743Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|INFO|500||Invoke
2023-03-24T06:59:37.750Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T06:59:37.882Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|INFO|500||InvokeReturn
2023-03-24T06:59:37.883Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 06:59:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[225376], x-aai-txid=[0-aai-resources-230324-06:59:38:263-33878], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T06:59:37.883Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T06:59:37.883Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T06:59:37.883Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-24T06:59:37.896Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-24T06:59:37.896Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8724cd49-34ec-4980-ab2b-64ace9832bd0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T06:59:37.896Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T06:59:37.897Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T06:59:37.897Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T06:59:37.897Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641177896,
  "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-24T06:59:38.927Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T06:59:38.928Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-24T06:59:38.929Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-24T06:59:38.929Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-24T06:59:38.929Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Lost previously 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-24T06:59:38.929Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T06:59:38.934Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=7, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-24T06:59:38.935Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-a7b4dda0-e1d8-4f5e-8ffd-0b89fb7dc9be
2023-03-24T06:59:38.935Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:59:38.935Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T06:59:39.831Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:59:42.841Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:59:45.851Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:59:48.859Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:59:51.869Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:59:54.877Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:59:57.886Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T06:59:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T06:59:59.178Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T06:59:59.179Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T06:59:59.185Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:59:59.185Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully joined group with generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-a7b4dda0-e1d8-4f5e-8ffd-0b89fb7dc9be', protocol='range'}
2023-03-24T06:59:59.189Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 22: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-a7b4dda0-e1d8-4f5e-8ffd-0b89fb7dc9be=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-24T06:59:59.203Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully synced group in generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-a7b4dda0-e1d8-4f5e-8ffd-0b89fb7dc9be', protocol='range'}
2023-03-24T06:59:59.204Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:59:59.204Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T06:59:59.204Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T06:59:59.205Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:59:59.205Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T06:59:59.208Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-24T06:59:59.209Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-24T06:59:59.209Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-24T06:59:59.209Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-24T06:59:59.209Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-24T06:59:59.209Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T06:59:59.209Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-24T06:59:59.209Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T06:59:59.209Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T06:59:59.210Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1034, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T06:59:59.210Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T06:59:59.210Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T07:00:00.226Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:00:00.227Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"4f4d2f06-0494-43a6-a64b-32572ec2cd4f","serviceName":"basic_onboard_OYYEOA","serviceVersion":"1.0","serviceUUID":"2a896d72-3427-42c3-9c51-7a9baf301927","serviceDescription":"service","serviceInvariantUUID":"6453009a-682f-4779-b09e-13f352c10a5e","resources":[{"resourceInstanceName":"basic_onboard_OYYEOA 0","resourceName":"basic_onboard_OYYEOA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d9a7313-b25d-475c-8377-9adfb946efd0","resourceInvariantUUID":"8009040d-b91b-4b13-85c4-fece6bfcb0e3","resourceCustomizationUUID":"b1cc5ca1-1246-4125-8ebc-a1079cbe8be6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml","artifactChecksum":"MmU1NTE5ODY5OTI0NjgzMjNkZjkwY2ZiMzMwM2RiYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad1c8aa3-beee-41e2-9e8e-78f7b34ffb87","artifactVersion":"1"},{"artifactName":"basic_onboard_oyyeoa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json","artifactChecksum":"ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcdf0b55-be83-46be-8a09-353314708f63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"436972f1-f03c-4954-b459-893758d8a32e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3cfbecdb-62ec-46ee-8bdc-738bde9a35cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f6639ec1-9d9b-479d-afd4-ac5df430d2b2","artifactVersion":"2","generatedFromUUID":"436972f1-f03c-4954-b459-893758d8a32e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOyyeoa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml","artifactChecksum":"ZjQzN2RmZjUwYzdmZjFhMTY4ZmY3NGRjMDhlMTZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eac9735-ec93-4f95-9a41-b064de4ec4a5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOyyeoa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar","artifactChecksum":"ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:00:00.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:00:00.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:00:00.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:00:00.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:00:00.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:00:00.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:00:00.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:00:00.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:00:00.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:00:00.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:00:00.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:00:00.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:00:00.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679640638375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:00:00.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:00:00.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:00:00.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641143976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:00:00.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:00:00.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:00:00.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641145664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists"
}
2023-03-24T07:00:00.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:00:00.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:00:00.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641146665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 already exists"
}
2023-03-24T07:00:00.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:00:00.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:00:00.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641177896,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:00:00.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:00:01.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:00:01.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:00:01.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:00:01.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:00:02.231Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:00:02.231Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:00:02.231Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:00:02.232Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:00:03.232Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:00:03.233Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:00:03.233Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:00:03.233Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:00:04.234Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:00:04.234Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:00:04.234Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:00:04.235Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:00:05.235Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:00:05.236Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:00:05.236Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:00:05.236Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:00:06.237Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:00:06.237Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:00:06.237Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:00:06.238Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:00:07.239Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "serviceName": "basic_onboard_OYYEOA",
  "serviceVersion": "1.0",
  "serviceUUID": "2a896d72-3427-42c3-9c51-7a9baf301927",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6453009a-682f-4779-b09e-13f352c10a5e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OYYEOA 0",
      "resourceCustomizationUUID": "b1cc5ca1-1246-4125-8ebc-a1079cbe8be6",
      "resourceName": "basic_onboard_OYYEOA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d9a7313-b25d-475c-8377-9adfb946efd0",
      "resourceInvariantUUID": "8009040d-b91b-4b13-85c4-fece6bfcb0e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_oyyeoa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
          "artifactChecksum": "ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bcdf0b55-be83-46be-8a09-353314708f63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "436972f1-f03c-4954-b459-893758d8a32e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
            "generatedFromUUID": "436972f1-f03c-4954-b459-893758d8a32e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOyyeoa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
      "artifactChecksum": "ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:00:07.239Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:00:07.239Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a896d72-3427-42c3-9c51-7a9baf301927 ASDC
2023-03-24T07:00:07.240Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4f4d2f06-0494-43a6-a64b-32572ec2cd4f
ServiceName:basic_onboard_OYYEOA
ServiceVersion:1.0
ServiceUUID:2a896d72-3427-42c3-9c51-7a9baf301927
ServiceInvariantUUID:6453009a-682f-4779-b09e-13f352c10a5e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOyyeoa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
ArtifactUUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e
ArtifactChecksum:ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OYYEOA 0
ResourceCustomizationUUID:b1cc5ca1-1246-4125-8ebc-a1079cbe8be6
ResourceInvariantUUID:8009040d-b91b-4b13-85c4-fece6bfcb0e3
ResourceName:basic_onboard_OYYEOA
ResourceType:VF
ResourceUUID:3d9a7313-b25d-475c-8377-9adfb946efd0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oyyeoa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
ArtifactUUID:bcdf0b55-be83-46be-8a09-353314708f63
ArtifactChecksum:ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE=
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:436972f1-f03c-4954-b459-893758d8a32e
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T07:00:07.241Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a896d72-3427-42c3-9c51-7a9baf301927 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:00:07.286Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:00:07.287Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:00:07.287Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:00:07.287Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T07:00:07.287Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:00:07.287Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T07:00:07.318Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T07:00:07.318Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@e9ecb73
2023-03-24T07:00:07.319Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:00:07.319Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T07:00:07.319Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOyyeoa-csar.csar /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:00:07.319Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar ASDC sendASDCNotification
2023-03-24T07:00:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(Specified artifact is  not found)
2023-03-24T07:00:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:00:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:00:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:00:07.320Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641207319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:00:08.321Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOyyeoa-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(UUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T07:00:08.342Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T07:00:08.343Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
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-24T07:00:08.348Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||basic_onboard_OYYEOA 0
2023-03-24T07:00:08.348Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
2023-03-24T07:00:08.348Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bcdf0b55-be83-46be-8a09-353314708f63 from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T07:00:08.348Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:00:08.349Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T07:00:08.369Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T07:00:08.370Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1b6cfe79
2023-03-24T07:00:08.370Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:00:08.370Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T07:00:08.370Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_oyyeoa0_modules.json /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json bcdf0b55-be83-46be-8a09-353314708f63 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:00:08.371Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json ASDC sendASDCNotification
2023-03-24T07:00:08.371Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(Specified artifact is  not found)
2023-03-24T07:00:08.371Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:00:08.371Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:00:08.371Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:00:08.372Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641208371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:00:09.372Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_oyyeoa0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(UUID:bcdf0b55-be83-46be-8a09-353314708f63)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T07:00:09.373Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:00:09.400Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:00:09.405Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:00:09.406Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:00:39.406Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:00:39.436Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:00:39.441Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:00:39.442Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:00:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:00:59.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:00:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:00:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:01:09.442Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:01:09.468Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:01:09.472Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:01:09.473Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:01:39.473Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:01:39.500Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:01:39.508Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:01:39.508Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:01:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:01:59.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:01:59.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T07:01:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:01:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:01:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:01:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:01:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:01:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:01:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:01:59.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:01:59.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-24T07:01:59.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:01:59.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:01:59.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:01:59.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:01:59.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:01:59.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:01:59.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:01:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:01:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641207319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:01:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:01:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:01:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641208371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:01:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:02:09.509Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:02:09.537Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:02:09.542Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:02:09.543Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:02:39.543Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:02:39.570Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:02:39.575Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:02:39.575Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:02:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:03:09.575Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:03:09.602Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:03:09.607Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:03:09.608Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:03:39.608Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:03:39.628Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:03:39.633Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:03:39.633Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:03:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:04:09.633Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:04:09.659Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:04:09.664Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:04:09.664Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:04:39.664Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:04:39.690Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:04:39.694Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:04:39.695Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:04:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:05:00.269Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-24T07:05:00.269Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Member SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-a7b4dda0-e1d8-4f5e-8ffd-0b89fb7dc9be sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-24T07:05:00.269Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-24T07:05:00.270Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-24T07:05:02.737Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:05:02.751Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T07:05:02.751Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T07:05:02.756Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:05:02.756Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 23: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T07:05:02.771Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:05:02.771Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:05:02.771Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:05:02.776Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T07:05:02.776Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T07:05:02.776Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T07:05:02.776Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1051, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T07:05:02.776Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T07:05:02.776Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T07:05:09.695Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-24T07:05:09.696Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T07:05:09.705Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and serviceModelVersionId: 2a896d72-3427-42c3-9c51-7a9baf301927
2023-03-24T07:05:09.706Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6453009a-682f-4779-b09e-13f352c10a5e
2023-03-24T07:05:09.706Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0
2023-03-24T07:05:09.713Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:05:09.741Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||Invoke
2023-03-24T07:05:09.742Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a2b75d1-451b-4e23-b729-020b5c9635f4], X-ECOMP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-TransactionId=[], X-ONAP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], Content-Type=[application/merge-patch+json]}
2023-03-24T07:05:09.752Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T07:05:09.911Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:05:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[196704], x-aai-txid=[1-aai-resources-230324-07:05:10:273-79960], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:05:09.911Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:05:09.911Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||InvokeReturn
2023-03-24T07:05:09.912Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:05:09.912Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T07:05:09.922Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T07:05:09.922Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-24T07:05:09.923Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-24T07:05:09.923Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:05:09.923Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:05:09.923Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641509923,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:05:09.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:05:09.940Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641509923,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-24T07:05:09.940Z||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-24T07:05:10.957Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:05:10.957Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"dd4d0016-b37c-432f-8772-14719db40fae","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d2fd896c-8dbd-40cf-9f32-00ea121c4b86","serviceDescription":"service","serviceInvariantUUID":"eb7fb721-ae76-4fb4-a11d-09ec966ae14c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fb543b88-df7e-4c82-8201-6f6d54ac6c50","resourceInvariantUUID":"4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c","resourceCustomizationUUID":"9d0a16e8-2977-47a9-95c1-230b7d89e748","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":"YTg3YjMxZjE4MzA2Mjc5NjhhMjUyMWU5ZGVhMDgxYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"237b512e-0d38-481d-8779-ce675533ccd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eaa5e2ab-c485-4ac8-9447-f0ec97630551","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:05:10.958Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:05:10.958Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:05:10.958Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:05:10.958Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:05:11.959Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:05:11.960Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:05:11.960Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:05:11.960Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:05:12.961Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d2fd896c-8dbd-40cf-9f32-00ea121c4b86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb7fb721-ae76-4fb4-a11d-09ec966ae14c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9d0a16e8-2977-47a9-95c1-230b7d89e748",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "fb543b88-df7e-4c82-8201-6f6d54ac6c50",
      "resourceInvariantUUID": "4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c",
      "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": "YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eaa5e2ab-c485-4ac8-9447-f0ec97630551"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:05:12.961Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:05:12.961Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d2fd896c-8dbd-40cf-9f32-00ea121c4b86 ASDC
2023-03-24T07:05:12.962Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:dd4d0016-b37c-432f-8772-14719db40fae
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d2fd896c-8dbd-40cf-9f32-00ea121c4b86
ServiceInvariantUUID:eb7fb721-ae76-4fb4-a11d-09ec966ae14c
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:eaa5e2ab-c485-4ac8-9447-f0ec97630551
ArtifactChecksum:YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9d0a16e8-2977-47a9-95c1-230b7d89e748
ResourceInvariantUUID:4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fb543b88-df7e-4c82-8201-6f6d54ac6c50
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-24T07:05:12.962Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2fd896c-8dbd-40cf-9f32-00ea121c4b86 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:05:13.005Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:05:13.006Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:05:13.006Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:05:13.006Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T07:05:13.006Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:05:13.006Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T07:05:13.036Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T07:05:13.036Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7b96cdd4
2023-03-24T07:05:13.036Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:05:13.036Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-24T07:05:13.037Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eaa5e2ab-c485-4ac8-9447-f0ec97630551 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:05:13.037Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T07:05:13.037Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-24T07:05:13.037Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:05:13.037Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:05:13.037Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:05:13.037Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641513037,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:05:14.038Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:eaa5e2ab-c485-4ac8-9447-f0ec97630551)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:05:14.090Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists
2023-03-24T07:05:14.090Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T07:05:14.091Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists)
2023-03-24T07:05:14.091Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:05:14.091Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:05:14.091Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:05:14.091Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641514090,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:05:15.092Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T07:05:15.093Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists)
2023-03-24T07:05:15.093Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:05:15.093Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:05:15.093Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:05:15.093Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641515092,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:05:16.094Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:05:16.120Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
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-24T07:05:16.124Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:05:16.124Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:05:16.124Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:05:16.124Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:05:16.124Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:05:16.124Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:05:16.124Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:05:16.125Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:05:16.125Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T07:05:16.138Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:05:46.139Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae 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-24T07:05:46.151Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd4d0016-b37c-432f-8772-14719db40fae and serviceModelVersionId: d2fd896c-8dbd-40cf-9f32-00ea121c4b86
2023-03-24T07:05:46.151Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb7fb721-ae76-4fb4-a11d-09ec966ae14c
2023-03-24T07:05:46.152Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0
2023-03-24T07:05:46.159Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:05:46.184Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||Invoke
2023-03-24T07:05:46.184Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ab08b079-ea22-4ab8-bce5-53ddc24c3af2], X-ECOMP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-TransactionId=[], X-ONAP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], Content-Type=[application/merge-patch+json]}
2023-03-24T07:05:46.192Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:05:46.337Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?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/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:05:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[225312], x-aai-txid=[1-aai-resources-230324-07:05:46:714-34652], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:05:46.337Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:05:46.339Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||InvokeReturn
2023-03-24T07:05:46.339Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:05:46.339Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T07:05:46.348Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T07:05:46.348Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd4d0016-b37c-432f-8772-14719db40fae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:05:46.348Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:05:46.349Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:05:46.349Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:05:46.349Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641546348,
  "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-24T07:05:47.382Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:05:47.382Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"1a2365d1-074b-4844-91d3-363d03287b57","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"09ff96f4-229a-4515-9709-6d2f2c4821ac","serviceDescription":"service","serviceInvariantUUID":"45dc50b5-a169-45aa-9f0b-ccc1cea11873","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc","resourceInvariantUUID":"a7fff94d-369d-44ee-8b27-435e03531596","resourceCustomizationUUID":"b7580746-a72b-4fb1-9336-d78ac7525682","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":"YTMyNWQyZWU0MDA1ODYwMmVjMGE2Y2IxMDYwMWEyYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69c13507-0010-4c9a-ade6-d19f5baf9488","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":"N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"994e980a-ea5f-4be3-8a38-6ec36a40427d","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":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a","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":"54f5d029-3e9c-428a-9790-9535b8f1bb74","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":"249db6ea-2fe4-4b56-b5af-9585a06fdc81","artifactVersion":"2","generatedFromUUID":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2M0YTE2MDQ0ZDIwZGMxYjM4MmM1NzBmNjcwMjVjZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cacd8347-baf7-4864-851a-2e4d0d06f245","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:05:47.383Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:05:47.383Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:05:47.383Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:05:47.383Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:05:48.384Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:05:48.384Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:05:48.385Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:05:48.385Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:05:49.386Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:05:49.386Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:05:49.386Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:05:49.387Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:05:50.388Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:05:50.389Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:05:50.389Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:05:50.389Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:05:51.390Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:05:51.391Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:05:51.391Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:05:51.391Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:05:52.392Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:05:52.392Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:05:52.392Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:05:52.392Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:05:53.393Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:05:53.394Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:05:53.394Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:05:53.394Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:05:54.395Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "09ff96f4-229a-4515-9709-6d2f2c4821ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45dc50b5-a169-45aa-9f0b-ccc1cea11873",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b7580746-a72b-4fb1-9336-d78ac7525682",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc",
      "resourceInvariantUUID": "a7fff94d-369d-44ee-8b27-435e03531596",
      "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": "N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "994e980a-ea5f-4be3-8a38-6ec36a40427d",
          "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": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a",
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
            "generatedFromUUID": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"
          },
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:05:54.396Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:05:54.396Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09ff96f4-229a-4515-9709-6d2f2c4821ac ASDC
2023-03-24T07:05:54.397Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1a2365d1-074b-4844-91d3-363d03287b57
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:09ff96f4-229a-4515-9709-6d2f2c4821ac
ServiceInvariantUUID:45dc50b5-a169-45aa-9f0b-ccc1cea11873
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:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311
ArtifactChecksum:ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b7580746-a72b-4fb1-9336-d78ac7525682
ResourceInvariantUUID:a7fff94d-369d-44ee-8b27-435e03531596
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc
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:994e980a-ea5f-4be3-8a38-6ec36a40427d
ArtifactChecksum:N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE=
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:65fe8888-43b5-4f65-bf9d-77c8a3c7d02a
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T07:05:54.397Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09ff96f4-229a-4515-9709-6d2f2c4821ac 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:05:54.438Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:05:54.438Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:05:54.439Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:05:54.439Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T07:05:54.439Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:05:54.439Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T07:05:54.471Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T07:05:54.472Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2c915d97
2023-03-24T07:05:54.472Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:05:54.472Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-24T07:05:54.472Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:05:54.472Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T07:05:54.472Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-24T07:05:54.472Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:05:54.472Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:05:54.472Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:05:54.472Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641554472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:05:55.473Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:05:55.530Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists
2023-03-24T07:05:55.530Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T07:05:55.531Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists)
2023-03-24T07:05:55.531Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:05:55.531Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:05:55.532Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:05:55.532Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641555530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:05:56.533Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T07:05:56.533Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists)
2023-03-24T07:05:56.533Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:05:56.534Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:05:56.534Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:05:56.534Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641556533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:05:57.535Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:05:57.568Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
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-24T07:05:57.573Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:05:57.573Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:05:57.573Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:05:57.574Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:05:57.574Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:05:57.574Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:05:57.574Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:05:57.574Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:05:57.574Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T07:05:57.590Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:05:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:05:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:05:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:05:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:05:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:05:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:05:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:05:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:05:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641513037,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:05:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:05:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:05:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641514090,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
}
2023-03-24T07:05:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:05:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:05:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641515092,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
}
2023-03-24T07:05:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:05:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:05:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641546348,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:05:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:05:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:05:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:05:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:05:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:05:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T07:05:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:05:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:05:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:05:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:05:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:05:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:05:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:05:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:05:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T07:05:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:05:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:05:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:05:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:05:59.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:05:59.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:05:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:05:59.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:05:59.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641554472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:05:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:05:59.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:05:59.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641555530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
}
2023-03-24T07:05:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:05:59.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:05:59.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641556533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
}
2023-03-24T07:05:59.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:06:27.590Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57 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-24T07:06:27.604Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a2365d1-074b-4844-91d3-363d03287b57 and serviceModelVersionId: 09ff96f4-229a-4515-9709-6d2f2c4821ac
2023-03-24T07:06:27.604Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45dc50b5-a169-45aa-9f0b-ccc1cea11873
2023-03-24T07:06:27.604Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0
2023-03-24T07:06:27.611Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:06:27.635Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||Invoke
2023-03-24T07:06:27.636Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[01bd6345-24f5-489e-9acc-b2c3492c8af3], X-ECOMP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-TransactionId=[], X-ONAP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], Content-Type=[application/merge-patch+json]}
2023-03-24T07:06:27.644Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:06:27.780Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?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/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:06:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[356504], x-aai-txid=[0-aai-resources-230324-07:06:28:167-31697], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:06:27.780Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:06:27.781Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||InvokeReturn
2023-03-24T07:06:27.781Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:06:27.781Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T07:06:27.789Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T07:06:27.789Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a2365d1-074b-4844-91d3-363d03287b57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:06:27.789Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:06:27.790Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:06:27.790Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:06:27.790Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641587789,
  "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-24T07:06:28.821Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:06:28.821Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"47aeea4c-050e-497f-8613-81119c7707d5","serviceName":"Demo_pNF_i16cL97oNGISgd9SfY8I","serviceVersion":"1.0","serviceUUID":"6d21b031-231c-48e2-9b5c-0e7d88d020fd","serviceDescription":"catalog service description","serviceInvariantUUID":"36e2a514-3273-43b4-aec1-d55c0635af0f","resources":[{"resourceInstanceName":"pNF 196156c4-b041 0","resourceName":"pNF 196156c4-b041","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b5ec4454-3c1e-47ea-9136-dede5fa2c277","resourceInvariantUUID":"c1923a0b-6273-4444-ac11-1fce9096051a","resourceCustomizationUUID":"b66059b5-3bb7-494c-a357-4392105f719b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml","artifactChecksum":"ZWQ3OTVmMGUwZTNiMzU5ZmVmNGQzNzc1YTcxMzhiYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1c63b36-dc3a-4547-b21e-aa0344274eef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ad0f8d2-26c0-49de-bd43-1c4bf374e11a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078338d5-2741-4210-afc5-93fe15bb8330","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml","artifactChecksum":"ZjM0Y2M4ZWVkOTJkNjEwMWQ2MmQwZDEzYjRhYjBiZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fb0ba830-9ee7-47a7-b7df-d30109bea559","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8aeb7c64-6355-449e-a401-137fb967b643","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21a99006-a94d-46a5-a378-c22a7e5688f4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactChecksum":"ZjA3NDNlYTlkOTkyNzIxNjg1NmE1NzZhNDRmMTY2MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b208e49c-1313-4351-bae0-c1233a1fe994","artifactVersion":"1"},{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactChecksum":"MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9cc91da5-e75b-4ec0-b006-8d70c31f6118","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:06:28.822Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:06:28.822Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:06:28.822Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:06:28.822Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:06:29.823Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:06:29.823Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:06:29.823Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:06:29.823Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:06:30.824Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:06:30.824Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:06:30.824Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:06:30.825Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:06:31.825Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:06:31.826Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:06:31.826Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:06:31.826Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:06:32.827Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:06:32.827Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:06:32.827Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:06:32.828Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:06:33.828Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:06:33.829Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:06:33.829Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:06:33.829Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:06:34.829Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:06:34.830Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:06:34.830Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:06:34.830Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:06:35.831Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:06:35.831Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:06:35.831Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:06:35.832Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:06:36.832Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "serviceName": "Demo_pNF_i16cL97oNGISgd9SfY8I",
  "serviceVersion": "1.0",
  "serviceUUID": "6d21b031-231c-48e2-9b5c-0e7d88d020fd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "36e2a514-3273-43b4-aec1-d55c0635af0f",
  "resources": [
    {
      "resourceInstanceName": "pNF 196156c4-b041 0",
      "resourceCustomizationUUID": "b66059b5-3bb7-494c-a357-4392105f719b",
      "resourceName": "pNF 196156c4-b041",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b5ec4454-3c1e-47ea-9136-dede5fa2c277",
      "resourceInvariantUUID": "c1923a0b-6273-4444-ac11-1fce9096051a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactChecksum": "MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9cc91da5-e75b-4ec0-b006-8d70c31f6118"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:06:36.833Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:06:36.833Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d21b031-231c-48e2-9b5c-0e7d88d020fd ASDC
2023-03-24T07:06:36.835Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:47aeea4c-050e-497f-8613-81119c7707d5
ServiceName:Demo_pNF_i16cL97oNGISgd9SfY8I
ServiceVersion:1.0
ServiceUUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
ServiceInvariantUUID:36e2a514-3273-43b4-aec1-d55c0635af0f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactUUID:9cc91da5-e75b-4ec0-b006-8d70c31f6118
ArtifactChecksum:MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 196156c4-b041 0
ResourceCustomizationUUID:b66059b5-3bb7-494c-a357-4392105f719b
ResourceInvariantUUID:c1923a0b-6273-4444-ac11-1fce9096051a
ResourceName:pNF 196156c4-b041
ResourceType:PNF
ResourceUUID:b5ec4454-3c1e-47ea-9136-dede5fa2c277
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:06:36.835Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d21b031-231c-48e2-9b5c-0e7d88d020fd 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:06:36.878Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:06:36.878Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:06:36.878Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:06:36.878Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 from URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:06:36.879Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:06:36.879Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:06:37.119Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:06:37.122Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar 9cc91da5-e75b-4ec0-b006-8d70c31f6118 88017
2023-03-24T07:06:37.123Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T07:06:37.123Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:06:37.123Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:06:37.123Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:06:37.123Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:06:37.123Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641597123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:06:38.124Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:06:38.125Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:06:38.125Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118, URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar to file: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:06:38.126Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:06:38.126Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:06:38.127Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:06:38.288Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2952481916628081553/Definitions/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml
2023-03-24T07:06:38.883Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T07:06:38.883Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:06:38.883Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:06:38.883Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T07:06:38.883Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 196156c4-b041 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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:06:38.883Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:06:38.883Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:06:38.883Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:06:38.883Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:06:38.883Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:06:38.883Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:06:38.883Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:06:38.883Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:06:38.884Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:06:38.884Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T07:06:38.884Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:06:38.884Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:06:38.884Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:06:38.884Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:06:38.884Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T07:06:38.884Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:06:38.884Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:06:38.884Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:06:38.885Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:06:38.885Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:06:38.885Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:06:38.885Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:06:38.885Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:06:38.885Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:06:38.885Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:06:38.885Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:06:38.885Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:06:38.885Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_i16cL97oNGISgd9SfY8I
Description:catalog service description
Model UUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
Model Version:NULL
Model InvariantUuid:36e2a514-3273-43b4-aec1-d55c0635af0f
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=?
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-24T07:06:38.937Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||ERROR|500||Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists
2023-03-24T07:06:38.937Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T07:06:38.937Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists)
2023-03-24T07:06:38.937Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:06:38.938Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:06:38.938Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:06:38.938Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641598937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:06:39.939Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T07:06:39.939Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists)
2023-03-24T07:06:39.939Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:06:39.939Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:06:39.939Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:06:39.940Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641599939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:06:40.940Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:06:40.965Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
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-24T07:06:40.969Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:06:40.969Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:06:40.969Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:06:40.969Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:06:40.969Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:06:40.969Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:06:40.969Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:06:40.969Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:06:40.969Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T07:06:40.984Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:06:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:06:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:06:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641587789,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:06:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:06:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:06:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:06:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:06:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:06:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:06:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:06:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:06:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:06:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:06:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:06:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:06:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:06:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:06:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:06:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:06:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:06:59.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:06:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:06:59.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:06:59.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:06:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:06:59.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:06:59.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:06:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:06:59.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:06:59.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641597123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:06:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:06:59.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:06:59.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641598937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
}
2023-03-24T07:06:59.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:06:59.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:06:59.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641599939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
}
2023-03-24T07:06:59.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:07:10.985Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5 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-24T07:07:10.996Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47aeea4c-050e-497f-8613-81119c7707d5 and serviceModelVersionId: 6d21b031-231c-48e2-9b5c-0e7d88d020fd
2023-03-24T07:07:10.997Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36e2a514-3273-43b4-aec1-d55c0635af0f
2023-03-24T07:07:10.997Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0
2023-03-24T07:07:11.004Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:07:11.024Z|47aeea4c-050e-497f-8613-81119c7707d5|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/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?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-24T07:07:11.024Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||Invoke
2023-03-24T07:07:11.034Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:07:11.171Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||InvokeReturn
2023-03-24T07:07:11.171Z|47aeea4c-050e-497f-8613-81119c7707d5|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/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:07:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[221384], x-aai-txid=[1-aai-resources-230324-07:07:11:556-6635], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:07:11.172Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:07:11.172Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:07:11.172Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T07:07:11.180Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T07:07:11.180Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47aeea4c-050e-497f-8613-81119c7707d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:07:11.180Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:07:11.181Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:07:11.181Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:07:11.181Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641631180,
  "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-24T07:07:12.214Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:07:12.214Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"74dc9741-be4b-4978-bc6b-eaa74b750d0f","serviceName":"Demo_pNF_udFnnTGbbaPA3TPCLzGq","serviceVersion":"1.0","serviceUUID":"9201de56-0aff-4843-9892-0e79e694a55c","serviceDescription":"catalog service description","serviceInvariantUUID":"e472cdc6-cdb6-46b7-b96e-b4bf01d5083c","resources":[{"resourceInstanceName":"pNF 987b0b8e-dbc1 0","resourceName":"pNF 987b0b8e-dbc1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"de5d512a-ba4f-4f57-b63a-421597be67d9","resourceInvariantUUID":"090e47b5-650a-40ab-83f3-56f7ceed024b","resourceCustomizationUUID":"d04be6e1-cb33-473e-a923-5b5289d301cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q0OWVhNWQ5M2E5YTIyNTc0MzM1NDA1MmQ0OGU4ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba09de2f-e124-42bf-b973-f7c86cd0e26e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7a4867e-e8a7-42eb-8eb9-a78047af0e58","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f186ebad-ad1b-4d81-834b-8246aa9dee2a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml","artifactChecksum":"YzNmNDljOTIwZmFkMzM3Mzk2NzFkOGVlZGE5YWNlZjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed53392e-4f36-4f7b-b71b-c30b3a756cb3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88a60b39-e34f-4f1d-9d09-53d94aa0a750","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7588dab5-8e3c-4f59-a8e2-d446acb1c88f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactChecksum":"NjAxN2MwZjU3NmJlNWU3NzE1MTIwMjMyZTg4MDAzNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70d79d54-9860-4019-8b1a-8fef8d5884af","artifactVersion":"1"},{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactChecksum":"YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50c84df6-da4c-4d46-a80b-33026baa8e04","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:07:12.214Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:07:12.214Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:07:12.214Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:07:12.214Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:07:13.215Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:07:13.216Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:07:13.216Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:07:13.216Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:07:14.217Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:07:14.218Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:07:14.218Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:07:14.218Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:07:15.219Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:07:15.220Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:07:15.220Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:07:15.220Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:07:16.221Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:07:16.221Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:07:16.221Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:07:16.222Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:07:17.222Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:07:17.223Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:07:17.223Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:07:17.223Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:07:18.224Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:07:18.225Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:07:18.225Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:07:18.225Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:07:19.225Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:07:19.226Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:07:19.226Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:07:19.226Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:07:20.227Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "serviceName": "Demo_pNF_udFnnTGbbaPA3TPCLzGq",
  "serviceVersion": "1.0",
  "serviceUUID": "9201de56-0aff-4843-9892-0e79e694a55c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e472cdc6-cdb6-46b7-b96e-b4bf01d5083c",
  "resources": [
    {
      "resourceInstanceName": "pNF 987b0b8e-dbc1 0",
      "resourceCustomizationUUID": "d04be6e1-cb33-473e-a923-5b5289d301cc",
      "resourceName": "pNF 987b0b8e-dbc1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "de5d512a-ba4f-4f57-b63a-421597be67d9",
      "resourceInvariantUUID": "090e47b5-650a-40ab-83f3-56f7ceed024b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactChecksum": "YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50c84df6-da4c-4d46-a80b-33026baa8e04"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:07:20.228Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:07:20.228Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9201de56-0aff-4843-9892-0e79e694a55c ASDC
2023-03-24T07:07:20.228Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:74dc9741-be4b-4978-bc6b-eaa74b750d0f
ServiceName:Demo_pNF_udFnnTGbbaPA3TPCLzGq
ServiceVersion:1.0
ServiceUUID:9201de56-0aff-4843-9892-0e79e694a55c
ServiceInvariantUUID:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactUUID:50c84df6-da4c-4d46-a80b-33026baa8e04
ArtifactChecksum:YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 987b0b8e-dbc1 0
ResourceCustomizationUUID:d04be6e1-cb33-473e-a923-5b5289d301cc
ResourceInvariantUUID:090e47b5-650a-40ab-83f3-56f7ceed024b
ResourceName:pNF 987b0b8e-dbc1
ResourceType:PNF
ResourceUUID:de5d512a-ba4f-4f57-b63a-421597be67d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:07:20.228Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9201de56-0aff-4843-9892-0e79e694a55c 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:07:20.275Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:07:20.275Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:07:20.276Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:07:20.276Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 from URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:07:20.276Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:07:20.276Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:07:20.509Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:07:20.511Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar 50c84df6-da4c-4d46-a80b-33026baa8e04 88008
2023-03-24T07:07:20.511Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T07:07:20.512Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:07:20.512Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:07:20.512Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:07:20.512Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:07:20.513Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641640511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:07:21.514Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:07:21.515Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:07:21.515Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04, URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar to file: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:07:21.516Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:07:21.516Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:07:21.516Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:07:21.612Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12835030872508399352/Definitions/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml
2023-03-24T07:07:22.195Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T07:07:22.196Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:07:22.196Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:07:22.196Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T07:07:22.196Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 987b0b8e-dbc1 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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:07:22.196Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:07:22.196Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:07:22.196Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:07:22.197Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:07:22.197Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:07:22.197Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:07:22.197Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:07:22.197Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:07:22.197Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:07:22.197Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T07:07:22.197Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:07:22.197Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:07:22.197Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:07:22.198Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:07:22.198Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T07:07:22.198Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:07:22.198Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:07:22.198Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:07:22.198Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:07:22.198Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:07:22.198Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:07:22.198Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:07:22.198Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:07:22.198Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:07:22.198Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:07:22.199Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:07:22.199Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:07:22.199Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_udFnnTGbbaPA3TPCLzGq
Description:catalog service description
Model UUID:9201de56-0aff-4843-9892-0e79e694a55c
Model Version:NULL
Model InvariantUuid:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
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=?
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-24T07:07:22.243Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||ERROR|500||Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists
2023-03-24T07:07:22.244Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T07:07:22.244Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists)
2023-03-24T07:07:22.244Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:07:22.244Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:07:22.244Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:07:22.244Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641642244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:07:23.245Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T07:07:23.245Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists)
2023-03-24T07:07:23.245Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:07:23.245Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:07:23.245Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:07:23.246Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641643245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:07:24.246Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:07:24.274Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
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-24T07:07:24.279Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:07:24.279Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:07:24.279Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:07:24.279Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:07:24.279Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:07:24.279Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:07:24.280Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:07:24.280Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:07:24.280Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T07:07:24.294Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:07:54.295Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f 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-24T07:07:54.308Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f and serviceModelVersionId: 9201de56-0aff-4843-9892-0e79e694a55c
2023-03-24T07:07:54.308Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
2023-03-24T07:07:54.309Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0
2023-03-24T07:07:54.315Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:07:54.331Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?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-24T07:07:54.332Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||Invoke
2023-03-24T07:07:54.341Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:07:54.501Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||InvokeReturn
2023-03-24T07:07:54.502Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:07:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[245792], x-aai-txid=[0-aai-resources-230324-07:07:54:866-45098], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:07:54.502Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:07:54.503Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:07:54.503Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T07:07:54.516Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T07:07:54.517Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74dc9741-be4b-4978-bc6b-eaa74b750d0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:07:54.517Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:07:54.517Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:07:54.517Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:07:54.517Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641674517,
  "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-24T07:07:55.546Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:07:55.546Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"8724cd49-34ec-4980-ab2b-64ace9832bd0","serviceName":"Demo_pNF_UwgnjqgcnsmCphwI9gbY","serviceVersion":"1.0","serviceUUID":"ae383e4d-80b0-4cc6-9ff7-4def5cc309bf","serviceDescription":"catalog service description","serviceInvariantUUID":"087fabf1-baa4-4625-b959-7f8bdf3eeaab","resources":[{"resourceInstanceName":"pNF 36bf80f7-db9b 0","resourceName":"pNF 36bf80f7-db9b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9fb428ca-b2ee-4b9a-b88b-76c73bae18d0","resourceInvariantUUID":"5f7912da-deb8-4284-8c89-064dcbe2661c","resourceCustomizationUUID":"29593f6d-a855-47c1-95d6-471370e64983","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml","artifactChecksum":"OGFjMThmNzRkZDJmMDQyOTU5YTJiNjRlMDczNjA5Zjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74ee8d11-c8c0-4e92-a1a1-916801a4371e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fdd3764d-c2fd-4586-ae74-b67caa4af234","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42939f9f-f090-45b0-907b-88c01da93f7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml","artifactChecksum":"YmM2MzIwNWMyNTcxN2I3MjkzOGViMTAyNTY5ZTNkYzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"64a8ced7-b923-4638-87a1-074aa9a8a738","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b5467a5b-fad4-4b84-968f-eb9a45f224e8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"55ab392b-ed1e-455f-aad7-154d3eb1b149","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml","artifactChecksum":"MTZiNDEwZDZlMjIyYThjYWVlZDI4ZWMxYjVkYmUyNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b011f01c-348d-470c-a42e-befef97cee3a","artifactVersion":"1"},{"artifactName":"service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar","artifactChecksum":"ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:07:55.547Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:07:55.547Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:07:55.547Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:07:55.547Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:07:56.547Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:07:56.548Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:07:56.548Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:07:56.548Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:07:57.549Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:07:57.549Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:07:57.549Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:07:57.549Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:07:58.550Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:07:58.550Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:07:58.550Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:07:58.550Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:07:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:07:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:07:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641631180,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:07:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:07:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:07:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:07:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:07:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:07:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:07:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:07:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:07:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:07:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:07:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:07:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:07:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:07:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:07:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:07:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:07:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:07:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:07:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:07:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:07:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:07:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:07:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:07:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:07:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:07:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:07:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641640511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:07:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:07:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:07:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641642244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
}
2023-03-24T07:07:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:07:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:07:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641643245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
}
2023-03-24T07:07:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:07:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:07:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641674517,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:07:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:07:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:07:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:07:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:07:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:07:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:07:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:07:59.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:07:59.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:07:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:07:59.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:07:59.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:07:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:07:59.551Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:07:59.552Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:07:59.552Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:07:59.552Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:08:00.553Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:08:00.553Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:00.554Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:00.554Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:08:01.554Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:08:01.555Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:01.555Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:01.555Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:08:02.556Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:08:02.556Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:02.556Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:02.557Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:08:03.558Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "serviceName": "Demo_pNF_UwgnjqgcnsmCphwI9gbY",
  "serviceVersion": "1.0",
  "serviceUUID": "ae383e4d-80b0-4cc6-9ff7-4def5cc309bf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "087fabf1-baa4-4625-b959-7f8bdf3eeaab",
  "resources": [
    {
      "resourceInstanceName": "pNF 36bf80f7-db9b 0",
      "resourceCustomizationUUID": "29593f6d-a855-47c1-95d6-471370e64983",
      "resourceName": "pNF 36bf80f7-db9b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9fb428ca-b2ee-4b9a-b88b-76c73bae18d0",
      "resourceInvariantUUID": "5f7912da-deb8-4284-8c89-064dcbe2661c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
      "artifactChecksum": "ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:08:03.559Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:08:03.559Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ae383e4d-80b0-4cc6-9ff7-4def5cc309bf ASDC
2023-03-24T07:08:03.559Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8724cd49-34ec-4980-ab2b-64ace9832bd0
ServiceName:Demo_pNF_UwgnjqgcnsmCphwI9gbY
ServiceVersion:1.0
ServiceUUID:ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
ServiceInvariantUUID:087fabf1-baa4-4625-b959-7f8bdf3eeaab
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
ArtifactUUID:2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf
ArtifactChecksum:ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 36bf80f7-db9b 0
ResourceCustomizationUUID:29593f6d-a855-47c1-95d6-471370e64983
ResourceInvariantUUID:5f7912da-deb8-4284-8c89-064dcbe2661c
ResourceName:pNF 36bf80f7-db9b
ResourceType:PNF
ResourceUUID:9fb428ca-b2ee-4b9a-b88b-76c73bae18d0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:08:03.559Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae383e4d-80b0-4cc6-9ff7-4def5cc309bf 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:08:03.606Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:08:03.606Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:08:03.607Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:08:03.607Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf from URL: /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:08:03.607Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:08:03.607Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:08:04.032Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:08:04.037Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf 88009
2023-03-24T07:08:04.038Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T07:08:04.038Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:08:04.038Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:08:04.038Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:04.038Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:04.038Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641684038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:08:05.039Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:08:05.040Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:08:05.040Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf, URL: /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar to file: /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:08:05.040Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:08:05.041Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:08:05.041Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:08:05.150Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7642501657773013405/Definitions/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml
2023-03-24T07:08:05.736Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T07:08:05.736Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:08:05.736Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:08:05.736Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T07:08:05.736Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:08:05.736Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 36bf80f7-db9b 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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:08:05.736Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:08:05.737Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:08:05.737Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:08:05.737Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:08:05.737Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:08:05.737Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:08:05.737Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:05.737Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:05.737Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Node template pNF 36bf80f7-db9b 0 is matching search criteria
2023-03-24T07:08:05.737Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:08:05.737Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 36bf80f7-db9b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:08:05.737Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:05.737Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:05.737Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Node template pNF 36bf80f7-db9b 0 is matching search criteria
2023-03-24T07:08:05.737Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:08:05.737Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 36bf80f7-db9b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:08:05.738Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:05.738Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:05.738Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:05.738Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:05.738Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:05.738Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:05.738Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:05.738Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:05.738Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:05.738Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:05.738Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UwgnjqgcnsmCphwI9gbY
Description:catalog service description
Model UUID:ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
Model Version:NULL
Model InvariantUuid:087fabf1-baa4-4625-b959-7f8bdf3eeaab
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=?
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-24T07:08:05.785Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||ERROR|500||Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists
2023-03-24T07:08:05.785Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T07:08:05.785Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar(Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists)
2023-03-24T07:08:05.785Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:08:05.786Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:05.786Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:05.786Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641685785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:08:06.786Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T07:08:06.787Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar(Resource with UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 already exists)
2023-03-24T07:08:06.787Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:08:06.787Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:06.787Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:06.787Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641686786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:08:07.788Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:08:07.809Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0
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-24T07:08:07.813Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:08:07.813Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:08:07.813Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:08:07.813Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:08:07.813Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:08:07.813Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:08:07.813Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:08:07.813Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:08:07.813Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-24T07:08:07.823Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:08:37.823Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0 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-24T07:08:37.836Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0 and serviceModelVersionId: ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
2023-03-24T07:08:37.837Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 087fabf1-baa4-4625-b959-7f8bdf3eeaab
2023-03-24T07:08:37.837Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0
2023-03-24T07:08:37.840Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:08:37.853Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?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-24T07:08:37.853Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|INFO|500||Invoke
2023-03-24T07:08:37.859Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:08:37.997Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|INFO|500||InvokeReturn
2023-03-24T07:08:37.997Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:08:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[225376], x-aai-txid=[2-aai-resources-230324-07:08:38:383-15998], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:08:37.997Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:08:37.997Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:08:37.997Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-24T07:08:38.006Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-24T07:08:38.006Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8724cd49-34ec-4980-ab2b-64ace9832bd0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:08:38.006Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:08:38.006Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:38.006Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:38.006Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641718006,
  "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-24T07:08:39.034Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:08:39.034Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"f6e121a0-a57f-49e0-8e84-03d4afe0e29c","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"341b0520-ae27-48bb-aa25-d8d48c9ceb78","serviceDescription":"service","serviceInvariantUUID":"2b10c9e7-82e1-456c-85f3-2ea2c444884f","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe8477c7-e8ec-419a-bf67-26a082731949","resourceInvariantUUID":"413ba2f7-68f8-4bf4-ae24-3b9ac1cd2b28","resourceCustomizationUUID":"625d37cb-6e80-449f-8ef6-1bcfa792a9ac","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":"MzIzNTk3OGY2NWU5MjI0MDA4M2VhOWE3Yjc2MWNjYTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8324a320-5c5c-4f0b-81e3-6f55c858d21b","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":"OTJiNzk4ZDk3NjY0Njc2Mjc1OTJjNDc1MThiNGZiNmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a4b3134-7c25-4d1b-b00f-fe2d0f367056","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":"11a7e22e-bcec-4253-a395-c91a8b2ec733","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":"bf06ffc5-59d4-4278-951d-2caead64affe","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":"16d5f357-5e31-4d4e-96b0-badc500b14b5","artifactVersion":"2","generatedFromUUID":"16a9aa83-9d05-4970-a869-70fa820b4a0f"},{"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":"b639699b-897d-4297-86ed-76e92092cdf0","artifactVersion":"2","generatedFromUUID":"11a7e22e-bcec-4253-a395-c91a8b2ec733"},{"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":"16a9aa83-9d05-4970-a869-70fa820b4a0f","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":"d1543da3-c069-4afb-8f1e-0bbb7b186e87","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":"NzVlNTg5NWVkZWJlZGQyOGI4ZjAyYTM1ZjM0NWY1YzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"076501d2-fb09-4970-9098-2e1a306a507c","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NmEyNGU4ZWUzYTc0NTI0NzUxMzVkYmVjMTczMTlmYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e77ae59e-2b8a-4f5b-8f93-4be776d9895d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:08:39.034Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:08:39.034Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:39.034Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:39.034Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:08:40.035Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:08:40.036Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:40.036Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:40.036Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:08:41.037Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:08:41.037Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:41.037Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:41.037Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:08:42.039Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:08:42.039Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:42.039Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:42.039Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:08:43.041Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:08:43.041Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:43.041Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:43.041Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:08:44.043Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:08:44.043Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:44.043Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:44.043Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:08:45.045Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:08:45.045Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:45.045Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:45.045Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:08:46.046Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:08:46.047Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:46.047Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:46.047Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:08:47.049Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:08:47.049Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:47.049Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:47.050Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:08:48.051Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:08:48.052Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:48.052Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:48.052Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:08:49.054Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "341b0520-ae27-48bb-aa25-d8d48c9ceb78",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2b10c9e7-82e1-456c-85f3-2ea2c444884f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "625d37cb-6e80-449f-8ef6-1bcfa792a9ac",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe8477c7-e8ec-419a-bf67-26a082731949",
      "resourceInvariantUUID": "413ba2f7-68f8-4bf4-ae24-3b9ac1cd2b28",
      "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": "OTJiNzk4ZDk3NjY0Njc2Mjc1OTJjNDc1MThiNGZiNmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a4b3134-7c25-4d1b-b00f-fe2d0f367056",
          "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": "11a7e22e-bcec-4253-a395-c91a8b2ec733",
          "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": "b639699b-897d-4297-86ed-76e92092cdf0",
            "generatedFromUUID": "11a7e22e-bcec-4253-a395-c91a8b2ec733"
          },
          "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": "16d5f357-5e31-4d4e-96b0-badc500b14b5",
          "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": "b639699b-897d-4297-86ed-76e92092cdf0",
          "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": "16a9aa83-9d05-4970-a869-70fa820b4a0f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NmEyNGU4ZWUzYTc0NTI0NzUxMzVkYmVjMTczMTlmYTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e77ae59e-2b8a-4f5b-8f93-4be776d9895d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:08:49.054Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:08:49.054Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 341b0520-ae27-48bb-aa25-d8d48c9ceb78 ASDC
2023-03-24T07:08:49.055Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f6e121a0-a57f-49e0-8e84-03d4afe0e29c
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:341b0520-ae27-48bb-aa25-d8d48c9ceb78
ServiceInvariantUUID:2b10c9e7-82e1-456c-85f3-2ea2c444884f
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:e77ae59e-2b8a-4f5b-8f93-4be776d9895d
ArtifactChecksum:NmEyNGU4ZWUzYTc0NTI0NzUxMzVkYmVjMTczMTlmYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:625d37cb-6e80-449f-8ef6-1bcfa792a9ac
ResourceInvariantUUID:413ba2f7-68f8-4bf4-ae24-3b9ac1cd2b28
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:fe8477c7-e8ec-419a-bf67-26a082731949
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:2a4b3134-7c25-4d1b-b00f-fe2d0f367056
ArtifactChecksum:OTJiNzk4ZDk3NjY0Njc2Mjc1OTJjNDc1MThiNGZiNmQ=
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:11a7e22e-bcec-4253-a395-c91a8b2ec733
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:b639699b-897d-4297-86ed-76e92092cdf0
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:16d5f357-5e31-4d4e-96b0-badc500b14b5
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:b639699b-897d-4297-86ed-76e92092cdf0
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:16a9aa83-9d05-4970-a869-70fa820b4a0f
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T07:08:49.055Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 341b0520-ae27-48bb-aa25-d8d48c9ceb78 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-24T07:08:49.125Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:08:49.126Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:08:49.126Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:08:49.126Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-24T07:08:49.126Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:08:49.127Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-24T07:08:49.393Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:08:49.400Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar e77ae59e-2b8a-4f5b-8f93-4be776d9895d 163285
2023-03-24T07:08:49.400Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:49.400Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:49.401Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:08:49.401Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:49.401Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:49.401Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641729400,
  "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-24T07:08:50.403Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:08:50.403Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:08:50.404Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-24T07:08:50.404Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-24T07:08:50.404Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-24T07:08:50.405Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-24T07:08:50.493Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4596677690059299291/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-24T07:08:51.321Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T07:08:51.321Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:08:51.321Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-24T07:08:51.321Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-24T07:08:51.321Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|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-BasicCnfMacro-csar.csar
2023-03-24T07:08:51.321Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:51.321Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:51.321Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:51.321Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:08:51.321Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:51.321Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:51.321Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-24T07:08:51.322Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:08:51.322Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:08:51.322Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:51.322Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:51.322Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-24T07:08:51.322Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:08:51.322Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:08:51.322Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:51.322Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:51.322Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:51.322Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-24T07:08:51.322Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-24T07:08:51.323Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-24T07:08:51.323Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-24T07:08:51.323Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:51.323Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-24T07:08:51.323Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:51.323Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-24T07:08:51.323Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T07:08:51.323Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:51.323Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-24T07:08:51.323Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T07:08:51.323Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:51.323Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-24T07:08:51.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T07:08:51.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:51.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-24T07:08:51.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T07:08:51.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:51.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-24T07:08:51.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-24T07:08:51.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=040f655d-7c92-45f5-a994-ee6e81975be7
2023-03-24T07:08:51.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:51.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:51.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:51.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:51.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:51.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:51.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:51.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:51.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:341b0520-ae27-48bb-aa25-d8d48c9ceb78
Model Version:NULL
Model InvariantUuid:2b10c9e7-82e1-456c-85f3-2ea2c444884f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:097bb012-106d-40e8-a5ab-716224e2d77f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:413ba2f7-68f8-4bf4-ae24-3b9ac1cd2b28
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:625d37cb-6e80-449f-8ef6-1bcfa792a9ac
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3a143607-2049-41d7-8e71-4746f2d88799
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:b66af8bc-879c-4ba9-b5da-a7fb48379b06
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6597f75c-3549-42c9-825d-3c2a29764f5c
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:839726dd-8e85-4e06-9fbb-8f7edbb308ed
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:040f655d-7c92-45f5-a994-ee6e81975be7
ModelInvariantUuid:1afd6949-bd35-417d-ae53-4f9b82a7c433
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:25e19fd6-327f-4b26-992b-2e45656a07e0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:956a24ef-6f27-468e-9930-48dcb3829be2
ModelInvariantUuid:d102b75f-cfc2-4d0f-b296-45bae307e1b5
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:6034d4d3-ff2a-4d79-8678-a89d89df410b
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-24T07:08:51.346Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: fe8477c7-e8ec-419a-bf67-26a082731949
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-24T07:08:51.350Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2023-03-24T07:08:51.350Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe8477c7-e8ec-419a-bf67-26a082731949
2023-03-24T07:08:51.350Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2a4b3134-7c25-4d1b-b00f-fe2d0f367056 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-24T07:08:51.350Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:08:51.351Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:51.422Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:08:51.422Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2a4b3134-7c25-4d1b-b00f-fe2d0f367056 1565
2023-03-24T07:08:51.422Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:51.423Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:51.423Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:08:51.423Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:51.423Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:51.423Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641731422,
  "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-24T07:08:52.425Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "6597f75c-3549-42c9-825d-3c2a29764f5c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "839726dd-8e85-4e06-9fbb-8f7edbb308ed",
    "vfModuleModelCustomizationUUID": "7fa9366e-85a0-4bad-838b-ced720791b00",
    "isBase": true,
    "artifacts": [
      "11a7e22e-bcec-4253-a395-c91a8b2ec733",
      "b639699b-897d-4297-86ed-76e92092cdf0"
    ],
    "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": "3a143607-2049-41d7-8e71-4746f2d88799",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b66af8bc-879c-4ba9-b5da-a7fb48379b06",
    "vfModuleModelCustomizationUUID": "9597046b-5932-43ca-aef0-d9bf4810035c",
    "isBase": false,
    "artifacts": [
      "16a9aa83-9d05-4970-a869-70fa820b4a0f"
    ],
    "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-24T07:08:52.431Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:839726dd-8e85-4e06-9fbb-8f7edbb308ed
VfModuleModelInvariantUUID:6597f75c-3549-42c9-825d-3c2a29764f5c
VfModuleModelDescription:NULL
Artifacts UUID List:{
11a7e22e-bcec-4253-a395-c91a8b2ec733
,
b639699b-897d-4297-86ed-76e92092cdf0

}
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:b66af8bc-879c-4ba9-b5da-a7fb48379b06
VfModuleModelInvariantUUID:3a143607-2049-41d7-8e71-4746f2d88799
VfModuleModelDescription:NULL
Artifacts UUID List:{
16a9aa83-9d05-4970-a869-70fa820b4a0f

}
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-24T07:08:52.434Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "6597f75c-3549-42c9-825d-3c2a29764f5c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "839726dd-8e85-4e06-9fbb-8f7edbb308ed",
    "vfModuleModelCustomizationUUID": "7fa9366e-85a0-4bad-838b-ced720791b00",
    "isBase": true,
    "artifacts": [
      "11a7e22e-bcec-4253-a395-c91a8b2ec733",
      "b639699b-897d-4297-86ed-76e92092cdf0"
    ],
    "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": "3a143607-2049-41d7-8e71-4746f2d88799",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b66af8bc-879c-4ba9-b5da-a7fb48379b06",
    "vfModuleModelCustomizationUUID": "9597046b-5932-43ca-aef0-d9bf4810035c",
    "isBase": false,
    "artifacts": [
      "16a9aa83-9d05-4970-a869-70fa820b4a0f"
    ],
    "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-24T07:08:52.434Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:839726dd-8e85-4e06-9fbb-8f7edbb308ed
VfModuleModelInvariantUUID:6597f75c-3549-42c9-825d-3c2a29764f5c
VfModuleModelDescription:NULL
Artifacts UUID List:{
11a7e22e-bcec-4253-a395-c91a8b2ec733
,
b639699b-897d-4297-86ed-76e92092cdf0

}
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:b66af8bc-879c-4ba9-b5da-a7fb48379b06
VfModuleModelInvariantUUID:3a143607-2049-41d7-8e71-4746f2d88799
VfModuleModelDescription:NULL
Artifacts UUID List:{
16a9aa83-9d05-4970-a869-70fa820b4a0f

}
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-24T07:08:52.434Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 11a7e22e-bcec-4253-a395-c91a8b2ec733 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-24T07:08:52.434Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:08:52.435Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:52.511Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:08:52.511Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 11a7e22e-bcec-4253-a395-c91a8b2ec733 914
2023-03-24T07:08:52.512Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:52.512Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:52.512Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:08:52.512Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:52.512Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:52.512Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641732512,
  "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-24T07:08:53.514Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 16d5f357-5e31-4d4e-96b0-badc500b14b5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-24T07:08:53.514Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:08:53.515Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:53.605Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:08:53.605Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 16d5f357-5e31-4d4e-96b0-badc500b14b5 12
2023-03-24T07:08:53.606Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:53.606Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:53.606Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:08:53.606Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:53.606Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:53.607Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641733606,
  "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-24T07:08:54.607Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b639699b-897d-4297-86ed-76e92092cdf0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-24T07:08:54.608Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:08:54.608Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:54.693Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:08:54.693Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env b639699b-897d-4297-86ed-76e92092cdf0 96
2023-03-24T07:08:54.694Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:54.694Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:54.694Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:08:54.694Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:54.694Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:54.695Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641734694,
  "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-24T07:08:55.695Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 16a9aa83-9d05-4970-a869-70fa820b4a0f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-24T07:08:55.695Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:08:55.696Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:55.787Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:08:55.788Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 16a9aa83-9d05-4970-a869-70fa820b4a0f 20206
2023-03-24T07:08:55.788Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:55.788Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:55.788Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:08:55.789Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:55.789Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:55.789Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641735788,
  "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-24T07:08:56.794Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 341b0520-ae27-48bb-aa25-d8d48c9ceb78
2023-03-24T07:08:56.794Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 fe8477c7-e8ec-419a-bf67-26a082731949 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-24T07:08:56.812Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61109c20, org.onap.sdc.toscaparser.api.parameters.Input@2f18b8e6, org.onap.sdc.toscaparser.api.parameters.Input@af9f810, org.onap.sdc.toscaparser.api.parameters.Input@4b102d46, org.onap.sdc.toscaparser.api.parameters.Input@2e844998]
2023-03-24T07:08:56.813Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:56.813Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:56.813Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-03-24T07:08:56.813Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 625d37cb-6e80-449f-8ef6-1bcfa792a9ac
2023-03-24T07:08:56.813Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 625d37cb-6e80-449f-8ef6-1bcfa792a9ac matches Tosca VF Customization UUID: 625d37cb-6e80-449f-8ef6-1bcfa792a9ac
2023-03-24T07:08:56.813Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 625d37cb-6e80-449f-8ef6-1bcfa792a9ac  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-24T07:08:56.818Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:56.818Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:56.818Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 625d37cb-6e80-449f-8ef6-1bcfa792a9ac: {\"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-24T07:08:56.819Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b7d35ba
2023-03-24T07:08:56.819Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:56.819Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-24T07:08:56.819Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9597046b-5932-43ca-aef0-d9bf4810035c
2023-03-24T07:08:56.819Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9597046b-5932-43ca-aef0-d9bf4810035c
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-24T07:08:56.823Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:56.824Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-24T07:08:56.824Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T07:08:56.824Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:56.824Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-24T07:08:56.824Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T07:08:56.825Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:56.825Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-24T07:08:56.825Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=625d37cb-6e80-449f-8ef6-1bcfa792a9ac
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-24T07:08:56.829Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:56.829Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:56.830Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 341b0520-ae27-48bb-aa25-d8d48c9ceb78: basic_cnf_macro
2023-03-24T07:08:56.830Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:56.830Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:56.830Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:56.830Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:56.830Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:56.830Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:56.831Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:56.831Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:56.831Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:08:56.831Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:08:56.831Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:56.917Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro fe8477c7-e8ec-419a-bf67-26a082731949 2 ASDC deployResourceStructure
2023-03-24T07:08:56.918Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:56.918Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:56.918Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T07:08:56.918Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:56.918Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:56.918Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641736917,
  "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-24T07:08:57.919Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:57.919Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:57.919Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T07:08:57.920Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:57.920Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:57.920Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641737919,
  "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-24T07:08:58.921Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:58.921Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:58.921Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:08:58.921Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:58.922Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:58.922Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641738921,
  "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-24T07:08:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:08:59.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:08:59.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:08:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:08:59.923Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:59.923Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:08:59.923Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T07:08:59.923Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:08:59.924Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:08:59.924Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641739922,
  "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-24T07:09:00.924Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:09:00.925Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:09:00.925Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:09:00.926Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:09:00.926Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:09:00.926Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641740924,
  "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-24T07:09:01.927Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:09:01.927Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||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-24T07:09:01.927Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T07:09:01.928Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:09:01.928Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:09:01.928Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641741927,
  "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-24T07:09:02.929Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6e121a0-a57f-49e0-8e84-03d4afe0e29c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:09:02.957Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6e121a0-a57f-49e0-8e84-03d4afe0e29c
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-24T07:09:02.962Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:09:02.962Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:09:02.963Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:09:02.963Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:09:02.963Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:09:02.963Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:09:02.964Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:09:02.964Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:09:02.964Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|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-24T07:09:02.978Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:09:32.978Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6e121a0-a57f-49e0-8e84-03d4afe0e29c 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-24T07:09:32.990Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6e121a0-a57f-49e0-8e84-03d4afe0e29c and serviceModelVersionId: 341b0520-ae27-48bb-aa25-d8d48c9ceb78
2023-03-24T07:09:32.991Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b10c9e7-82e1-456c-85f3-2ea2c444884f
2023-03-24T07:09:32.991Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0
2023-03-24T07:09:32.996Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:09:33.018Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|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/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?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-24T07:09:33.018Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0|INFO|500||Invoke
2023-03-24T07:09:33.025Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:09:33.185Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0|INFO|500||InvokeReturn
2023-03-24T07:09:33.185Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|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/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:09:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[438424], x-aai-txid=[0-aai-resources-230324-07:09:33:558-65240], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:09:33.186Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:09:33.186Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:09:33.186Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|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-24T07:09:33.199Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|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-24T07:09:33.199Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6e121a0-a57f-49e0-8e84-03d4afe0e29c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:09:33.200Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:09:33.200Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:09:33.200Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:09:33.200Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641773199,
  "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-24T07:09:34.233Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:09:34.233Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"e9e8a232-b427-4b79-bf55-5ee47a8c5415","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"2823e6b4-f863-46ec-9e77-5583ab7d635d","serviceDescription":"service","serviceInvariantUUID":"a4aae1ce-3552-424e-9d88-84672a879590","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5525a09a-b30b-4b48-ba24-4dd347648df3","resourceInvariantUUID":"10899fff-ce0f-4de4-ae9b-782dbc0be769","resourceCustomizationUUID":"f56a5200-f207-4a1f-8aef-1a3e0f37f6a5","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":"NTEwYTZkMjU1YWFjMjFhNWNhOTA1YWUxMTRkY2EyMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70bf2919-10aa-4f8b-9acc-535488ae5f66","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":"ZjgwOTI2ZDU5OGQyOTc0M2Q3ZDg0ZmYwMjI3MTBkNmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8b6da098-d947-49c8-89ae-7d3ba3930e27","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":"63fcd512-7c3e-4b56-8b9c-5fb1e4a48450","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":"7276b8be-1397-41f4-b781-0edf7885a057","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":"1ce76f5b-4983-467b-86f4-7a63661149b0","artifactVersion":"2","generatedFromUUID":"63fcd512-7c3e-4b56-8b9c-5fb1e4a48450"},{"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":"NjljZDBkMWQ2YTdhYWI4OGE1YzEzMjQ0ODRlNDc2Njc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a803d9aa-3ace-40a1-9c2f-dbfa41c207b5","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":"ZGNhMzZkOGJhMjc0N2E3YTk5OGM1NTI5MmE4NGI5MTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f34102e-5e0c-46ae-b7b0-a85bc4ed3d13","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODVhNDNmMGZlZDViYzBiYjFkMmYwYjk3ZDM1ODE2NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a4d4e640-5352-4c13-98a8-d9f5bd16688b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:09:34.233Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:09:34.234Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:09:34.234Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:09:34.234Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:09:35.235Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:09:35.235Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:09:35.235Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:09:35.235Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:09:36.236Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:09:36.237Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:09:36.237Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:09:36.237Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:09:37.238Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:09:37.238Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:09:37.238Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:09:37.239Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:09:38.239Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:09:38.240Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:09:38.240Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:09:38.240Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:09:39.241Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:09:39.241Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:09:39.241Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:09:39.242Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:09:40.242Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:09:40.243Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:09:40.243Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:09:40.243Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:09:41.244Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:09:41.245Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:09:41.245Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:09:41.245Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:09:42.246Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2823e6b4-f863-46ec-9e77-5583ab7d635d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a4aae1ce-3552-424e-9d88-84672a879590",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "f56a5200-f207-4a1f-8aef-1a3e0f37f6a5",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5525a09a-b30b-4b48-ba24-4dd347648df3",
      "resourceInvariantUUID": "10899fff-ce0f-4de4-ae9b-782dbc0be769",
      "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": "ZjgwOTI2ZDU5OGQyOTc0M2Q3ZDg0ZmYwMjI3MTBkNmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8b6da098-d947-49c8-89ae-7d3ba3930e27",
          "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": "63fcd512-7c3e-4b56-8b9c-5fb1e4a48450",
          "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": "1ce76f5b-4983-467b-86f4-7a63661149b0",
            "generatedFromUUID": "63fcd512-7c3e-4b56-8b9c-5fb1e4a48450"
          },
          "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": "1ce76f5b-4983-467b-86f4-7a63661149b0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODVhNDNmMGZlZDViYzBiYjFkMmYwYjk3ZDM1ODE2NjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a4d4e640-5352-4c13-98a8-d9f5bd16688b"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:09:42.246Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:09:42.247Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2823e6b4-f863-46ec-9e77-5583ab7d635d ASDC
2023-03-24T07:09:42.247Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:e9e8a232-b427-4b79-bf55-5ee47a8c5415
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:2823e6b4-f863-46ec-9e77-5583ab7d635d
ServiceInvariantUUID:a4aae1ce-3552-424e-9d88-84672a879590
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:a4d4e640-5352-4c13-98a8-d9f5bd16688b
ArtifactChecksum:ODVhNDNmMGZlZDViYzBiYjFkMmYwYjk3ZDM1ODE2NjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:f56a5200-f207-4a1f-8aef-1a3e0f37f6a5
ResourceInvariantUUID:10899fff-ce0f-4de4-ae9b-782dbc0be769
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:5525a09a-b30b-4b48-ba24-4dd347648df3
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:8b6da098-d947-49c8-89ae-7d3ba3930e27
ArtifactChecksum:ZjgwOTI2ZDU5OGQyOTc0M2Q3ZDg0ZmYwMjI3MTBkNmE=
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:63fcd512-7c3e-4b56-8b9c-5fb1e4a48450
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:1ce76f5b-4983-467b-86f4-7a63661149b0
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:1ce76f5b-4983-467b-86f4-7a63661149b0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T07:09:42.247Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2823e6b4-f863-46ec-9e77-5583ab7d635d 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-24T07:09:42.315Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:09:42.316Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:09:42.316Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:09:42.316Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-24T07:09:42.316Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:09:42.316Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-24T07:09:42.555Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:09:42.558Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a4d4e640-5352-4c13-98a8-d9f5bd16688b 83002
2023-03-24T07:09:42.558Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:42.558Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:42.558Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:09:42.559Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:09:42.559Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:09:42.559Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641782558,
  "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-24T07:09:43.560Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:09:43.561Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:09:43.561Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-24T07:09:43.562Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-24T07:09:43.563Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-24T07:09:43.563Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-24T07:09:43.654Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13373037650069180969/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-24T07:09:44.586Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T07:09:44.586Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:09:44.586Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-24T07:09:44.586Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T07:09:44.587Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|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-BasicVmMacro-csar.csar
2023-03-24T07:09:44.587Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|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-BasicVmMacro-csar.csar
2023-03-24T07:09:44.587Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|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-BasicVmMacro-csar.csar
2023-03-24T07:09:44.587Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|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-BasicVmMacro-csar.csar
2023-03-24T07:09:44.587Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|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-BasicVmMacro-csar.csar
2023-03-24T07:09:44.587Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|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-BasicVmMacro-csar.csar
2023-03-24T07:09:44.587Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:44.587Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:09:44.587Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:44.587Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:09:44.587Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-24T07:09:44.587Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:09:44.588Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:09:44.588Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:44.588Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:09:44.588Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-24T07:09:44.588Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:09:44.588Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:09:44.588Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:44.588Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:09:44.588Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:44.588Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-24T07:09:44.588Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-24T07:09:44.588Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-24T07:09:44.588Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-24T07:09:44.588Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-24T07:09:44.588Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-24T07:09:44.588Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:44.588Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-24T07:09:44.589Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:44.589Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-24T07:09:44.589Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T07:09:44.589Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:44.589Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-24T07:09:44.589Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T07:09:44.589Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:44.589Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-24T07:09:44.589Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T07:09:44.589Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:44.589Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-24T07:09:44.589Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-24T07:09:44.589Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-24T07:09:44.589Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=38c38998-12ce-4159-8cbc-80ebd5f77c6e
2023-03-24T07:09:44.589Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:44.589Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:09:44.590Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:44.590Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:09:44.590Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:44.590Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:09:44.590Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:44.590Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:09:44.590Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:2823e6b4-f863-46ec-9e77-5583ab7d635d
Model Version:NULL
Model InvariantUuid:a4aae1ce-3552-424e-9d88-84672a879590
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:4c55ef21-076e-4d74-b810-6620ac09f167
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:10899fff-ce0f-4de4-ae9b-782dbc0be769
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f56a5200-f207-4a1f-8aef-1a3e0f37f6a5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:66c6b5ce-9542-44dd-ac27-4e61bfc87f71
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:83af7238-0d6f-4841-988d-d0425d7a86f8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:38c38998-12ce-4159-8cbc-80ebd5f77c6e
ModelInvariantUuid:bc2b9811-ab02-4eac-85d1-a5565b9b1bfc
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:5cd548f9-46a9-410d-8b8c-7643b5281c88
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:490e2e71-11bb-42a8-aac9-8e2d5fb9f9d7
ModelInvariantUuid:e65c9801-66c0-4247-939b-fd9a202e7cab
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:b2f547a3-1e5c-4a8a-8815-3cfdb083f7c8
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-24T07:09:44.605Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 5525a09a-b30b-4b48-ba24-4dd347648df3
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-24T07:09:44.609Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2023-03-24T07:09:44.609Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5525a09a-b30b-4b48-ba24-4dd347648df3
2023-03-24T07:09:44.609Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8b6da098-d947-49c8-89ae-7d3ba3930e27 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-24T07:09:44.609Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:09:44.609Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:44.697Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:09:44.697Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 8b6da098-d947-49c8-89ae-7d3ba3930e27 792
2023-03-24T07:09:44.698Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:44.698Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:44.698Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:09:44.698Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:09:44.698Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:09:44.698Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641784697,
  "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-24T07:09:45.699Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "66c6b5ce-9542-44dd-ac27-4e61bfc87f71",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83af7238-0d6f-4841-988d-d0425d7a86f8",
    "vfModuleModelCustomizationUUID": "3901f1dc-39d4-438a-9bf0-72cc7b7921aa",
    "isBase": true,
    "artifacts": [
      "63fcd512-7c3e-4b56-8b9c-5fb1e4a48450",
      "1ce76f5b-4983-467b-86f4-7a63661149b0"
    ],
    "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-24T07:09:45.703Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83af7238-0d6f-4841-988d-d0425d7a86f8
VfModuleModelInvariantUUID:66c6b5ce-9542-44dd-ac27-4e61bfc87f71
VfModuleModelDescription:NULL
Artifacts UUID List:{
63fcd512-7c3e-4b56-8b9c-5fb1e4a48450
,
1ce76f5b-4983-467b-86f4-7a63661149b0

}
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-24T07:09:45.706Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "66c6b5ce-9542-44dd-ac27-4e61bfc87f71",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83af7238-0d6f-4841-988d-d0425d7a86f8",
    "vfModuleModelCustomizationUUID": "3901f1dc-39d4-438a-9bf0-72cc7b7921aa",
    "isBase": true,
    "artifacts": [
      "63fcd512-7c3e-4b56-8b9c-5fb1e4a48450",
      "1ce76f5b-4983-467b-86f4-7a63661149b0"
    ],
    "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-24T07:09:45.707Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83af7238-0d6f-4841-988d-d0425d7a86f8
VfModuleModelInvariantUUID:66c6b5ce-9542-44dd-ac27-4e61bfc87f71
VfModuleModelDescription:NULL
Artifacts UUID List:{
63fcd512-7c3e-4b56-8b9c-5fb1e4a48450
,
1ce76f5b-4983-467b-86f4-7a63661149b0

}
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-24T07:09:45.707Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 63fcd512-7c3e-4b56-8b9c-5fb1e4a48450 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-24T07:09:45.708Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:09:45.709Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:45.787Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:09:45.788Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 63fcd512-7c3e-4b56-8b9c-5fb1e4a48450 5033
2023-03-24T07:09:45.788Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:45.788Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:45.788Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:09:45.788Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:09:45.788Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:09:45.789Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641785788,
  "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-24T07:09:46.789Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1ce76f5b-4983-467b-86f4-7a63661149b0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-24T07:09:46.790Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:09:46.790Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:46.874Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:09:46.875Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 1ce76f5b-4983-467b-86f4-7a63661149b0 903
2023-03-24T07:09:46.876Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:46.876Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:46.876Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:09:46.876Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:09:46.876Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:09:46.876Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641786875,
  "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-24T07:09:47.877Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2823e6b4-f863-46ec-9e77-5583ab7d635d
2023-03-24T07:09:47.877Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 5525a09a-b30b-4b48-ba24-4dd347648df3 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-24T07:09:47.909Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45be5e26, org.onap.sdc.toscaparser.api.parameters.Input@1f8627f8, org.onap.sdc.toscaparser.api.parameters.Input@23db1f32, org.onap.sdc.toscaparser.api.parameters.Input@28a22cb5, org.onap.sdc.toscaparser.api.parameters.Input@1fda08e9]
2023-03-24T07:09:47.910Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:47.911Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:09:47.911Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-03-24T07:09:47.911Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f56a5200-f207-4a1f-8aef-1a3e0f37f6a5
2023-03-24T07:09:47.911Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f56a5200-f207-4a1f-8aef-1a3e0f37f6a5 matches Tosca VF Customization UUID: f56a5200-f207-4a1f-8aef-1a3e0f37f6a5
2023-03-24T07:09:47.911Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f56a5200-f207-4a1f-8aef-1a3e0f37f6a5  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-24T07:09:47.916Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:47.917Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:09:47.917Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f56a5200-f207-4a1f-8aef-1a3e0f37f6a5: {\"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-24T07:09:47.917Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73eab4ea
2023-03-24T07:09:47.917Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:47.918Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-24T07:09:47.919Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3901f1dc-39d4-438a-9bf0-72cc7b7921aa
2023-03-24T07:09:47.919Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3901f1dc-39d4-438a-9bf0-72cc7b7921aa
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-24T07:09:47.924Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:47.924Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-24T07:09:47.924Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T07:09:47.924Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:47.924Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-24T07:09:47.924Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T07:09:47.924Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:47.924Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-24T07:09:47.924Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-24T07:09:47.924Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-24T07:09:47.925Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=38c38998-12ce-4159-8cbc-80ebd5f77c6e
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-24T07:09:47.928Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:47.929Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-24T07:09:47.929Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-24T07:09:47.929Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:47.929Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-24T07:09:47.929Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f56a5200-f207-4a1f-8aef-1a3e0f37f6a5
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-24T07:09:47.932Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:47.932Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:09:47.933Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2823e6b4-f863-46ec-9e77-5583ab7d635d: basic_vm_macro
2023-03-24T07:09:47.933Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:47.933Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:09:47.933Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:47.933Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:09:47.933Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:47.933Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:09:47.933Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:47.934Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:09:47.934Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:09:47.934Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:09:47.934Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:48.116Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 5525a09a-b30b-4b48-ba24-4dd347648df3 1 ASDC deployResourceStructure
2023-03-24T07:09:48.116Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:48.116Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:48.116Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T07:09:48.117Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:09:48.117Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:09:48.117Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641788116,
  "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-24T07:09:49.118Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:49.118Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:49.118Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T07:09:49.118Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:09:49.118Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:09:49.119Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641789118,
  "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-24T07:09:50.119Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:50.120Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:50.120Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T07:09:50.120Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:09:50.120Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:09:50.120Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641790119,
  "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-24T07:09:51.121Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:51.121Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||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-24T07:09:51.121Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T07:09:51.121Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:09:51.121Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:09:51.121Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641791121,
  "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-24T07:09:52.122Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e8a232-b427-4b79-bf55-5ee47a8c5415
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:09:52.145Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e8a232-b427-4b79-bf55-5ee47a8c5415
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-24T07:09:52.149Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:09:52.150Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:09:52.150Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:09:52.150Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:09:52.150Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:09:52.150Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:09:52.150Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:09:52.150Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:09:52.150Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|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-24T07:09:52.165Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:09:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:09:59.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:09:59.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:09:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:09:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641684038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:09:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641685785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists"
}
2023-03-24T07:09:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641686786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 already exists"
}
2023-03-24T07:09:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641718006,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:09:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:09:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T07:09:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:09:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:09:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-24T07:09:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-24T07:09:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-24T07:09:59.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:09:59.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:09:59.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:09:59.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641729400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:09:59.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641731422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:09:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641732512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:09:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641733606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:09:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641734694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:09:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641735788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:09:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641736917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-24T07:09:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641737919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-03-24T07:09:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:09:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:09:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641738921,
  "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-24T07:09:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:10:22.165Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9e8a232-b427-4b79-bf55-5ee47a8c5415 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-24T07:10:22.175Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9e8a232-b427-4b79-bf55-5ee47a8c5415 and serviceModelVersionId: 2823e6b4-f863-46ec-9e77-5583ab7d635d
2023-03-24T07:10:22.176Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4aae1ce-3552-424e-9d88-84672a879590
2023-03-24T07:10:22.176Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0
2023-03-24T07:10:22.183Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:10:22.201Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|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/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?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-24T07:10:22.201Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0|INFO|500||Invoke
2023-03-24T07:10:22.207Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:10:22.332Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0|INFO|500||InvokeReturn
2023-03-24T07:10:22.333Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|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/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:10:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[121], vertex-id=[454808], x-aai-txid=[1-aai-resources-230324-07:10:22:733-23978], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:10:22.333Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:10:22.333Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:10:22.334Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|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-24T07:10:22.345Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|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-24T07:10:22.345Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9e8a232-b427-4b79-bf55-5ee47a8c5415 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:10:22.346Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:10:22.346Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:10:22.346Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:10:22.346Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641822346,
  "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-24T07:10:23.374Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:10:23.374Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"8f0da87f-e35e-4090-a68a-eb3ab2daa5dd","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"88c2e0bc-2337-4b4e-973a-b1f1157b9c7d","serviceDescription":"service","serviceInvariantUUID":"63f671dc-819e-44a5-849f-92d8b0e6e1b4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"96e8f8c8-f63d-424c-88b8-e55c1951b0e8","resourceInvariantUUID":"b41109b6-4c02-4dc5-9761-1ddef6d6bbb7","resourceCustomizationUUID":"bb5fe27e-b818-4da0-bb59-015fd06304e7","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":"M2JkOGExZTk5NWQ2YTM1MGViNGNhMmI4YjlhM2YzNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"369f3050-3b57-4c9e-afc3-eb005213bb13","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":"df570ab2-68cd-471b-99a3-6e62ff76f2c9","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":"9e94464c-3a55-47dd-9108-7807c805831f","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":"ODU0YjM2OTBkZTkyMTZjYmExNTJkMzkzYTc1YWZlOGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6f0fb495-9d9a-4bb4-8e8c-579747ba2e35","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":"11bdcb71-1ae2-4e07-a5aa-fe6e0531929d","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":"20b2df7c-db25-42ab-b94d-cd7f41cb00aa","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":"63feeb51-9e15-495c-905a-4dab30e3bffa","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":"YmI3NjY1ZWFkZDllNzMwM2NlMjUzMGE4NDU0OThmZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"321f5aa4-5117-4508-976e-2f9d17c602a1","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YWMzZjJmMTcwZmI4M2JmMWVkNGJjODA0MTlmNjI0ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0c069d4-006a-47ab-a149-080a7dc64d9a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:10:23.375Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:10:23.375Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:10:23.375Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:10:23.375Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:10:24.376Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:10:24.376Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:10:24.376Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:10:24.376Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:10:25.377Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:10:25.378Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:10:25.378Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:10:25.378Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:10:26.379Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:10:26.379Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:10:26.379Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:10:26.379Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:10:27.380Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:10:27.380Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:10:27.381Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:10:27.381Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:10:28.381Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:10:28.382Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:10:28.382Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:10:28.382Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:10:29.383Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:10:29.383Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:10:29.383Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:10:29.384Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:10:30.384Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:10:30.385Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:10:30.385Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:10:30.385Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "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-24T07:10:31.386Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:10:31.386Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:10:31.386Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:10:31.386Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:10:32.387Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "88c2e0bc-2337-4b4e-973a-b1f1157b9c7d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "63f671dc-819e-44a5-849f-92d8b0e6e1b4",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "bb5fe27e-b818-4da0-bb59-015fd06304e7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "96e8f8c8-f63d-424c-88b8-e55c1951b0e8",
      "resourceInvariantUUID": "b41109b6-4c02-4dc5-9761-1ddef6d6bbb7",
      "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": "YWMzZjJmMTcwZmI4M2JmMWVkNGJjODA0MTlmNjI0ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e0c069d4-006a-47ab-a149-080a7dc64d9a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:10:32.388Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:10:32.388Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d ASDC
2023-03-24T07:10:32.388Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8f0da87f-e35e-4090-a68a-eb3ab2daa5dd
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:88c2e0bc-2337-4b4e-973a-b1f1157b9c7d
ServiceInvariantUUID:63f671dc-819e-44a5-849f-92d8b0e6e1b4
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:e0c069d4-006a-47ab-a149-080a7dc64d9a
ArtifactChecksum:YWMzZjJmMTcwZmI4M2JmMWVkNGJjODA0MTlmNjI0ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:bb5fe27e-b818-4da0-bb59-015fd06304e7
ResourceInvariantUUID:b41109b6-4c02-4dc5-9761-1ddef6d6bbb7
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:96e8f8c8-f63d-424c-88b8-e55c1951b0e8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:10:32.388Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d 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-24T07:10:32.429Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:10:32.429Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:10:32.430Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:10:32.430Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e0c069d4-006a-47ab-a149-080a7dc64d9a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T07:10:32.430Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:10:32.430Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T07:10:32.459Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T07:10:32.459Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@66148f9d
2023-03-24T07:10:32.459Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:10:32.460Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-24T07:10:32.460Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e0c069d4-006a-47ab-a149-080a7dc64d9a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:10:32.460Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:10:32.460Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-24T07:10:32.460Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:10:32.461Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:10:32.461Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:10:32.461Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641832460,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:10:33.462Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:e0c069d4-006a-47ab-a149-080a7dc64d9a)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T07:10:33.486Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T07:10:33.487Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 96e8f8c8-f63d-424c-88b8-e55c1951b0e8
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-24T07:10:33.491Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||test-pnf 0
2023-03-24T07:10:33.491Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 96e8f8c8-f63d-424c-88b8-e55c1951b0e8
2023-03-24T07:10:33.492Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d
2023-03-24T07:10:33.492Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d
2023-03-24T07:10:33.492Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 96e8f8c8-f63d-424c-88b8-e55c1951b0e8 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=?
2023-03-24T07:10:33.498Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Exception :
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.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.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$597fafcf.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T07:10:33.526Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_INSTALL_EXC No element listed 300 Exception caught during installation of test-pnf. Transaction rollback
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.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.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$597fafcf.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T07:10:33.534Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 96e8f8c8-f63d-424c-88b8-e55c1951b0e8 0 ASDC deployResourceStructure
2023-03-24T07:10:33.534Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||ERROR|500||Exception occurred
org.onap.so.asdc.client.exceptions.ArtifactInstallerException: Exception caught during installation of test-pnf. Transaction rollback.
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:430)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.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.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$597fafcf.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	... 23 common frames omitted
2023-03-24T07:10:33.535Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:10:33.536Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Exception caught during installation of test-pnf. Transaction rollback.)
2023-03-24T07:10:33.536Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:10:33.536Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:10:33.536Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:10:33.537Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641833535,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:10:34.537Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:10:34.561Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd
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-24T07:10:34.565Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:10:34.565Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:10:34.565Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:10:34.565Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:10:34.565Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:10:34.565Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:10:34.565Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:10:34.566Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-24T07:10:34.566Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-24T07:10:34.578Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:10:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:10:59.165Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: cached metadata has changed from (version90: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version91: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-24T07:10:59.179Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T07:10:59.179Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T07:10:59.184Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:10:59.184Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 24: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T07:10:59.198Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:10:59.199Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:10:59.199Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:10:59.204Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T07:10:59.204Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T07:10:59.204Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T07:10:59.205Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1124, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T07:10:59.205Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T07:10:59.205Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T07:11:00.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.224Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641739922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-03-24T07:11:00.224Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.224Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641740924,
  "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-24T07:11:00.224Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.224Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641741927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T07:11:00.224Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.225Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641773199,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:11:00.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.225Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:11:00.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.225Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T07:11:00.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.225Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:11:00.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.225Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:11:00.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.225Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T07:11:00.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.225Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:11:00.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:11:00.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:11:00.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641782558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:11:00.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641784697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:11:00.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641785788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:11:00.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641786875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:11:00.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.227Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641788116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-24T07:11:00.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.227Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641789118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-24T07:11:00.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.227Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641790119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-24T07:11:00.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.227Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641791121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T07:11:00.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.227Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641822346,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:11:00.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.227Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:11:00.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:11:00.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:11:00.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:11:00.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:11:00.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:11:00.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:11:00.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:11:00.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641178927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:11:00.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641832460,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:11:00.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:00.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:11:00.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641833535,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
}
2023-03-24T07:11:00.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:11:04.579Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd 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-24T07:11:04.592Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd and serviceModelVersionId: 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d
2023-03-24T07:11:04.592Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 63f671dc-819e-44a5-849f-92d8b0e6e1b4
2023-03-24T07:11:04.593Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0
2023-03-24T07:11:04.600Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:11:04.619Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|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/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?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-24T07:11:04.620Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|INFO|500||Invoke
2023-03-24T07:11:04.627Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T07:11:04.748Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|INFO|500||InvokeReturn
2023-03-24T07:11:04.749Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|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/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:11:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[117], vertex-id=[467096], x-aai-txid=[2-aai-resources-230324-07:11:05:154-31469], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:11:04.749Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:11:04.750Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:11:04.750Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|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-24T07:11:04.763Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|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-24T07:11:04.763Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-24T07:11:04.764Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:11:04.764Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:11:04.764Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:11:04.765Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641864763,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
} 
 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-24T07:11:05.791Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T07:11:05.792Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-24T07:11:05.793Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Node 0 disconnected.
2023-03-24T07:11:05.793Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Node 2 disconnected.
2023-03-24T07:11:05.793Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Cancelled in-flight METADATA request with correlation id 125481 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-24T07:11:05.794Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-24T07:11:05.794Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-24T07:11:05.794Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Lost previously 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-24T07:11:05.794Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T07:11:05.799Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-233e3fc1-778f-4f5a-9a6d-38666dd2dadf
2023-03-24T07:11:05.799Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=10, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-24T07:11:05.799Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T07:11:05.799Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T07:11:08.342Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:11:11.352Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:11:14.362Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:11:17.371Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:11:20.380Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:11:23.389Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:11:26.398Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:11:29.407Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:11:32.416Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:11:35.424Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:11:38.433Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:11:41.442Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:11:44.452Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:11:47.467Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:11:50.475Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:11:53.484Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:11:56.493Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:11:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:11:59.183Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T07:11:59.183Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T07:11:59.188Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:11:59.189Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-233e3fc1-778f-4f5a-9a6d-38666dd2dadf', protocol='range'}
2023-03-24T07:11:59.194Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:11:59.194Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:11:59.194Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:11:59.194Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:11:59.194Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:11:59.194Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:11:59.194Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 25: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-233e3fc1-778f-4f5a-9a6d-38666dd2dadf=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-24T07:11:59.209Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:11:59.210Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:11:59.210Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-233e3fc1-778f-4f5a-9a6d-38666dd2dadf', protocol='range'}
2023-03-24T07:11:59.210Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:11:59.210Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T07:11:59.210Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T07:11:59.214Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T07:11:59.214Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T07:11:59.214Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T07:11:59.214Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1156, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T07:11:59.214Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T07:11:59.214Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T07:11:59.214Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-24T07:11:59.214Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-24T07:11:59.215Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-24T07:11:59.215Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-24T07:11:59.215Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-24T07:11:59.215Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-24T07:12:00.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.237Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679641841627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.238Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679641843326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.238Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679641844188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.239Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679641848407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.239Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.239Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679641854275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.239Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.239Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679641843326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.239Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.239Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679641841627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.239Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.240Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679641844188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.240Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.240Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679641848407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.240Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.240Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679641854275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.240Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.241Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679641843326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.241Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679641841627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.241Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679641844188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.241Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679641848407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.242Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641864763,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-24T07:12:00.242Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.242Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679641854275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.242Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.242Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679641843326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.242Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.242Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679641841627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.243Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.243Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679641844188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.243Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.243Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679641848407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.243Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.244Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679641854275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.244Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.244Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679641843326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.244Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.244Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679641841627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.244Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.244Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679641844188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.245Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.245Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679641848407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.245Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.245Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679641854275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.245Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.245Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679641843326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.245Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.245Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679641841627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.245Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.245Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679641844188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.245Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.246Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679641848407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.246Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.246Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679641854275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.246Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.246Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679641843326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.246Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.246Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679641841627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.246Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.246Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679641844188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.246Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.246Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679641848407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:12:00.247Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.247Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679641854275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.247Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.247Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679641843326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.247Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.247Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679641841627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.247Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.247Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679641844188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.247Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.247Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679641848407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.247Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.247Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679641870033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.248Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.248Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679641854275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.248Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.248Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679641843326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:12:00.248Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.248Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679641841627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:12:00.248Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.250Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679641844188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:12:00.250Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.250Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679641848407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.250Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.250Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679641870033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.250Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.250Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679641854275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:12:00.250Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.249Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.250Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679641870696,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:12:00.250Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.250Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679641871858,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:12:00.250Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"4f4d2f06-0494-43a6-a64b-32572ec2cd4f","serviceName":"basic_onboard_OYYEOA","serviceVersion":"1.0","serviceUUID":"2a896d72-3427-42c3-9c51-7a9baf301927","serviceDescription":"service","serviceInvariantUUID":"6453009a-682f-4779-b09e-13f352c10a5e","resources":[{"resourceInstanceName":"basic_onboard_OYYEOA 0","resourceName":"basic_onboard_OYYEOA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d9a7313-b25d-475c-8377-9adfb946efd0","resourceInvariantUUID":"8009040d-b91b-4b13-85c4-fece6bfcb0e3","resourceCustomizationUUID":"b1cc5ca1-1246-4125-8ebc-a1079cbe8be6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml","artifactChecksum":"MmU1NTE5ODY5OTI0NjgzMjNkZjkwY2ZiMzMwM2RiYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad1c8aa3-beee-41e2-9e8e-78f7b34ffb87","artifactVersion":"1"},{"artifactName":"basic_onboard_oyyeoa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json","artifactChecksum":"ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcdf0b55-be83-46be-8a09-353314708f63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"436972f1-f03c-4954-b459-893758d8a32e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3cfbecdb-62ec-46ee-8bdc-738bde9a35cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f6639ec1-9d9b-479d-afd4-ac5df430d2b2","artifactVersion":"2","generatedFromUUID":"436972f1-f03c-4954-b459-893758d8a32e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOyyeoa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml","artifactChecksum":"ZjQzN2RmZjUwYzdmZjFhMTY4ZmY3NGRjMDhlMTZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eac9735-ec93-4f95-9a41-b064de4ec4a5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOyyeoa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar","artifactChecksum":"ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:12:00.250Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.251Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679641870033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.251Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.251Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679641870850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:12:00.251Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.251Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679641871698,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T07:12:00.251Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.251Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679641870033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.251Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.251Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679641872700,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2023-03-24T07:12:00.252Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:12:00.252Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:12:00.252Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:12:00.252Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:12:00.595Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 644ff666-7cb6-4c8f-a485-a08191b720fd
2023-03-24T07:12:00.595Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 644ff666-7cb6-4c8f-a485-a08191b720fd 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-24T07:12:00.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.614Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679641870033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.615Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679641872559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T07:12:00.615Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.615Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679641870033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.615Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.615Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679641873563,
  "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-24T07:12:00.628Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 644ff666-7cb6-4c8f-a485-a08191b720fd
2023-03-24T07:12:00.629Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 644ff666-7cb6-4c8f-a485-a08191b720fd 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-24T07:12:00.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.649Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679641870033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.649Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679641870033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:00.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.649Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679641870033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:12:00.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.649Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679641879162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:12:00.650Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.650Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679641882706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T07:12:00.650Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:12:00.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:00.650Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1679641883707,
  "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-24T07:12:00.663Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 644ff666-7cb6-4c8f-a485-a08191b720fd
2023-03-24T07:12:00.663Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 644ff666-7cb6-4c8f-a485-a08191b720fd 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-24T07:12:01.253Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:12:01.254Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:12:01.254Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:12:01.254Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:12:02.255Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:12:02.255Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:12:02.256Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:12:02.256Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:12:03.257Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:12:03.257Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:12:03.257Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:12:03.257Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:12:04.258Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:12:04.259Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:12:04.259Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:12:04.259Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:12:05.260Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:12:05.261Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:12:05.261Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:12:05.261Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:12:06.262Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:12:06.262Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:12:06.262Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:12:06.262Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:12:07.264Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "serviceName": "basic_onboard_OYYEOA",
  "serviceVersion": "1.0",
  "serviceUUID": "2a896d72-3427-42c3-9c51-7a9baf301927",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6453009a-682f-4779-b09e-13f352c10a5e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OYYEOA 0",
      "resourceCustomizationUUID": "b1cc5ca1-1246-4125-8ebc-a1079cbe8be6",
      "resourceName": "basic_onboard_OYYEOA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d9a7313-b25d-475c-8377-9adfb946efd0",
      "resourceInvariantUUID": "8009040d-b91b-4b13-85c4-fece6bfcb0e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_oyyeoa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
          "artifactChecksum": "ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bcdf0b55-be83-46be-8a09-353314708f63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "436972f1-f03c-4954-b459-893758d8a32e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
            "generatedFromUUID": "436972f1-f03c-4954-b459-893758d8a32e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOyyeoa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
      "artifactChecksum": "ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:12:07.264Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:12:07.264Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a896d72-3427-42c3-9c51-7a9baf301927 ASDC
2023-03-24T07:12:07.264Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4f4d2f06-0494-43a6-a64b-32572ec2cd4f
ServiceName:basic_onboard_OYYEOA
ServiceVersion:1.0
ServiceUUID:2a896d72-3427-42c3-9c51-7a9baf301927
ServiceInvariantUUID:6453009a-682f-4779-b09e-13f352c10a5e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOyyeoa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
ArtifactUUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e
ArtifactChecksum:ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OYYEOA 0
ResourceCustomizationUUID:b1cc5ca1-1246-4125-8ebc-a1079cbe8be6
ResourceInvariantUUID:8009040d-b91b-4b13-85c4-fece6bfcb0e3
ResourceName:basic_onboard_OYYEOA
ResourceType:VF
ResourceUUID:3d9a7313-b25d-475c-8377-9adfb946efd0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oyyeoa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
ArtifactUUID:bcdf0b55-be83-46be-8a09-353314708f63
ArtifactChecksum:ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE=
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:436972f1-f03c-4954-b459-893758d8a32e
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T07:12:07.264Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a896d72-3427-42c3-9c51-7a9baf301927 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:12:07.306Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:12:07.306Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:12:07.306Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:12:07.306Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T07:12:07.306Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:12:07.307Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T07:12:07.325Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T07:12:07.325Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@442ccd80
2023-03-24T07:12:07.325Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:12:07.325Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T07:12:07.325Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOyyeoa-csar.csar /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:12:07.325Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar ASDC sendASDCNotification
2023-03-24T07:12:07.326Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(Specified artifact is  not found)
2023-03-24T07:12:07.326Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:12:07.326Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:12:07.326Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:12:07.326Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641927325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:12:08.327Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOyyeoa-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(UUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T07:12:08.343Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T07:12:08.344Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
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-24T07:12:08.348Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||basic_onboard_OYYEOA 0
2023-03-24T07:12:08.348Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
2023-03-24T07:12:08.348Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bcdf0b55-be83-46be-8a09-353314708f63 from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T07:12:08.349Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:12:08.349Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T07:12:08.362Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T07:12:08.362Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2b34ff99
2023-03-24T07:12:08.362Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:12:08.362Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T07:12:08.362Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_oyyeoa0_modules.json /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json bcdf0b55-be83-46be-8a09-353314708f63 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:12:08.362Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json ASDC sendASDCNotification
2023-03-24T07:12:08.362Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(Specified artifact is  not found)
2023-03-24T07:12:08.363Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:12:08.363Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:12:08.363Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:12:08.363Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641928362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:12:09.364Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_oyyeoa0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(UUID:bcdf0b55-be83-46be-8a09-353314708f63)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T07:12:09.364Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:12:09.385Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:12:09.389Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:12:09.389Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:12:39.390Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:12:39.414Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:12:39.419Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:12:39.419Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:12:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:12:59.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:12:59.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:12:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:13:09.419Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:13:09.444Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:13:09.449Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:13:09.449Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:13:39.449Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:13:39.475Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:13:39.482Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:13:39.483Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:13:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:13:59.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:13:59.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T07:13:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:13:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:13:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:13:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:13:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:13:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:13:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:13:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:13:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-24T07:13:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:13:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:13:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:13:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:13:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:13:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:13:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:13:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:13:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641927325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:13:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:13:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:13:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641928362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:13:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:14:09.483Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:14:09.509Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:14:09.514Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:14:09.515Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:14:39.515Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:14:39.535Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:14:39.539Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:14:39.540Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:14:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:15:09.540Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:15:09.563Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:15:09.567Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:15:09.567Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:15:39.567Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:15:39.594Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:15:39.600Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:15:39.600Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:15:59.165Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:16:09.600Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:16:09.626Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:16:09.631Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:16:09.631Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:16:39.631Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:16:39.659Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:16:39.663Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:16:39.663Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:16:59.167Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:17:00.312Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-24T07:17:00.313Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Member SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-233e3fc1-778f-4f5a-9a6d-38666dd2dadf sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-24T07:17:00.313Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-24T07:17:00.313Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-24T07:17:02.789Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:17:02.803Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T07:17:02.804Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T07:17:02.810Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:17:02.811Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 26: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T07:17:02.828Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:17:02.829Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:17:02.829Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:17:02.835Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T07:17:02.835Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T07:17:02.835Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T07:17:02.836Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1230, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T07:17:02.836Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T07:17:02.836Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T07:17:09.663Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-24T07:17:09.664Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T07:17:09.672Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and serviceModelVersionId: 2a896d72-3427-42c3-9c51-7a9baf301927
2023-03-24T07:17:09.673Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6453009a-682f-4779-b09e-13f352c10a5e
2023-03-24T07:17:09.674Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0
2023-03-24T07:17:09.679Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:17:09.694Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||Invoke
2023-03-24T07:17:09.694Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6f3bc5ae-8365-452d-9010-5df3dbf609a5], X-ECOMP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-TransactionId=[], X-ONAP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], Content-Type=[application/merge-patch+json]}
2023-03-24T07:17:09.701Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T07:17:09.909Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:17:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[204], vertex-id=[196704], x-aai-txid=[0-aai-resources-230324-07:17:10:236-70199], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:17:09.910Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:17:09.911Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||InvokeReturn
2023-03-24T07:17:09.911Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:17:09.912Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T07:17:09.924Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T07:17:09.924Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-24T07:17:09.924Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-24T07:17:09.925Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:17:09.925Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:17:09.925Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642229924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:17:09.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:17:09.942Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642229924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-24T07:17:09.942Z||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-24T07:17:10.956Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:17:10.957Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"dd4d0016-b37c-432f-8772-14719db40fae","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d2fd896c-8dbd-40cf-9f32-00ea121c4b86","serviceDescription":"service","serviceInvariantUUID":"eb7fb721-ae76-4fb4-a11d-09ec966ae14c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fb543b88-df7e-4c82-8201-6f6d54ac6c50","resourceInvariantUUID":"4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c","resourceCustomizationUUID":"9d0a16e8-2977-47a9-95c1-230b7d89e748","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":"YTg3YjMxZjE4MzA2Mjc5NjhhMjUyMWU5ZGVhMDgxYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"237b512e-0d38-481d-8779-ce675533ccd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eaa5e2ab-c485-4ac8-9447-f0ec97630551","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:17:10.957Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:17:10.957Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:17:10.957Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:17:10.957Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:17:11.959Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:17:11.960Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:17:11.960Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:17:11.960Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:17:12.962Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d2fd896c-8dbd-40cf-9f32-00ea121c4b86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb7fb721-ae76-4fb4-a11d-09ec966ae14c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9d0a16e8-2977-47a9-95c1-230b7d89e748",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "fb543b88-df7e-4c82-8201-6f6d54ac6c50",
      "resourceInvariantUUID": "4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c",
      "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": "YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eaa5e2ab-c485-4ac8-9447-f0ec97630551"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:17:12.962Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:17:12.962Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d2fd896c-8dbd-40cf-9f32-00ea121c4b86 ASDC
2023-03-24T07:17:12.962Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:dd4d0016-b37c-432f-8772-14719db40fae
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d2fd896c-8dbd-40cf-9f32-00ea121c4b86
ServiceInvariantUUID:eb7fb721-ae76-4fb4-a11d-09ec966ae14c
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:eaa5e2ab-c485-4ac8-9447-f0ec97630551
ArtifactChecksum:YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9d0a16e8-2977-47a9-95c1-230b7d89e748
ResourceInvariantUUID:4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fb543b88-df7e-4c82-8201-6f6d54ac6c50
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-24T07:17:12.963Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2fd896c-8dbd-40cf-9f32-00ea121c4b86 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:17:13.012Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:17:13.012Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:17:13.012Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:17:13.013Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T07:17:13.013Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:17:13.013Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T07:17:13.042Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T07:17:13.042Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@722ee8d6
2023-03-24T07:17:13.042Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:17:13.042Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-24T07:17:13.043Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eaa5e2ab-c485-4ac8-9447-f0ec97630551 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:17:13.043Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T07:17:13.043Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-24T07:17:13.043Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:17:13.043Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:17:13.043Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:17:13.044Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642233043,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:17:14.045Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:eaa5e2ab-c485-4ac8-9447-f0ec97630551)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:17:14.088Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists
2023-03-24T07:17:14.088Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T07:17:14.088Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists)
2023-03-24T07:17:14.088Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:17:14.088Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:17:14.089Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:17:14.089Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642234088,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:17:15.090Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T07:17:15.091Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists)
2023-03-24T07:17:15.091Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:17:15.091Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:17:15.091Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:17:15.091Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642235090,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:17:16.093Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:17:16.123Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
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-24T07:17:16.127Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:17:16.128Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:17:16.128Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:17:16.128Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:17:16.128Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:17:16.128Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:17:16.128Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:17:16.128Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:17:16.128Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T07:17:16.139Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:17:46.140Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae 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-24T07:17:46.147Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd4d0016-b37c-432f-8772-14719db40fae and serviceModelVersionId: d2fd896c-8dbd-40cf-9f32-00ea121c4b86
2023-03-24T07:17:46.148Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb7fb721-ae76-4fb4-a11d-09ec966ae14c
2023-03-24T07:17:46.148Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0
2023-03-24T07:17:46.153Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:17:46.168Z|dd4d0016-b37c-432f-8772-14719db40fae|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/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?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-24T07:17:46.168Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||Invoke
2023-03-24T07:17:46.176Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:17:46.305Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||InvokeReturn
2023-03-24T07:17:46.305Z|dd4d0016-b37c-432f-8772-14719db40fae|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/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:17:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[225312], x-aai-txid=[1-aai-resources-230324-07:17:46:712-71817], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:17:46.306Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:17:46.306Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:17:46.306Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T07:17:46.319Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T07:17:46.320Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd4d0016-b37c-432f-8772-14719db40fae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:17:46.320Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:17:46.320Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:17:46.320Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:17:46.320Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642266320,
  "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-24T07:17:47.345Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:17:47.345Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"1a2365d1-074b-4844-91d3-363d03287b57","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"09ff96f4-229a-4515-9709-6d2f2c4821ac","serviceDescription":"service","serviceInvariantUUID":"45dc50b5-a169-45aa-9f0b-ccc1cea11873","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc","resourceInvariantUUID":"a7fff94d-369d-44ee-8b27-435e03531596","resourceCustomizationUUID":"b7580746-a72b-4fb1-9336-d78ac7525682","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":"YTMyNWQyZWU0MDA1ODYwMmVjMGE2Y2IxMDYwMWEyYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69c13507-0010-4c9a-ade6-d19f5baf9488","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":"N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"994e980a-ea5f-4be3-8a38-6ec36a40427d","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":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a","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":"54f5d029-3e9c-428a-9790-9535b8f1bb74","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":"249db6ea-2fe4-4b56-b5af-9585a06fdc81","artifactVersion":"2","generatedFromUUID":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2M0YTE2MDQ0ZDIwZGMxYjM4MmM1NzBmNjcwMjVjZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cacd8347-baf7-4864-851a-2e4d0d06f245","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:17:47.346Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:17:47.346Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:17:47.346Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:17:47.346Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:17:48.348Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:17:48.348Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:17:48.348Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:17:48.349Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:17:49.350Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:17:49.351Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:17:49.351Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:17:49.354Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:17:50.355Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:17:50.356Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:17:50.356Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:17:50.356Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:17:51.357Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:17:51.358Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:17:51.358Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:17:51.358Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:17:52.359Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:17:52.359Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:17:52.360Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:17:52.360Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:17:53.360Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:17:53.361Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:17:53.361Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:17:53.361Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:17:54.362Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "09ff96f4-229a-4515-9709-6d2f2c4821ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45dc50b5-a169-45aa-9f0b-ccc1cea11873",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b7580746-a72b-4fb1-9336-d78ac7525682",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc",
      "resourceInvariantUUID": "a7fff94d-369d-44ee-8b27-435e03531596",
      "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": "N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "994e980a-ea5f-4be3-8a38-6ec36a40427d",
          "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": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a",
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
            "generatedFromUUID": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"
          },
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:17:54.363Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:17:54.363Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09ff96f4-229a-4515-9709-6d2f2c4821ac ASDC
2023-03-24T07:17:54.364Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1a2365d1-074b-4844-91d3-363d03287b57
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:09ff96f4-229a-4515-9709-6d2f2c4821ac
ServiceInvariantUUID:45dc50b5-a169-45aa-9f0b-ccc1cea11873
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:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311
ArtifactChecksum:ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b7580746-a72b-4fb1-9336-d78ac7525682
ResourceInvariantUUID:a7fff94d-369d-44ee-8b27-435e03531596
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc
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:994e980a-ea5f-4be3-8a38-6ec36a40427d
ArtifactChecksum:N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE=
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:65fe8888-43b5-4f65-bf9d-77c8a3c7d02a
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T07:17:54.364Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09ff96f4-229a-4515-9709-6d2f2c4821ac 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:17:54.406Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:17:54.407Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:17:54.407Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:17:54.408Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T07:17:54.408Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:17:54.408Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T07:17:54.428Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T07:17:54.429Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@145cb680
2023-03-24T07:17:54.429Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:17:54.429Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-24T07:17:54.429Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:17:54.430Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T07:17:54.430Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-24T07:17:54.430Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:17:54.430Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:17:54.430Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:17:54.430Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642274430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:17:55.431Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:17:55.478Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists
2023-03-24T07:17:55.479Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T07:17:55.479Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists)
2023-03-24T07:17:55.479Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:17:55.479Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:17:55.479Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:17:55.479Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642275479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:17:56.481Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T07:17:56.481Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists)
2023-03-24T07:17:56.481Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:17:56.481Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:17:56.482Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:17:56.482Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642276480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:17:57.482Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:17:57.510Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
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-24T07:17:57.514Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:17:57.515Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:17:57.515Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:17:57.515Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:17:57.515Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:17:57.515Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:17:57.515Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:17:57.515Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:17:57.515Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T07:17:57.529Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:17:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:17:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:17:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:17:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:17:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:17:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:17:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:17:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:17:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642233043,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:17:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:17:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:17:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642234088,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
}
2023-03-24T07:17:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:17:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:17:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642235090,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
}
2023-03-24T07:17:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:17:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:17:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642266320,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:17:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:17:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:17:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:17:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:17:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:17:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T07:17:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:17:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:17:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:17:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:17:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:17:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:17:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:17:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:17:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T07:17:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:17:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:17:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:17:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:17:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:17:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:17:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:17:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:17:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642274430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:17:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:17:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:17:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642275479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
}
2023-03-24T07:17:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:17:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:17:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642276480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
}
2023-03-24T07:17:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:18:27.529Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57 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-24T07:18:27.540Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a2365d1-074b-4844-91d3-363d03287b57 and serviceModelVersionId: 09ff96f4-229a-4515-9709-6d2f2c4821ac
2023-03-24T07:18:27.540Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45dc50b5-a169-45aa-9f0b-ccc1cea11873
2023-03-24T07:18:27.541Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0
2023-03-24T07:18:27.548Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:18:27.568Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||Invoke
2023-03-24T07:18:27.568Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a9bec528-ddbb-4303-9073-10af229c2bdf], X-ECOMP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-TransactionId=[], X-ONAP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], Content-Type=[application/merge-patch+json]}
2023-03-24T07:18:27.582Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:18:27.709Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?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/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:18:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[123], vertex-id=[356504], x-aai-txid=[0-aai-resources-230324-07:18:28:118-95235], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:18:27.710Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:18:27.711Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||InvokeReturn
2023-03-24T07:18:27.712Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:18:27.712Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T07:18:27.726Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T07:18:27.727Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a2365d1-074b-4844-91d3-363d03287b57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:18:27.727Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:18:27.727Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:18:27.727Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:18:27.728Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642307727,
  "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-24T07:18:28.754Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:18:28.754Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"47aeea4c-050e-497f-8613-81119c7707d5","serviceName":"Demo_pNF_i16cL97oNGISgd9SfY8I","serviceVersion":"1.0","serviceUUID":"6d21b031-231c-48e2-9b5c-0e7d88d020fd","serviceDescription":"catalog service description","serviceInvariantUUID":"36e2a514-3273-43b4-aec1-d55c0635af0f","resources":[{"resourceInstanceName":"pNF 196156c4-b041 0","resourceName":"pNF 196156c4-b041","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b5ec4454-3c1e-47ea-9136-dede5fa2c277","resourceInvariantUUID":"c1923a0b-6273-4444-ac11-1fce9096051a","resourceCustomizationUUID":"b66059b5-3bb7-494c-a357-4392105f719b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml","artifactChecksum":"ZWQ3OTVmMGUwZTNiMzU5ZmVmNGQzNzc1YTcxMzhiYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1c63b36-dc3a-4547-b21e-aa0344274eef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ad0f8d2-26c0-49de-bd43-1c4bf374e11a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078338d5-2741-4210-afc5-93fe15bb8330","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml","artifactChecksum":"ZjM0Y2M4ZWVkOTJkNjEwMWQ2MmQwZDEzYjRhYjBiZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fb0ba830-9ee7-47a7-b7df-d30109bea559","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8aeb7c64-6355-449e-a401-137fb967b643","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21a99006-a94d-46a5-a378-c22a7e5688f4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactChecksum":"ZjA3NDNlYTlkOTkyNzIxNjg1NmE1NzZhNDRmMTY2MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b208e49c-1313-4351-bae0-c1233a1fe994","artifactVersion":"1"},{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactChecksum":"MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9cc91da5-e75b-4ec0-b006-8d70c31f6118","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:18:28.755Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:18:28.755Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:18:28.755Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:18:28.755Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:18:29.756Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:18:29.757Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:18:29.757Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:18:29.757Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:18:30.758Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:18:30.759Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:18:30.759Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:18:30.759Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:18:31.760Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:18:31.761Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:18:31.761Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:18:31.761Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:18:32.762Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:18:32.763Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:18:32.763Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:18:32.763Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:18:33.763Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:18:33.764Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:18:33.764Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:18:33.764Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:18:34.765Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:18:34.765Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:18:34.766Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:18:34.766Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:18:35.766Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:18:35.767Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:18:35.767Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:18:35.767Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:18:36.768Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "serviceName": "Demo_pNF_i16cL97oNGISgd9SfY8I",
  "serviceVersion": "1.0",
  "serviceUUID": "6d21b031-231c-48e2-9b5c-0e7d88d020fd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "36e2a514-3273-43b4-aec1-d55c0635af0f",
  "resources": [
    {
      "resourceInstanceName": "pNF 196156c4-b041 0",
      "resourceCustomizationUUID": "b66059b5-3bb7-494c-a357-4392105f719b",
      "resourceName": "pNF 196156c4-b041",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b5ec4454-3c1e-47ea-9136-dede5fa2c277",
      "resourceInvariantUUID": "c1923a0b-6273-4444-ac11-1fce9096051a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactChecksum": "MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9cc91da5-e75b-4ec0-b006-8d70c31f6118"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:18:36.768Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:18:36.768Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d21b031-231c-48e2-9b5c-0e7d88d020fd ASDC
2023-03-24T07:18:36.768Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:47aeea4c-050e-497f-8613-81119c7707d5
ServiceName:Demo_pNF_i16cL97oNGISgd9SfY8I
ServiceVersion:1.0
ServiceUUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
ServiceInvariantUUID:36e2a514-3273-43b4-aec1-d55c0635af0f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactUUID:9cc91da5-e75b-4ec0-b006-8d70c31f6118
ArtifactChecksum:MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 196156c4-b041 0
ResourceCustomizationUUID:b66059b5-3bb7-494c-a357-4392105f719b
ResourceInvariantUUID:c1923a0b-6273-4444-ac11-1fce9096051a
ResourceName:pNF 196156c4-b041
ResourceType:PNF
ResourceUUID:b5ec4454-3c1e-47ea-9136-dede5fa2c277
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:18:36.768Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d21b031-231c-48e2-9b5c-0e7d88d020fd 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:18:36.804Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:18:36.805Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:18:36.805Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:18:36.805Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 from URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:18:36.805Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:18:36.805Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:18:37.084Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:18:37.088Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar 9cc91da5-e75b-4ec0-b006-8d70c31f6118 88017
2023-03-24T07:18:37.088Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T07:18:37.088Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:18:37.088Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:18:37.088Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:18:37.089Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:18:37.089Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642317088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:18:38.089Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:18:38.090Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:18:38.090Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118, URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar to file: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:18:38.092Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:18:38.092Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:18:38.092Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:18:38.173Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10893359191086428244/Definitions/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml
2023-03-24T07:18:38.772Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T07:18:38.773Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:18:38.773Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:18:38.773Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T07:18:38.773Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 196156c4-b041 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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:18:38.773Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:18:38.773Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:18:38.773Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:18:38.773Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:18:38.773Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:18:38.773Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:18:38.773Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:18:38.773Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:18:38.773Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:18:38.773Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T07:18:38.774Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:18:38.774Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:18:38.774Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:18:38.774Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:18:38.774Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T07:18:38.774Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:18:38.774Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:18:38.774Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:18:38.774Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:18:38.774Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:18:38.774Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:18:38.774Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:18:38.774Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:18:38.774Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:18:38.774Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:18:38.774Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:18:38.774Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:18:38.774Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_i16cL97oNGISgd9SfY8I
Description:catalog service description
Model UUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
Model Version:NULL
Model InvariantUuid:36e2a514-3273-43b4-aec1-d55c0635af0f
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=?
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-24T07:18:38.820Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||ERROR|500||Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists
2023-03-24T07:18:38.820Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T07:18:38.820Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists)
2023-03-24T07:18:38.820Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:18:38.820Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:18:38.820Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:18:38.820Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642318820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:18:39.821Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T07:18:39.822Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists)
2023-03-24T07:18:39.822Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:18:39.822Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:18:39.822Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:18:39.822Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642319821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:18:40.823Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:18:40.846Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
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-24T07:18:40.850Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:18:40.851Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:18:40.851Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:18:40.851Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:18:40.851Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:18:40.851Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:18:40.851Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:18:40.851Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:18:40.851Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T07:18:40.865Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:18:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:18:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:18:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642307727,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:18:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:18:59.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:18:59.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:18:59.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:18:59.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:18:59.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:18:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:18:59.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:18:59.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:18:59.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:18:59.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:18:59.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:18:59.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:18:59.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:18:59.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:18:59.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:18:59.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:18:59.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:18:59.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:18:59.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:18:59.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:18:59.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:18:59.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:18:59.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:18:59.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:18:59.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:18:59.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642317088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:18:59.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:18:59.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:18:59.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642318820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
}
2023-03-24T07:18:59.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:18:59.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:18:59.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642319821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
}
2023-03-24T07:18:59.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:19:10.866Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5 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-24T07:19:10.877Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47aeea4c-050e-497f-8613-81119c7707d5 and serviceModelVersionId: 6d21b031-231c-48e2-9b5c-0e7d88d020fd
2023-03-24T07:19:10.877Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36e2a514-3273-43b4-aec1-d55c0635af0f
2023-03-24T07:19:10.878Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0
2023-03-24T07:19:10.882Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:19:10.895Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||Invoke
2023-03-24T07:19:10.895Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a2fe53a3-14b6-48e4-bc33-77202238a565], X-ECOMP-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], X-TransactionId=[], X-ONAP-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], Content-Type=[application/merge-patch+json]}
2023-03-24T07:19:10.901Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:19:11.031Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?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/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:19:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[221384], x-aai-txid=[0-aai-resources-230324-07:19:11:438-51256], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:19:11.031Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:19:11.032Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||InvokeReturn
2023-03-24T07:19:11.032Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:19:11.032Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T07:19:11.045Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T07:19:11.045Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47aeea4c-050e-497f-8613-81119c7707d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:19:11.046Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:19:11.046Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:19:11.046Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:19:11.046Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642351045,
  "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-24T07:19:12.077Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:19:12.078Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"74dc9741-be4b-4978-bc6b-eaa74b750d0f","serviceName":"Demo_pNF_udFnnTGbbaPA3TPCLzGq","serviceVersion":"1.0","serviceUUID":"9201de56-0aff-4843-9892-0e79e694a55c","serviceDescription":"catalog service description","serviceInvariantUUID":"e472cdc6-cdb6-46b7-b96e-b4bf01d5083c","resources":[{"resourceInstanceName":"pNF 987b0b8e-dbc1 0","resourceName":"pNF 987b0b8e-dbc1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"de5d512a-ba4f-4f57-b63a-421597be67d9","resourceInvariantUUID":"090e47b5-650a-40ab-83f3-56f7ceed024b","resourceCustomizationUUID":"d04be6e1-cb33-473e-a923-5b5289d301cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q0OWVhNWQ5M2E5YTIyNTc0MzM1NDA1MmQ0OGU4ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba09de2f-e124-42bf-b973-f7c86cd0e26e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7a4867e-e8a7-42eb-8eb9-a78047af0e58","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f186ebad-ad1b-4d81-834b-8246aa9dee2a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml","artifactChecksum":"YzNmNDljOTIwZmFkMzM3Mzk2NzFkOGVlZGE5YWNlZjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed53392e-4f36-4f7b-b71b-c30b3a756cb3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88a60b39-e34f-4f1d-9d09-53d94aa0a750","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7588dab5-8e3c-4f59-a8e2-d446acb1c88f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactChecksum":"NjAxN2MwZjU3NmJlNWU3NzE1MTIwMjMyZTg4MDAzNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70d79d54-9860-4019-8b1a-8fef8d5884af","artifactVersion":"1"},{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactChecksum":"YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50c84df6-da4c-4d46-a80b-33026baa8e04","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:19:12.078Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:19:12.079Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:19:12.079Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:19:12.079Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:19:13.080Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:19:13.080Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:19:13.080Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:19:13.080Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:19:14.081Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:19:14.082Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:19:14.082Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:19:14.082Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:19:15.083Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:19:15.084Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:19:15.084Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:19:15.084Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:19:16.086Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:19:16.086Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:19:16.087Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:19:16.087Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:19:17.088Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:19:17.089Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:19:17.089Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:19:17.089Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:19:18.090Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:19:18.091Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:19:18.091Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:19:18.091Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:19:19.093Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:19:19.093Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:19:19.093Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:19:19.093Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:19:20.095Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "serviceName": "Demo_pNF_udFnnTGbbaPA3TPCLzGq",
  "serviceVersion": "1.0",
  "serviceUUID": "9201de56-0aff-4843-9892-0e79e694a55c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e472cdc6-cdb6-46b7-b96e-b4bf01d5083c",
  "resources": [
    {
      "resourceInstanceName": "pNF 987b0b8e-dbc1 0",
      "resourceCustomizationUUID": "d04be6e1-cb33-473e-a923-5b5289d301cc",
      "resourceName": "pNF 987b0b8e-dbc1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "de5d512a-ba4f-4f57-b63a-421597be67d9",
      "resourceInvariantUUID": "090e47b5-650a-40ab-83f3-56f7ceed024b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactChecksum": "YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50c84df6-da4c-4d46-a80b-33026baa8e04"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:19:20.095Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:19:20.095Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9201de56-0aff-4843-9892-0e79e694a55c ASDC
2023-03-24T07:19:20.095Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:74dc9741-be4b-4978-bc6b-eaa74b750d0f
ServiceName:Demo_pNF_udFnnTGbbaPA3TPCLzGq
ServiceVersion:1.0
ServiceUUID:9201de56-0aff-4843-9892-0e79e694a55c
ServiceInvariantUUID:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactUUID:50c84df6-da4c-4d46-a80b-33026baa8e04
ArtifactChecksum:YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 987b0b8e-dbc1 0
ResourceCustomizationUUID:d04be6e1-cb33-473e-a923-5b5289d301cc
ResourceInvariantUUID:090e47b5-650a-40ab-83f3-56f7ceed024b
ResourceName:pNF 987b0b8e-dbc1
ResourceType:PNF
ResourceUUID:de5d512a-ba4f-4f57-b63a-421597be67d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:19:20.095Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9201de56-0aff-4843-9892-0e79e694a55c 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:19:20.131Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:19:20.131Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:19:20.131Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:19:20.131Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 from URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:19:20.131Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:19:20.131Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:19:20.379Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:19:20.382Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar 50c84df6-da4c-4d46-a80b-33026baa8e04 88008
2023-03-24T07:19:20.382Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T07:19:20.382Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:19:20.382Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:19:20.383Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:19:20.383Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:19:20.383Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642360382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:19:21.385Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:19:21.385Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:19:21.385Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04, URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar to file: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:19:21.386Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:19:21.386Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:19:21.387Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:19:21.464Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17994237768574682875/Definitions/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml
2023-03-24T07:19:22.024Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T07:19:22.025Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:19:22.025Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:19:22.025Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T07:19:22.025Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 987b0b8e-dbc1 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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:19:22.025Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:19:22.025Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:19:22.025Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:19:22.025Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:19:22.025Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:19:22.025Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:19:22.026Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:19:22.026Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:19:22.026Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:19:22.026Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T07:19:22.026Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:19:22.026Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:19:22.026Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:19:22.026Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:19:22.026Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T07:19:22.026Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:19:22.026Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:19:22.026Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:19:22.026Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:19:22.026Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:19:22.026Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:19:22.026Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:19:22.026Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:19:22.026Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:19:22.026Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:19:22.026Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:19:22.027Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:19:22.027Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_udFnnTGbbaPA3TPCLzGq
Description:catalog service description
Model UUID:9201de56-0aff-4843-9892-0e79e694a55c
Model Version:NULL
Model InvariantUuid:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
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=?
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-24T07:19:22.073Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||ERROR|500||Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists
2023-03-24T07:19:22.074Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T07:19:22.074Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists)
2023-03-24T07:19:22.074Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:19:22.074Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:19:22.074Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:19:22.074Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642362073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:19:23.075Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T07:19:23.076Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists)
2023-03-24T07:19:23.076Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:19:23.076Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:19:23.076Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:19:23.076Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642363075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:19:24.078Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:19:24.101Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
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-24T07:19:24.106Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:19:24.106Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:19:24.106Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:19:24.106Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:19:24.107Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:19:24.107Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:19:24.107Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:19:24.107Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:19:24.107Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T07:19:24.122Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:19:54.123Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f 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-24T07:19:54.136Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f and serviceModelVersionId: 9201de56-0aff-4843-9892-0e79e694a55c
2023-03-24T07:19:54.136Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
2023-03-24T07:19:54.136Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0
2023-03-24T07:19:54.144Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:19:54.158Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||Invoke
2023-03-24T07:19:54.158Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74dc9741-be4b-4978-bc6b-eaa74b750d0f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7071b12b-f51f-417a-a0de-a29aa5f11dc3], X-ECOMP-RequestID=[74dc9741-be4b-4978-bc6b-eaa74b750d0f], X-TransactionId=[], X-ONAP-RequestID=[74dc9741-be4b-4978-bc6b-eaa74b750d0f], Content-Type=[application/merge-patch+json]}
2023-03-24T07:19:54.165Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:19:54.299Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?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/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:19:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[245792], x-aai-txid=[2-aai-resources-230324-07:19:54:702-85513], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:19:54.300Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:19:54.300Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||InvokeReturn
2023-03-24T07:19:54.300Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:19:54.301Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T07:19:54.315Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T07:19:54.315Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74dc9741-be4b-4978-bc6b-eaa74b750d0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:19:54.315Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:19:54.315Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:19:54.315Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:19:54.316Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642394315,
  "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-24T07:19:55.345Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:19:55.345Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"8724cd49-34ec-4980-ab2b-64ace9832bd0","serviceName":"Demo_pNF_UwgnjqgcnsmCphwI9gbY","serviceVersion":"1.0","serviceUUID":"ae383e4d-80b0-4cc6-9ff7-4def5cc309bf","serviceDescription":"catalog service description","serviceInvariantUUID":"087fabf1-baa4-4625-b959-7f8bdf3eeaab","resources":[{"resourceInstanceName":"pNF 36bf80f7-db9b 0","resourceName":"pNF 36bf80f7-db9b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9fb428ca-b2ee-4b9a-b88b-76c73bae18d0","resourceInvariantUUID":"5f7912da-deb8-4284-8c89-064dcbe2661c","resourceCustomizationUUID":"29593f6d-a855-47c1-95d6-471370e64983","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml","artifactChecksum":"OGFjMThmNzRkZDJmMDQyOTU5YTJiNjRlMDczNjA5Zjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74ee8d11-c8c0-4e92-a1a1-916801a4371e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fdd3764d-c2fd-4586-ae74-b67caa4af234","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42939f9f-f090-45b0-907b-88c01da93f7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml","artifactChecksum":"YmM2MzIwNWMyNTcxN2I3MjkzOGViMTAyNTY5ZTNkYzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"64a8ced7-b923-4638-87a1-074aa9a8a738","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b5467a5b-fad4-4b84-968f-eb9a45f224e8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"55ab392b-ed1e-455f-aad7-154d3eb1b149","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml","artifactChecksum":"MTZiNDEwZDZlMjIyYThjYWVlZDI4ZWMxYjVkYmUyNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b011f01c-348d-470c-a42e-befef97cee3a","artifactVersion":"1"},{"artifactName":"service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar","artifactChecksum":"ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:19:55.345Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:19:55.345Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:19:55.345Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:19:55.345Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:19:56.347Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:19:56.347Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:19:56.348Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:19:56.348Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:19:57.349Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:19:57.350Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:19:57.350Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:19:57.350Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:19:58.352Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:19:58.352Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:19:58.352Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:19:58.352Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:19:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:19:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:19:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642351045,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:19:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:19:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:19:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:19:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:19:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:19:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:19:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:19:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:19:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:19:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:19:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:19:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:19:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:19:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:19:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:19:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:19:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:19:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642360382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642362073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
}
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642363075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
}
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642394315,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:19:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:19:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:19:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:19:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:19:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:19:59.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:19:59.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:19:59.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:19:59.353Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:19:59.354Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:19:59.354Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:19:59.354Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:20:00.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:20:00.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:20:00.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:20:00.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:20:01.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:20:01.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:20:01.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:20:01.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:20:02.357Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:20:02.357Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:20:02.358Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:20:02.358Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:20:03.359Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "serviceName": "Demo_pNF_UwgnjqgcnsmCphwI9gbY",
  "serviceVersion": "1.0",
  "serviceUUID": "ae383e4d-80b0-4cc6-9ff7-4def5cc309bf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "087fabf1-baa4-4625-b959-7f8bdf3eeaab",
  "resources": [
    {
      "resourceInstanceName": "pNF 36bf80f7-db9b 0",
      "resourceCustomizationUUID": "29593f6d-a855-47c1-95d6-471370e64983",
      "resourceName": "pNF 36bf80f7-db9b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9fb428ca-b2ee-4b9a-b88b-76c73bae18d0",
      "resourceInvariantUUID": "5f7912da-deb8-4284-8c89-064dcbe2661c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
      "artifactChecksum": "ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:20:03.359Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:20:03.359Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ae383e4d-80b0-4cc6-9ff7-4def5cc309bf ASDC
2023-03-24T07:20:03.359Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8724cd49-34ec-4980-ab2b-64ace9832bd0
ServiceName:Demo_pNF_UwgnjqgcnsmCphwI9gbY
ServiceVersion:1.0
ServiceUUID:ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
ServiceInvariantUUID:087fabf1-baa4-4625-b959-7f8bdf3eeaab
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
ArtifactUUID:2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf
ArtifactChecksum:ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 36bf80f7-db9b 0
ResourceCustomizationUUID:29593f6d-a855-47c1-95d6-471370e64983
ResourceInvariantUUID:5f7912da-deb8-4284-8c89-064dcbe2661c
ResourceName:pNF 36bf80f7-db9b
ResourceType:PNF
ResourceUUID:9fb428ca-b2ee-4b9a-b88b-76c73bae18d0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:20:03.359Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae383e4d-80b0-4cc6-9ff7-4def5cc309bf 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:20:03.403Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:20:03.404Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:20:03.404Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:20:03.404Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf from URL: /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:20:03.404Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:20:03.404Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:20:03.934Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:20:03.936Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf 88009
2023-03-24T07:20:03.936Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T07:20:03.936Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:20:03.936Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:20:03.937Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:20:03.937Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:20:03.937Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642403936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:20:04.938Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:20:04.938Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:20:04.938Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf, URL: /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar to file: /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:20:04.939Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:20:04.939Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:20:04.939Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:20:05.026Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8387590113262295626/Definitions/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml
2023-03-24T07:20:05.617Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T07:20:05.618Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:20:05.618Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:20:05.618Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T07:20:05.618Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:20:05.618Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 36bf80f7-db9b 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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:20:05.618Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:20:05.618Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:20:05.618Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:20:05.618Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:20:05.618Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:20:05.618Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:20:05.618Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:20:05.618Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:20:05.618Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Node template pNF 36bf80f7-db9b 0 is matching search criteria
2023-03-24T07:20:05.619Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:20:05.619Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 36bf80f7-db9b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:20:05.619Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:20:05.619Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:20:05.619Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Node template pNF 36bf80f7-db9b 0 is matching search criteria
2023-03-24T07:20:05.619Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:20:05.619Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 36bf80f7-db9b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:20:05.619Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:20:05.619Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:20:05.619Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:20:05.619Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:20:05.619Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:20:05.619Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:20:05.619Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:20:05.619Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:20:05.619Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:20:05.619Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:20:05.620Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UwgnjqgcnsmCphwI9gbY
Description:catalog service description
Model UUID:ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
Model Version:NULL
Model InvariantUuid:087fabf1-baa4-4625-b959-7f8bdf3eeaab
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=?
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-24T07:20:05.669Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||ERROR|500||Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists
2023-03-24T07:20:05.669Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T07:20:05.670Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar(Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists)
2023-03-24T07:20:05.670Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:20:05.670Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:20:05.670Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:20:05.670Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642405669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:20:06.671Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T07:20:06.671Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar(Resource with UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 already exists)
2023-03-24T07:20:06.671Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:20:06.671Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:20:06.672Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:20:06.672Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642406671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:20:07.673Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:20:07.700Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0
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-24T07:20:07.705Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:20:07.705Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:20:07.705Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:20:07.705Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:20:07.705Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:20:07.705Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:20:07.705Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:20:07.706Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:20:07.706Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-24T07:20:07.721Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:20:37.721Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0 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-24T07:20:37.736Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0 and serviceModelVersionId: ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
2023-03-24T07:20:37.736Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 087fabf1-baa4-4625-b959-7f8bdf3eeaab
2023-03-24T07:20:37.737Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0
2023-03-24T07:20:37.746Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:20:37.773Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|INFO|500||Invoke
2023-03-24T07:20:37.773Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8724cd49-34ec-4980-ab2b-64ace9832bd0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[712ff700-5225-4dc1-a21a-a5edbb14c8fd], X-ECOMP-RequestID=[8724cd49-34ec-4980-ab2b-64ace9832bd0], X-TransactionId=[], X-ONAP-RequestID=[8724cd49-34ec-4980-ab2b-64ace9832bd0], Content-Type=[application/merge-patch+json]}
2023-03-24T07:20:37.780Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:20:37.918Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?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/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:20:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[225376], x-aai-txid=[1-aai-resources-230324-07:20:38:318-28000], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:20:37.918Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:20:37.919Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|INFO|500||InvokeReturn
2023-03-24T07:20:37.919Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:20:37.919Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-24T07:20:37.931Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-24T07:20:37.932Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8724cd49-34ec-4980-ab2b-64ace9832bd0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:20:37.932Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:20:37.932Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:20:37.933Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:20:37.933Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642437932,
  "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-24T07:20:38.961Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:20:38.961Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"f6e121a0-a57f-49e0-8e84-03d4afe0e29c","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"341b0520-ae27-48bb-aa25-d8d48c9ceb78","serviceDescription":"service","serviceInvariantUUID":"2b10c9e7-82e1-456c-85f3-2ea2c444884f","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe8477c7-e8ec-419a-bf67-26a082731949","resourceInvariantUUID":"413ba2f7-68f8-4bf4-ae24-3b9ac1cd2b28","resourceCustomizationUUID":"625d37cb-6e80-449f-8ef6-1bcfa792a9ac","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":"MzIzNTk3OGY2NWU5MjI0MDA4M2VhOWE3Yjc2MWNjYTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8324a320-5c5c-4f0b-81e3-6f55c858d21b","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":"OTJiNzk4ZDk3NjY0Njc2Mjc1OTJjNDc1MThiNGZiNmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a4b3134-7c25-4d1b-b00f-fe2d0f367056","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":"11a7e22e-bcec-4253-a395-c91a8b2ec733","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":"bf06ffc5-59d4-4278-951d-2caead64affe","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":"16d5f357-5e31-4d4e-96b0-badc500b14b5","artifactVersion":"2","generatedFromUUID":"16a9aa83-9d05-4970-a869-70fa820b4a0f"},{"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":"b639699b-897d-4297-86ed-76e92092cdf0","artifactVersion":"2","generatedFromUUID":"11a7e22e-bcec-4253-a395-c91a8b2ec733"},{"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":"16a9aa83-9d05-4970-a869-70fa820b4a0f","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":"d1543da3-c069-4afb-8f1e-0bbb7b186e87","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":"NzVlNTg5NWVkZWJlZGQyOGI4ZjAyYTM1ZjM0NWY1YzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"076501d2-fb09-4970-9098-2e1a306a507c","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NmEyNGU4ZWUzYTc0NTI0NzUxMzVkYmVjMTczMTlmYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e77ae59e-2b8a-4f5b-8f93-4be776d9895d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:20:38.962Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:20:38.962Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:20:38.963Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:20:38.963Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:20:39.964Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:20:39.964Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:20:39.964Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:20:39.965Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:20:40.965Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:20:40.966Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:20:40.966Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:20:40.966Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:20:41.966Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:20:41.967Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:20:41.967Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:20:41.967Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:20:42.967Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:20:42.968Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:20:42.968Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:20:42.968Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:20:43.969Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:20:43.969Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:20:43.970Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:20:43.970Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:20:44.970Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:20:44.971Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:20:44.971Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:20:44.971Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:20:45.972Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:20:45.972Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:20:45.972Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:20:45.972Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:20:46.973Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:20:46.973Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:20:46.974Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:20:46.974Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:20:47.974Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:20:47.975Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:20:47.975Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:20:47.975Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:20:48.976Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "341b0520-ae27-48bb-aa25-d8d48c9ceb78",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2b10c9e7-82e1-456c-85f3-2ea2c444884f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "625d37cb-6e80-449f-8ef6-1bcfa792a9ac",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe8477c7-e8ec-419a-bf67-26a082731949",
      "resourceInvariantUUID": "413ba2f7-68f8-4bf4-ae24-3b9ac1cd2b28",
      "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": "OTJiNzk4ZDk3NjY0Njc2Mjc1OTJjNDc1MThiNGZiNmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a4b3134-7c25-4d1b-b00f-fe2d0f367056",
          "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": "11a7e22e-bcec-4253-a395-c91a8b2ec733",
          "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": "b639699b-897d-4297-86ed-76e92092cdf0",
            "generatedFromUUID": "11a7e22e-bcec-4253-a395-c91a8b2ec733"
          },
          "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": "16d5f357-5e31-4d4e-96b0-badc500b14b5",
          "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": "b639699b-897d-4297-86ed-76e92092cdf0",
          "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": "16a9aa83-9d05-4970-a869-70fa820b4a0f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NmEyNGU4ZWUzYTc0NTI0NzUxMzVkYmVjMTczMTlmYTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e77ae59e-2b8a-4f5b-8f93-4be776d9895d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:20:48.976Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:20:48.976Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 341b0520-ae27-48bb-aa25-d8d48c9ceb78 ASDC
2023-03-24T07:20:48.977Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f6e121a0-a57f-49e0-8e84-03d4afe0e29c
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:341b0520-ae27-48bb-aa25-d8d48c9ceb78
ServiceInvariantUUID:2b10c9e7-82e1-456c-85f3-2ea2c444884f
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:e77ae59e-2b8a-4f5b-8f93-4be776d9895d
ArtifactChecksum:NmEyNGU4ZWUzYTc0NTI0NzUxMzVkYmVjMTczMTlmYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:625d37cb-6e80-449f-8ef6-1bcfa792a9ac
ResourceInvariantUUID:413ba2f7-68f8-4bf4-ae24-3b9ac1cd2b28
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:fe8477c7-e8ec-419a-bf67-26a082731949
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:2a4b3134-7c25-4d1b-b00f-fe2d0f367056
ArtifactChecksum:OTJiNzk4ZDk3NjY0Njc2Mjc1OTJjNDc1MThiNGZiNmQ=
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:11a7e22e-bcec-4253-a395-c91a8b2ec733
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:b639699b-897d-4297-86ed-76e92092cdf0
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:16d5f357-5e31-4d4e-96b0-badc500b14b5
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:b639699b-897d-4297-86ed-76e92092cdf0
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:16a9aa83-9d05-4970-a869-70fa820b4a0f
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T07:20:48.977Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 341b0520-ae27-48bb-aa25-d8d48c9ceb78 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:20:49.021Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:20:49.022Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:20:49.022Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:20:49.022Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-24T07:20:49.022Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:20:49.022Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-24T07:20:49.052Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T07:20:49.052Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6a2c63e4
2023-03-24T07:20:49.052Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:20:49.052Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicCnfMacro"
      ]
    }
  }
}
2023-03-24T07:20:49.052Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicCnfMacro-csar.csar /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar e77ae59e-2b8a-4f5b-8f93-4be776d9895d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:20:49.052Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:20:49.052Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Specified artifact is  not found)
2023-03-24T07:20:49.053Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:20:49.053Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:20:49.053Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:20:49.053Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642449052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:20:50.054Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicCnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(UUID:e77ae59e-2b8a-4f5b-8f93-4be776d9895d)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:20:50.111Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||ERROR|500||Csar with UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d already exists
2023-03-24T07:20:50.112Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:20:50.112Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d already exists)
2023-03-24T07:20:50.112Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:20:50.112Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:20:50.113Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:20:50.113Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642450112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:20:51.113Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:20:51.114Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: fe8477c7-e8ec-419a-bf67-26a082731949 already exists)
2023-03-24T07:20:51.114Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:20:51.114Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:20:51.114Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:20:51.114Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642451113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fe8477c7-e8ec-419a-bf67-26a082731949 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:20:52.115Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6e121a0-a57f-49e0-8e84-03d4afe0e29c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:20:52.143Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6e121a0-a57f-49e0-8e84-03d4afe0e29c
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-24T07:20:52.148Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:20:52.148Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:20:52.148Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:20:52.148Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:20:52.148Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:20:52.148Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:20:52.148Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:20:52.148Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:20:52.149Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|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-24T07:20:52.163Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:20:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:20:59.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:20:59.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:20:59.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:21:22.163Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6e121a0-a57f-49e0-8e84-03d4afe0e29c 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-24T07:21:22.174Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6e121a0-a57f-49e0-8e84-03d4afe0e29c and serviceModelVersionId: 341b0520-ae27-48bb-aa25-d8d48c9ceb78
2023-03-24T07:21:22.174Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b10c9e7-82e1-456c-85f3-2ea2c444884f
2023-03-24T07:21:22.175Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0
2023-03-24T07:21:22.179Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:21:22.198Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|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/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?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-24T07:21:22.199Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0|INFO|500||Invoke
2023-03-24T07:21:22.207Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:21:22.349Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0|INFO|500||InvokeReturn
2023-03-24T07:21:22.349Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|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/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:21:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[438424], x-aai-txid=[1-aai-resources-230324-07:21:22:746-69899], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:21:22.349Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:21:22.350Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:21:22.350Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|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-24T07:21:22.361Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|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-24T07:21:22.362Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6e121a0-a57f-49e0-8e84-03d4afe0e29c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:21:22.362Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:21:22.362Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:21:22.362Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:21:22.362Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642482362,
  "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-24T07:21:23.391Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:21:23.391Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"e9e8a232-b427-4b79-bf55-5ee47a8c5415","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"2823e6b4-f863-46ec-9e77-5583ab7d635d","serviceDescription":"service","serviceInvariantUUID":"a4aae1ce-3552-424e-9d88-84672a879590","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5525a09a-b30b-4b48-ba24-4dd347648df3","resourceInvariantUUID":"10899fff-ce0f-4de4-ae9b-782dbc0be769","resourceCustomizationUUID":"f56a5200-f207-4a1f-8aef-1a3e0f37f6a5","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":"NTEwYTZkMjU1YWFjMjFhNWNhOTA1YWUxMTRkY2EyMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70bf2919-10aa-4f8b-9acc-535488ae5f66","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":"ZjgwOTI2ZDU5OGQyOTc0M2Q3ZDg0ZmYwMjI3MTBkNmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8b6da098-d947-49c8-89ae-7d3ba3930e27","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":"63fcd512-7c3e-4b56-8b9c-5fb1e4a48450","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":"7276b8be-1397-41f4-b781-0edf7885a057","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":"1ce76f5b-4983-467b-86f4-7a63661149b0","artifactVersion":"2","generatedFromUUID":"63fcd512-7c3e-4b56-8b9c-5fb1e4a48450"},{"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":"NjljZDBkMWQ2YTdhYWI4OGE1YzEzMjQ0ODRlNDc2Njc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a803d9aa-3ace-40a1-9c2f-dbfa41c207b5","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":"ZGNhMzZkOGJhMjc0N2E3YTk5OGM1NTI5MmE4NGI5MTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f34102e-5e0c-46ae-b7b0-a85bc4ed3d13","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODVhNDNmMGZlZDViYzBiYjFkMmYwYjk3ZDM1ODE2NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a4d4e640-5352-4c13-98a8-d9f5bd16688b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:21:23.391Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:21:23.391Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:21:23.391Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:21:23.392Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:21:24.394Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:21:24.394Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:21:24.394Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:21:24.394Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:21:25.395Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:21:25.395Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:21:25.395Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:21:25.395Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:21:26.397Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:21:26.397Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:21:26.397Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:21:26.397Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:21:27.398Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:21:27.399Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:21:27.399Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:21:27.399Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:21:28.399Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:21:28.400Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:21:28.400Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:21:28.400Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:21:29.401Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:21:29.401Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:21:29.401Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:21:29.402Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:21:30.402Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:21:30.402Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:21:30.403Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:21:30.403Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:21:31.403Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2823e6b4-f863-46ec-9e77-5583ab7d635d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a4aae1ce-3552-424e-9d88-84672a879590",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "f56a5200-f207-4a1f-8aef-1a3e0f37f6a5",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5525a09a-b30b-4b48-ba24-4dd347648df3",
      "resourceInvariantUUID": "10899fff-ce0f-4de4-ae9b-782dbc0be769",
      "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": "ZjgwOTI2ZDU5OGQyOTc0M2Q3ZDg0ZmYwMjI3MTBkNmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8b6da098-d947-49c8-89ae-7d3ba3930e27",
          "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": "63fcd512-7c3e-4b56-8b9c-5fb1e4a48450",
          "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": "1ce76f5b-4983-467b-86f4-7a63661149b0",
            "generatedFromUUID": "63fcd512-7c3e-4b56-8b9c-5fb1e4a48450"
          },
          "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": "1ce76f5b-4983-467b-86f4-7a63661149b0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODVhNDNmMGZlZDViYzBiYjFkMmYwYjk3ZDM1ODE2NjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a4d4e640-5352-4c13-98a8-d9f5bd16688b"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:21:31.404Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:21:31.404Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2823e6b4-f863-46ec-9e77-5583ab7d635d ASDC
2023-03-24T07:21:31.404Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:e9e8a232-b427-4b79-bf55-5ee47a8c5415
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:2823e6b4-f863-46ec-9e77-5583ab7d635d
ServiceInvariantUUID:a4aae1ce-3552-424e-9d88-84672a879590
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:a4d4e640-5352-4c13-98a8-d9f5bd16688b
ArtifactChecksum:ODVhNDNmMGZlZDViYzBiYjFkMmYwYjk3ZDM1ODE2NjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:f56a5200-f207-4a1f-8aef-1a3e0f37f6a5
ResourceInvariantUUID:10899fff-ce0f-4de4-ae9b-782dbc0be769
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:5525a09a-b30b-4b48-ba24-4dd347648df3
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:8b6da098-d947-49c8-89ae-7d3ba3930e27
ArtifactChecksum:ZjgwOTI2ZDU5OGQyOTc0M2Q3ZDg0ZmYwMjI3MTBkNmE=
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:63fcd512-7c3e-4b56-8b9c-5fb1e4a48450
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:1ce76f5b-4983-467b-86f4-7a63661149b0
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:1ce76f5b-4983-467b-86f4-7a63661149b0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T07:21:31.404Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2823e6b4-f863-46ec-9e77-5583ab7d635d 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:21:31.444Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:21:31.445Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:21:31.445Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:21:31.445Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-24T07:21:31.445Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:21:31.445Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-24T07:21:31.471Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T07:21:31.471Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1fb3a768
2023-03-24T07:21:31.471Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:21:31.472Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-24T07:21:31.472Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a4d4e640-5352-4c13-98a8-d9f5bd16688b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:21:31.472Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:21:31.472Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-24T07:21:31.472Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:21:31.472Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:21:31.472Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:21:31.472Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642491472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:21:32.473Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:a4d4e640-5352-4c13-98a8-d9f5bd16688b)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:21:32.532Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||ERROR|500||Csar with UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b already exists
2023-03-24T07:21:32.532Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:21:32.532Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b already exists)
2023-03-24T07:21:32.532Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:21:32.533Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:21:32.533Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:21:32.533Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642492532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:21:33.533Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:21:33.534Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 5525a09a-b30b-4b48-ba24-4dd347648df3 already exists)
2023-03-24T07:21:33.534Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:21:33.534Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:21:33.535Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:21:33.535Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642493533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5525a09a-b30b-4b48-ba24-4dd347648df3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:21:34.535Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e8a232-b427-4b79-bf55-5ee47a8c5415
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:21:34.560Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e8a232-b427-4b79-bf55-5ee47a8c5415
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-24T07:21:34.563Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:21:34.563Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:21:34.563Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:21:34.563Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:21:34.563Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:21:34.563Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:21:34.563Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:21:34.563Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:21:34.563Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|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-24T07:21:34.573Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:21:59.167Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:21:59.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:21:59.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:21:59.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:21:59.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:21:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:21:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:21:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:21:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:21:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:21:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:21:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642403936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:21:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:21:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:21:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642405669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists"
}
2023-03-24T07:21:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:21:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:21:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642406671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 already exists"
}
2023-03-24T07:21:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:21:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:21:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642437932,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:21:59.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:21:59.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:21:59.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:21:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:21:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:21:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T07:21:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:21:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:21:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:21:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:21:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:21:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:21:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:21:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:21:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-24T07:21:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:21:59.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:21:59.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-24T07:21:59.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:21:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:21:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-24T07:21:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:21:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:21:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:21:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:21:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:21:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:21:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:21:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:21:59.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:21:59.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:21:59.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:21:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642449052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:21:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:21:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:21:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642450112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d already exists"
}
2023-03-24T07:21:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:21:59.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:21:59.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642451113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fe8477c7-e8ec-419a-bf67-26a082731949 already exists"
}
2023-03-24T07:21:59.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:22:04.573Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9e8a232-b427-4b79-bf55-5ee47a8c5415 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-24T07:22:04.582Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9e8a232-b427-4b79-bf55-5ee47a8c5415 and serviceModelVersionId: 2823e6b4-f863-46ec-9e77-5583ab7d635d
2023-03-24T07:22:04.582Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4aae1ce-3552-424e-9d88-84672a879590
2023-03-24T07:22:04.583Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0
2023-03-24T07:22:04.590Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:22:04.607Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|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/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?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-24T07:22:04.607Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0|INFO|500||Invoke
2023-03-24T07:22:04.614Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:22:04.767Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0|INFO|500||InvokeReturn
2023-03-24T07:22:04.767Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|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/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:22:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[454808], x-aai-txid=[2-aai-resources-230324-07:22:05:155-1391], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:22:04.767Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:22:04.767Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:22:04.768Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|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-24T07:22:04.781Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|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-24T07:22:04.781Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9e8a232-b427-4b79-bf55-5ee47a8c5415 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:22:04.781Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:22:04.781Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:04.781Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:04.781Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642524781,
  "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-24T07:22:05.810Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:22:05.810Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"8f0da87f-e35e-4090-a68a-eb3ab2daa5dd","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"88c2e0bc-2337-4b4e-973a-b1f1157b9c7d","serviceDescription":"service","serviceInvariantUUID":"63f671dc-819e-44a5-849f-92d8b0e6e1b4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"96e8f8c8-f63d-424c-88b8-e55c1951b0e8","resourceInvariantUUID":"b41109b6-4c02-4dc5-9761-1ddef6d6bbb7","resourceCustomizationUUID":"bb5fe27e-b818-4da0-bb59-015fd06304e7","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":"M2JkOGExZTk5NWQ2YTM1MGViNGNhMmI4YjlhM2YzNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"369f3050-3b57-4c9e-afc3-eb005213bb13","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":"df570ab2-68cd-471b-99a3-6e62ff76f2c9","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":"9e94464c-3a55-47dd-9108-7807c805831f","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":"ODU0YjM2OTBkZTkyMTZjYmExNTJkMzkzYTc1YWZlOGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6f0fb495-9d9a-4bb4-8e8c-579747ba2e35","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":"11bdcb71-1ae2-4e07-a5aa-fe6e0531929d","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":"20b2df7c-db25-42ab-b94d-cd7f41cb00aa","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":"63feeb51-9e15-495c-905a-4dab30e3bffa","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":"YmI3NjY1ZWFkZDllNzMwM2NlMjUzMGE4NDU0OThmZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"321f5aa4-5117-4508-976e-2f9d17c602a1","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YWMzZjJmMTcwZmI4M2JmMWVkNGJjODA0MTlmNjI0ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0c069d4-006a-47ab-a149-080a7dc64d9a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:22:05.810Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:22:05.810Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:05.810Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:05.811Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:22:06.811Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:22:06.812Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:06.812Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:06.812Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:22:07.814Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:22:07.814Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:07.814Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:07.814Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:22:08.815Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:22:08.816Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:08.816Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:08.816Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:22:09.817Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:22:09.817Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:09.817Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:09.817Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:22:10.818Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:22:10.818Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:10.818Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:10.818Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:22:11.819Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:22:11.819Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:11.819Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:11.819Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:22:12.820Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:22:12.820Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:12.820Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:12.821Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:22:13.821Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:22:13.822Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:13.822Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:13.822Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:22:14.822Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "88c2e0bc-2337-4b4e-973a-b1f1157b9c7d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "63f671dc-819e-44a5-849f-92d8b0e6e1b4",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "bb5fe27e-b818-4da0-bb59-015fd06304e7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "96e8f8c8-f63d-424c-88b8-e55c1951b0e8",
      "resourceInvariantUUID": "b41109b6-4c02-4dc5-9761-1ddef6d6bbb7",
      "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": "YWMzZjJmMTcwZmI4M2JmMWVkNGJjODA0MTlmNjI0ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e0c069d4-006a-47ab-a149-080a7dc64d9a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:22:14.823Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:22:14.823Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d ASDC
2023-03-24T07:22:14.823Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8f0da87f-e35e-4090-a68a-eb3ab2daa5dd
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:88c2e0bc-2337-4b4e-973a-b1f1157b9c7d
ServiceInvariantUUID:63f671dc-819e-44a5-849f-92d8b0e6e1b4
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:e0c069d4-006a-47ab-a149-080a7dc64d9a
ArtifactChecksum:YWMzZjJmMTcwZmI4M2JmMWVkNGJjODA0MTlmNjI0ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:bb5fe27e-b818-4da0-bb59-015fd06304e7
ResourceInvariantUUID:b41109b6-4c02-4dc5-9761-1ddef6d6bbb7
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:96e8f8c8-f63d-424c-88b8-e55c1951b0e8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:22:14.823Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:22:14.852Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:22:14.853Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:22:14.853Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:22:14.853Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e0c069d4-006a-47ab-a149-080a7dc64d9a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T07:22:14.853Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:22:14.853Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T07:22:14.877Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T07:22:14.877Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@537de79a
2023-03-24T07:22:14.877Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:22:14.877Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-24T07:22:14.877Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e0c069d4-006a-47ab-a149-080a7dc64d9a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:22:14.877Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:22:14.877Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-24T07:22:14.877Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:22:14.877Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:14.878Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:14.878Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642534877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:22:15.878Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:e0c069d4-006a-47ab-a149-080a7dc64d9a)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T07:22:15.903Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T07:22:15.903Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 96e8f8c8-f63d-424c-88b8-e55c1951b0e8
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-24T07:22:15.908Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||test-pnf 0
2023-03-24T07:22:15.909Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 96e8f8c8-f63d-424c-88b8-e55c1951b0e8
2023-03-24T07:22:15.909Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d
2023-03-24T07:22:15.909Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d
2023-03-24T07:22:15.909Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 96e8f8c8-f63d-424c-88b8-e55c1951b0e8 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=?
2023-03-24T07:22:15.917Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Exception :
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.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.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$597fafcf.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T07:22:15.947Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_INSTALL_EXC No element listed 300 Exception caught during installation of test-pnf. Transaction rollback
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.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.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$597fafcf.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T07:22:15.955Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 96e8f8c8-f63d-424c-88b8-e55c1951b0e8 0 ASDC deployResourceStructure
2023-03-24T07:22:15.955Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||ERROR|500||Exception occurred
org.onap.so.asdc.client.exceptions.ArtifactInstallerException: Exception caught during installation of test-pnf. Transaction rollback.
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:430)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.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.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$597fafcf.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	... 23 common frames omitted
2023-03-24T07:22:15.956Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:22:15.956Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Exception caught during installation of test-pnf. Transaction rollback.)
2023-03-24T07:22:15.956Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:22:15.956Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:15.957Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:15.957Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642535956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:22:16.958Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:22:16.985Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd
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-24T07:22:16.991Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:22:16.991Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:22:16.991Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:22:16.992Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:22:16.992Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:22:16.992Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:22:16.992Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:22:16.992Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-24T07:22:16.992Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-24T07:22:17.006Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:22:47.007Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd 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-24T07:22:47.018Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd and serviceModelVersionId: 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d
2023-03-24T07:22:47.018Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 63f671dc-819e-44a5-849f-92d8b0e6e1b4
2023-03-24T07:22:47.018Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0
2023-03-24T07:22:47.022Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:22:47.034Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|INFO|500||Invoke
2023-03-24T07:22:47.035Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8f0da87f-e35e-4090-a68a-eb3ab2daa5dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1b344539-6b58-4eab-8ee8-56f74433adea], X-ECOMP-RequestID=[8f0da87f-e35e-4090-a68a-eb3ab2daa5dd], X-TransactionId=[], X-ONAP-RequestID=[8f0da87f-e35e-4090-a68a-eb3ab2daa5dd], Content-Type=[application/merge-patch+json]}
2023-03-24T07:22:47.043Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T07:22:47.177Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?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/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:22:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[467096], x-aai-txid=[1-aai-resources-230324-07:22:47:584-24580], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:22:47.177Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:22:47.178Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|INFO|500||InvokeReturn
2023-03-24T07:22:47.178Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:22:47.178Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|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-24T07:22:47.186Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|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-24T07:22:47.187Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-24T07:22:47.187Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:22:47.187Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:47.187Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:47.187Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642567187,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
} 
 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-24T07:22:48.214Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:22:48.214Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"644ff666-7cb6-4c8f-a485-a08191b720fd","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3b520a2f-a27a-4647-85a2-81da196d628f","serviceDescription":"service","serviceInvariantUUID":"fd90f088-c0b8-4936-b147-ef9280721678","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c4ca7310-9916-4f6b-b551-817b9fa8e874","resourceInvariantUUID":"ff75676f-725f-4cfb-ad06-58724ebd520b","resourceCustomizationUUID":"74fdcd83-6ea9-4df9-84c0-12ab5b4537bd","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":"NTVmMWZiYjYzYjAwZTVmZDgyNWM3OGI0ZGFiNjhlMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b99ab21-6a27-4110-ac28-6d4254644352","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":"e9adbcdc-acb5-4b30-9e94-9241fc56c11c","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":"1e9c7f15-7ff9-4bcc-b233-40b9cb99f349","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":"NWYwZTMwYWVmYmMzMGI5NDljZDMxOTFjYTJlZTY2MmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"97d9f93e-7aa2-4076-acd9-00d8f9419149","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":"311fa86f-ba7e-41d6-8fbe-b6521935cb3e","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":"77e03847-46f4-46b2-8374-101536b5ba8a","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":"74eca327-0d40-4db9-87fe-9774381377ef","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":"ZTcwNWNkMmQzNDRjZGZlNTM2NjZjOWRlZDg1ZWUwMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"644332e8-8c58-4987-b14b-fd5b32ae5d90","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NGIxNWM4ZmM4YzdhYTVmNzdjYzU2ZGJiMjY1NDVhYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a799f38-d480-4f18-b4d1-6fdeec5a9c9f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:22:48.215Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:22:48.215Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:48.215Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:48.215Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:22:49.216Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:22:49.216Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:49.216Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:49.216Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:22:50.217Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:22:50.217Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:50.217Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:50.217Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:22:51.217Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:22:51.218Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:51.218Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:51.218Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:22:52.219Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:22:52.219Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:52.219Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:52.219Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:22:53.220Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:22:53.221Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:53.221Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:53.221Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:22:54.221Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:22:54.222Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:54.222Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:54.222Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:22:55.223Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:22:55.223Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:55.223Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:55.224Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "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-24T07:22:56.224Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:22:56.224Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:56.224Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:56.225Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:22:57.225Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3b520a2f-a27a-4647-85a2-81da196d628f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd90f088-c0b8-4936-b147-ef9280721678",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "74fdcd83-6ea9-4df9-84c0-12ab5b4537bd",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c4ca7310-9916-4f6b-b551-817b9fa8e874",
      "resourceInvariantUUID": "ff75676f-725f-4cfb-ad06-58724ebd520b",
      "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": "NGIxNWM4ZmM4YzdhYTVmNzdjYzU2ZGJiMjY1NDVhYTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a799f38-d480-4f18-b4d1-6fdeec5a9c9f"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:22:57.226Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:22:57.226Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b520a2f-a27a-4647-85a2-81da196d628f ASDC
2023-03-24T07:22:57.226Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:644ff666-7cb6-4c8f-a485-a08191b720fd
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3b520a2f-a27a-4647-85a2-81da196d628f
ServiceInvariantUUID:fd90f088-c0b8-4936-b147-ef9280721678
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:8a799f38-d480-4f18-b4d1-6fdeec5a9c9f
ArtifactChecksum:NGIxNWM4ZmM4YzdhYTVmNzdjYzU2ZGJiMjY1NDVhYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:74fdcd83-6ea9-4df9-84c0-12ab5b4537bd
ResourceInvariantUUID:ff75676f-725f-4cfb-ad06-58724ebd520b
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c4ca7310-9916-4f6b-b551-817b9fa8e874
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:22:57.226Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b520a2f-a27a-4647-85a2-81da196d628f 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-24T07:22:57.281Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:22:57.281Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:22:57.281Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:22:57.282Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8a799f38-d480-4f18-b4d1-6fdeec5a9c9f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T07:22:57.282Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:22:57.282Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T07:22:57.298Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T07:22:57.298Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@a32d2f4
2023-03-24T07:22:57.298Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:22:57.299Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-24T07:22:57.299Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8a799f38-d480-4f18-b4d1-6fdeec5a9c9f Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:22:57.299Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:22:57.299Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-24T07:22:57.299Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:22:57.299Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:57.299Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:57.300Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642577299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:22:58.300Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:8a799f38-d480-4f18-b4d1-6fdeec5a9c9f)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T07:22:58.325Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T07:22:58.325Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: c4ca7310-9916-4f6b-b551-817b9fa8e874
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-24T07:22:58.331Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||test-pnf 0
2023-03-24T07:22:58.331Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c4ca7310-9916-4f6b-b551-817b9fa8e874
2023-03-24T07:22:58.331Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 3b520a2f-a27a-4647-85a2-81da196d628f
2023-03-24T07:22:58.331Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3b520a2f-a27a-4647-85a2-81da196d628f
2023-03-24T07:22:58.331Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c4ca7310-9916-4f6b-b551-817b9fa8e874 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=?
2023-03-24T07:22:58.339Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Exception :
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.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.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$597fafcf.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T07:22:58.368Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_INSTALL_EXC No element listed 300 Exception caught during installation of test-pnf. Transaction rollback
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.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.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$597fafcf.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T07:22:58.375Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf c4ca7310-9916-4f6b-b551-817b9fa8e874 0 ASDC deployResourceStructure
2023-03-24T07:22:58.375Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||ERROR|500||Exception occurred
org.onap.so.asdc.client.exceptions.ArtifactInstallerException: Exception caught during installation of test-pnf. Transaction rollback.
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:430)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.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.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$597fafcf.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	... 23 common frames omitted
2023-03-24T07:22:58.376Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:22:58.376Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Exception caught during installation of test-pnf. Transaction rollback.)
2023-03-24T07:22:58.376Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:22:58.376Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:22:58.376Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:22:58.376Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642578376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:22:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:22:59.164Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: cached metadata has changed from (version93: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version94: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-24T07:22:59.180Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T07:22:59.180Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T07:22:59.186Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:22:59.186Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 27: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T07:22:59.203Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:22:59.204Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:22:59.204Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:22:59.209Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T07:22:59.209Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T07:22:59.209Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T07:22:59.210Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1297, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T07:22:59.210Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T07:22:59.210Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T07:22:59.377Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 644ff666-7cb6-4c8f-a485-a08191b720fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:22:59.402Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 644ff666-7cb6-4c8f-a485-a08191b720fd
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-24T07:22:59.406Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:22:59.406Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:22:59.406Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:22:59.407Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:22:59.407Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:22:59.407Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:22:59.407Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:22:59.407Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-24T07:22:59.407Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-24T07:22:59.418Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:23:00.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.227Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642482362,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:23:00.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:23:00.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T07:23:00.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:23:00.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:23:00.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T07:23:00.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:23:00.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:23:00.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:23:00.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642491472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:23:00.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642492532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b already exists"
}
2023-03-24T07:23:00.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642493533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5525a09a-b30b-4b48-ba24-4dd347648df3 already exists"
}
2023-03-24T07:23:00.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642524781,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:23:00.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:23:00.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:23:00.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:23:00.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:23:00.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:23:00.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:23:00.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:23:00.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:23:00.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:23:00.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642534877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:23:00.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642535956,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
}
2023-03-24T07:23:00.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642567187,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-24T07:23:00.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:23:00.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:23:00.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:23:00.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.237Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:23:00.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.237Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:23:00.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.238Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:23:00.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.238Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:23:00.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.238Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:23:00.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.239Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679641865791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:23:00.239Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.239Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642577299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:23:00.239Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:00.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:23:00.240Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642578376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
}
2023-03-24T07:23:00.240Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:23:29.418Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 644ff666-7cb6-4c8f-a485-a08191b720fd 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-24T07:23:29.427Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 644ff666-7cb6-4c8f-a485-a08191b720fd and serviceModelVersionId: 3b520a2f-a27a-4647-85a2-81da196d628f
2023-03-24T07:23:29.427Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd90f088-c0b8-4936-b147-ef9280721678
2023-03-24T07:23:29.428Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0
2023-03-24T07:23:29.435Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:23:29.454Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0|INFO|500||Invoke
2023-03-24T07:23:29.454Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[644ff666-7cb6-4c8f-a485-a08191b720fd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a57239c5-b0be-406f-a1f8-6e7ea6cb98b0], X-ECOMP-RequestID=[644ff666-7cb6-4c8f-a485-a08191b720fd], X-TransactionId=[], X-ONAP-RequestID=[644ff666-7cb6-4c8f-a485-a08191b720fd], Content-Type=[application/merge-patch+json]}
2023-03-24T07:23:29.461Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T07:23:29.600Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?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/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:23:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[245960], x-aai-txid=[1-aai-resources-230324-07:23:30:003-12473], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:23:29.601Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:23:29.602Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0|INFO|500||InvokeReturn
2023-03-24T07:23:29.603Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:23:29.603Z|644ff666-7cb6-4c8f-a485-a08191b720fd|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-24T07:23:29.620Z|644ff666-7cb6-4c8f-a485-a08191b720fd|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-24T07:23:29.621Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 644ff666-7cb6-4c8f-a485-a08191b720fd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-24T07:23:29.621Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:23:29.621Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:23:29.621Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:23:29.621Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642609621,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
} 
 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-24T07:23:30.646Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T07:23:30.646Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-24T07:23:30.648Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Node 1 disconnected.
2023-03-24T07:23:30.648Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Cancelled in-flight METADATA request with correlation id 125600 due to node 1 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-24T07:23:30.649Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Node 2 disconnected.
2023-03-24T07:23:30.649Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-24T07:23:30.649Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-24T07:23:30.650Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Lost previously 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-24T07:23:30.650Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T07:23:30.655Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-dc0c35ff-34c1-40e9-8c9f-28a1e88400d6
2023-03-24T07:23:30.656Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-24T07:23:30.656Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T07:23:30.656Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T07:23:32.414Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:23:35.423Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:23:38.432Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:23:41.441Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:23:44.451Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:23:47.459Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:23:50.469Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:23:53.480Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:23:56.489Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:23:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:23:59.177Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T07:23:59.177Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T07:23:59.183Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:23:59.183Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully joined group with generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-dc0c35ff-34c1-40e9-8c9f-28a1e88400d6', protocol='range'}
2023-03-24T07:23:59.191Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:23:59.191Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:23:59.191Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:23:59.192Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:23:59.192Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:23:59.192Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:23:59.192Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 28: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-dc0c35ff-34c1-40e9-8c9f-28a1e88400d6=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-24T07:23:59.207Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully synced group in generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-dc0c35ff-34c1-40e9-8c9f-28a1e88400d6', protocol='range'}
2023-03-24T07:23:59.207Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T07:23:59.207Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T07:23:59.207Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:23:59.207Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:23:59.208Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:23:59.211Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-24T07:23:59.211Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-24T07:23:59.211Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-24T07:23:59.211Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-24T07:23:59.211Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-24T07:23:59.211Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-24T07:23:59.212Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T07:23:59.212Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T07:23:59.212Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T07:23:59.212Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1333, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T07:23:59.212Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T07:23:59.212Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T07:24:00.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:24:00.239Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642609621,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-24T07:24:00.240Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:24:00.273Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:24:00.273Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"4f4d2f06-0494-43a6-a64b-32572ec2cd4f","serviceName":"basic_onboard_OYYEOA","serviceVersion":"1.0","serviceUUID":"2a896d72-3427-42c3-9c51-7a9baf301927","serviceDescription":"service","serviceInvariantUUID":"6453009a-682f-4779-b09e-13f352c10a5e","resources":[{"resourceInstanceName":"basic_onboard_OYYEOA 0","resourceName":"basic_onboard_OYYEOA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d9a7313-b25d-475c-8377-9adfb946efd0","resourceInvariantUUID":"8009040d-b91b-4b13-85c4-fece6bfcb0e3","resourceCustomizationUUID":"b1cc5ca1-1246-4125-8ebc-a1079cbe8be6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml","artifactChecksum":"MmU1NTE5ODY5OTI0NjgzMjNkZjkwY2ZiMzMwM2RiYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad1c8aa3-beee-41e2-9e8e-78f7b34ffb87","artifactVersion":"1"},{"artifactName":"basic_onboard_oyyeoa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json","artifactChecksum":"ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcdf0b55-be83-46be-8a09-353314708f63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"436972f1-f03c-4954-b459-893758d8a32e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3cfbecdb-62ec-46ee-8bdc-738bde9a35cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f6639ec1-9d9b-479d-afd4-ac5df430d2b2","artifactVersion":"2","generatedFromUUID":"436972f1-f03c-4954-b459-893758d8a32e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOyyeoa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml","artifactChecksum":"ZjQzN2RmZjUwYzdmZjFhMTY4ZmY3NGRjMDhlMTZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eac9735-ec93-4f95-9a41-b064de4ec4a5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOyyeoa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar","artifactChecksum":"ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:24:00.274Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:24:00.275Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:24:00.275Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:24:00.275Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:24:01.276Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:24:01.276Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:24:01.276Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:24:01.276Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:24:02.277Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:24:02.277Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:24:02.277Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:24:02.277Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:24:03.278Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:24:03.278Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:24:03.279Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:24:03.279Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:24:04.279Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:24:04.280Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:24:04.280Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:24:04.280Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:24:05.280Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:24:05.281Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:24:05.281Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:24:05.281Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:24:06.281Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:24:06.282Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:24:06.282Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:24:06.282Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:24:07.283Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "serviceName": "basic_onboard_OYYEOA",
  "serviceVersion": "1.0",
  "serviceUUID": "2a896d72-3427-42c3-9c51-7a9baf301927",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6453009a-682f-4779-b09e-13f352c10a5e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OYYEOA 0",
      "resourceCustomizationUUID": "b1cc5ca1-1246-4125-8ebc-a1079cbe8be6",
      "resourceName": "basic_onboard_OYYEOA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d9a7313-b25d-475c-8377-9adfb946efd0",
      "resourceInvariantUUID": "8009040d-b91b-4b13-85c4-fece6bfcb0e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_oyyeoa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
          "artifactChecksum": "ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bcdf0b55-be83-46be-8a09-353314708f63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "436972f1-f03c-4954-b459-893758d8a32e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
            "generatedFromUUID": "436972f1-f03c-4954-b459-893758d8a32e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOyyeoa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
      "artifactChecksum": "ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:24:07.283Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:24:07.283Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a896d72-3427-42c3-9c51-7a9baf301927 ASDC
2023-03-24T07:24:07.283Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4f4d2f06-0494-43a6-a64b-32572ec2cd4f
ServiceName:basic_onboard_OYYEOA
ServiceVersion:1.0
ServiceUUID:2a896d72-3427-42c3-9c51-7a9baf301927
ServiceInvariantUUID:6453009a-682f-4779-b09e-13f352c10a5e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOyyeoa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
ArtifactUUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e
ArtifactChecksum:ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OYYEOA 0
ResourceCustomizationUUID:b1cc5ca1-1246-4125-8ebc-a1079cbe8be6
ResourceInvariantUUID:8009040d-b91b-4b13-85c4-fece6bfcb0e3
ResourceName:basic_onboard_OYYEOA
ResourceType:VF
ResourceUUID:3d9a7313-b25d-475c-8377-9adfb946efd0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oyyeoa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
ArtifactUUID:bcdf0b55-be83-46be-8a09-353314708f63
ArtifactChecksum:ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE=
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:436972f1-f03c-4954-b459-893758d8a32e
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T07:24:07.284Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a896d72-3427-42c3-9c51-7a9baf301927 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:24:07.330Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:24:07.331Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:24:07.332Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:24:07.332Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T07:24:07.332Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:24:07.332Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T07:24:07.353Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T07:24:07.353Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3a4b2b94
2023-03-24T07:24:07.354Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:24:07.354Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T07:24:07.354Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOyyeoa-csar.csar /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:24:07.354Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar ASDC sendASDCNotification
2023-03-24T07:24:07.354Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(Specified artifact is  not found)
2023-03-24T07:24:07.354Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:24:07.355Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:24:07.355Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:24:07.355Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642647354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:24:08.356Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOyyeoa-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(UUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T07:24:08.378Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T07:24:08.379Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
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-24T07:24:08.388Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||basic_onboard_OYYEOA 0
2023-03-24T07:24:08.389Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
2023-03-24T07:24:08.389Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bcdf0b55-be83-46be-8a09-353314708f63 from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T07:24:08.389Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:24:08.389Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T07:24:08.406Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T07:24:08.406Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@485b32b5
2023-03-24T07:24:08.406Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:24:08.407Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T07:24:08.407Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_oyyeoa0_modules.json /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json bcdf0b55-be83-46be-8a09-353314708f63 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:24:08.407Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json ASDC sendASDCNotification
2023-03-24T07:24:08.408Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(Specified artifact is  not found)
2023-03-24T07:24:08.408Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:24:08.408Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:24:08.408Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:24:08.408Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642648407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:24:09.409Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_oyyeoa0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(UUID:bcdf0b55-be83-46be-8a09-353314708f63)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T07:24:09.410Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:24:09.432Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:24:09.437Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:24:09.437Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:24:39.437Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:24:39.461Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:24:39.465Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:24:39.466Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:24:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:24:59.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:24:59.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:24:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:25:09.466Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:25:09.494Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:25:09.498Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:25:09.498Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:25:39.499Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:25:39.521Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:25:39.525Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:25:39.525Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:25:59.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:25:59.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:25:59.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T07:25:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:25:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:25:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:25:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:25:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:25:59.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:25:59.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:25:59.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:25:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-24T07:25:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:25:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:25:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:25:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:25:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:25:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:25:59.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:25:59.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:25:59.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642647354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:25:59.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:25:59.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-24T07:25:59.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642648407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:25:59.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:26:09.525Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:26:09.548Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:26:09.553Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:26:09.553Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:26:39.553Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:26:39.582Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:26:39.587Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:26:39.587Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:26:59.164Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:27:09.587Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:27:09.607Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:27:09.611Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:27:09.611Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:27:39.612Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:27:39.635Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:27:39.638Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:27:39.639Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:27:59.165Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:28:09.639Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:28:09.660Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:28:09.663Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:28:09.663Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:28:39.663Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:28:39.683Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:28:39.687Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:28:39.687Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:28:59.166Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:29:00.288Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-24T07:29:00.288Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Member SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-dc0c35ff-34c1-40e9-8c9f-28a1e88400d6 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-24T07:29:00.288Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-24T07:29:00.289Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-24T07:29:02.755Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:29:02.770Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T07:29:02.771Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T07:29:02.777Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:29:02.778Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 29: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T07:29:02.794Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:29:02.795Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:29:02.795Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:29:02.800Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T07:29:02.800Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T07:29:02.800Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T07:29:02.800Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1343, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T07:29:02.800Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T07:29:02.800Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T07:29:09.687Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-24T07:29:09.688Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T07:29:09.701Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and serviceModelVersionId: 2a896d72-3427-42c3-9c51-7a9baf301927
2023-03-24T07:29:09.701Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6453009a-682f-4779-b09e-13f352c10a5e
2023-03-24T07:29:09.702Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0
2023-03-24T07:29:09.709Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:29:09.729Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||Invoke
2023-03-24T07:29:09.729Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5cead67d-4d51-44e9-b51f-2dbdd58f0341], X-ECOMP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-TransactionId=[], X-ONAP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], Content-Type=[application/merge-patch+json]}
2023-03-24T07:29:09.738Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T07:29:09.915Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:29:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[172], vertex-id=[196704], x-aai-txid=[2-aai-resources-230324-07:29:10:287-90977], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:29:09.915Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:29:09.916Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||InvokeReturn
2023-03-24T07:29:09.917Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:29:09.917Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T07:29:09.928Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|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-24T07:29:09.928Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-24T07:29:09.928Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-24T07:29:09.929Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:29:09.929Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:29:09.929Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642949928,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:29:09.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-24T07:29:09.950Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642949928,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-24T07:29:09.951Z||pool-2-thread-5|||||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-24T07:29:10.958Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:29:10.958Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"dd4d0016-b37c-432f-8772-14719db40fae","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d2fd896c-8dbd-40cf-9f32-00ea121c4b86","serviceDescription":"service","serviceInvariantUUID":"eb7fb721-ae76-4fb4-a11d-09ec966ae14c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fb543b88-df7e-4c82-8201-6f6d54ac6c50","resourceInvariantUUID":"4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c","resourceCustomizationUUID":"9d0a16e8-2977-47a9-95c1-230b7d89e748","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":"YTg3YjMxZjE4MzA2Mjc5NjhhMjUyMWU5ZGVhMDgxYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"237b512e-0d38-481d-8779-ce675533ccd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eaa5e2ab-c485-4ac8-9447-f0ec97630551","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:29:10.958Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:29:10.959Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:29:10.959Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:29:10.959Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:29:11.959Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:29:11.960Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:29:11.960Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:29:11.960Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:29:12.961Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d2fd896c-8dbd-40cf-9f32-00ea121c4b86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb7fb721-ae76-4fb4-a11d-09ec966ae14c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9d0a16e8-2977-47a9-95c1-230b7d89e748",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "fb543b88-df7e-4c82-8201-6f6d54ac6c50",
      "resourceInvariantUUID": "4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c",
      "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": "YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eaa5e2ab-c485-4ac8-9447-f0ec97630551"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:29:12.961Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:29:12.961Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d2fd896c-8dbd-40cf-9f32-00ea121c4b86 ASDC
2023-03-24T07:29:12.962Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:dd4d0016-b37c-432f-8772-14719db40fae
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d2fd896c-8dbd-40cf-9f32-00ea121c4b86
ServiceInvariantUUID:eb7fb721-ae76-4fb4-a11d-09ec966ae14c
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:eaa5e2ab-c485-4ac8-9447-f0ec97630551
ArtifactChecksum:YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9d0a16e8-2977-47a9-95c1-230b7d89e748
ResourceInvariantUUID:4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fb543b88-df7e-4c82-8201-6f6d54ac6c50
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-24T07:29:12.962Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2fd896c-8dbd-40cf-9f32-00ea121c4b86 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:29:13.009Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:29:13.010Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:29:13.010Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:29:13.010Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T07:29:13.010Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:29:13.010Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T07:29:13.042Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T07:29:13.043Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@397b47b0
2023-03-24T07:29:13.043Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:29:13.043Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-24T07:29:13.043Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eaa5e2ab-c485-4ac8-9447-f0ec97630551 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:29:13.044Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T07:29:13.044Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-24T07:29:13.044Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:29:13.044Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:29:13.044Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:29:13.044Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642953044,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:29:14.045Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:eaa5e2ab-c485-4ac8-9447-f0ec97630551)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:29:14.099Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||ERROR|500||Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists
2023-03-24T07:29:14.100Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T07:29:14.100Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists)
2023-03-24T07:29:14.100Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:29:14.101Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:29:14.101Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:29:14.101Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642954100,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:29:15.102Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T07:29:15.102Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists)
2023-03-24T07:29:15.103Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:29:15.103Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:29:15.103Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:29:15.103Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642955102,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:29:16.104Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:29:16.119Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
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-24T07:29:16.123Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:29:16.123Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:29:16.123Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:29:16.123Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:29:16.123Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:29:16.123Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:29:16.123Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:29:16.124Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:29:16.124Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T07:29:16.132Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:29:46.133Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae 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-24T07:29:46.142Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd4d0016-b37c-432f-8772-14719db40fae and serviceModelVersionId: d2fd896c-8dbd-40cf-9f32-00ea121c4b86
2023-03-24T07:29:46.143Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb7fb721-ae76-4fb4-a11d-09ec966ae14c
2023-03-24T07:29:46.143Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0
2023-03-24T07:29:46.148Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:29:46.164Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||Invoke
2023-03-24T07:29:46.164Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a2a2a1aa-e07c-4b2f-8920-42a402b0a9d7], X-ECOMP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-TransactionId=[], X-ONAP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], Content-Type=[application/merge-patch+json]}
2023-03-24T07:29:46.172Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:29:46.300Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?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/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:29:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[225312], x-aai-txid=[1-aai-resources-230324-07:29:46:720-55275], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:29:46.300Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:29:46.300Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||InvokeReturn
2023-03-24T07:29:46.301Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:29:46.301Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T07:29:46.312Z|dd4d0016-b37c-432f-8772-14719db40fae|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-24T07:29:46.312Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd4d0016-b37c-432f-8772-14719db40fae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:29:46.312Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:29:46.312Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:29:46.312Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:29:46.313Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642986312,
  "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-24T07:29:47.339Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:29:47.339Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"1a2365d1-074b-4844-91d3-363d03287b57","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"09ff96f4-229a-4515-9709-6d2f2c4821ac","serviceDescription":"service","serviceInvariantUUID":"45dc50b5-a169-45aa-9f0b-ccc1cea11873","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc","resourceInvariantUUID":"a7fff94d-369d-44ee-8b27-435e03531596","resourceCustomizationUUID":"b7580746-a72b-4fb1-9336-d78ac7525682","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":"YTMyNWQyZWU0MDA1ODYwMmVjMGE2Y2IxMDYwMWEyYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69c13507-0010-4c9a-ade6-d19f5baf9488","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":"N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"994e980a-ea5f-4be3-8a38-6ec36a40427d","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":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a","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":"54f5d029-3e9c-428a-9790-9535b8f1bb74","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":"249db6ea-2fe4-4b56-b5af-9585a06fdc81","artifactVersion":"2","generatedFromUUID":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2M0YTE2MDQ0ZDIwZGMxYjM4MmM1NzBmNjcwMjVjZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cacd8347-baf7-4864-851a-2e4d0d06f245","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:29:47.340Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:29:47.340Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:29:47.340Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:29:47.340Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:29:48.341Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:29:48.341Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:29:48.342Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:29:48.342Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:29:49.342Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:29:49.343Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:29:49.343Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:29:49.343Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:29:50.344Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:29:50.344Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:29:50.344Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:29:50.345Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:29:51.345Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:29:51.346Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:29:51.346Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:29:51.346Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:29:52.347Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:29:52.347Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:29:52.347Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:29:52.347Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:29:53.348Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:29:53.348Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:29:53.349Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:29:53.349Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:29:54.349Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "09ff96f4-229a-4515-9709-6d2f2c4821ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45dc50b5-a169-45aa-9f0b-ccc1cea11873",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b7580746-a72b-4fb1-9336-d78ac7525682",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc",
      "resourceInvariantUUID": "a7fff94d-369d-44ee-8b27-435e03531596",
      "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": "N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "994e980a-ea5f-4be3-8a38-6ec36a40427d",
          "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": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a",
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
            "generatedFromUUID": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"
          },
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:29:54.350Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:29:54.350Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09ff96f4-229a-4515-9709-6d2f2c4821ac ASDC
2023-03-24T07:29:54.350Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1a2365d1-074b-4844-91d3-363d03287b57
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:09ff96f4-229a-4515-9709-6d2f2c4821ac
ServiceInvariantUUID:45dc50b5-a169-45aa-9f0b-ccc1cea11873
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:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311
ArtifactChecksum:ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b7580746-a72b-4fb1-9336-d78ac7525682
ResourceInvariantUUID:a7fff94d-369d-44ee-8b27-435e03531596
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc
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:994e980a-ea5f-4be3-8a38-6ec36a40427d
ArtifactChecksum:N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE=
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:65fe8888-43b5-4f65-bf9d-77c8a3c7d02a
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T07:29:54.350Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09ff96f4-229a-4515-9709-6d2f2c4821ac 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:29:54.398Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:29:54.399Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:29:54.399Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:29:54.399Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T07:29:54.399Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:29:54.399Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T07:29:54.420Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T07:29:54.420Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4f8c2d8
2023-03-24T07:29:54.421Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:29:54.421Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-24T07:29:54.421Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:29:54.421Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T07:29:54.421Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-24T07:29:54.421Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:29:54.422Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:29:54.422Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:29:54.422Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642994421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:29:55.423Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:29:55.466Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||ERROR|500||Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists
2023-03-24T07:29:55.466Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T07:29:55.467Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists)
2023-03-24T07:29:55.467Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:29:55.467Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:29:55.467Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:29:55.467Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642995466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:29:56.468Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T07:29:56.468Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists)
2023-03-24T07:29:56.469Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:29:56.469Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:29:56.469Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:29:56.469Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642996468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:29:57.470Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:29:57.494Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
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-24T07:29:57.499Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:29:57.499Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:29:57.499Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:29:57.499Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:29:57.499Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:29:57.499Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:29:57.499Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:29:57.499Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:29:57.500Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T07:29:57.513Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:29:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:29:59.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:29:59.169Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:29:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:29:59.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:29:59.169Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:29:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:29:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:29:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642953044,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:29:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:29:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:29:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642954100,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
}
2023-03-24T07:29:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:29:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:29:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642955102,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
}
2023-03-24T07:29:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:29:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:29:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642986312,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:29:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:29:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:29:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:29:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:29:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:29:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T07:29:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:29:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:29:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:29:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:29:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:29:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:29:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:29:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:29:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T07:29:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:29:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:29:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:29:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:29:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:29:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:29:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:29:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:29:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642994421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:29:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:29:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:29:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642995466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
}
2023-03-24T07:29:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:29:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:29:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642996468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
}
2023-03-24T07:29:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:27.514Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57 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-24T07:30:27.526Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a2365d1-074b-4844-91d3-363d03287b57 and serviceModelVersionId: 09ff96f4-229a-4515-9709-6d2f2c4821ac
2023-03-24T07:30:27.526Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45dc50b5-a169-45aa-9f0b-ccc1cea11873
2023-03-24T07:30:27.526Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0
2023-03-24T07:30:27.532Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:30:27.551Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||Invoke
2023-03-24T07:30:27.552Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fafad36f-e088-42fe-839c-e5cbaa695469], X-ECOMP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-TransactionId=[], X-ONAP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], Content-Type=[application/merge-patch+json]}
2023-03-24T07:30:27.558Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:30:27.701Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?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/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:30:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[356504], x-aai-txid=[1-aai-resources-230324-07:30:28:108-89008], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:30:27.701Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:30:27.702Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||InvokeReturn
2023-03-24T07:30:27.702Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:30:27.702Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T07:30:27.713Z|1a2365d1-074b-4844-91d3-363d03287b57|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-24T07:30:27.713Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a2365d1-074b-4844-91d3-363d03287b57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:30:27.714Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:30:27.714Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:30:27.714Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:30:27.714Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643027714,
  "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-24T07:30:28.737Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:30:28.737Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"47aeea4c-050e-497f-8613-81119c7707d5","serviceName":"Demo_pNF_i16cL97oNGISgd9SfY8I","serviceVersion":"1.0","serviceUUID":"6d21b031-231c-48e2-9b5c-0e7d88d020fd","serviceDescription":"catalog service description","serviceInvariantUUID":"36e2a514-3273-43b4-aec1-d55c0635af0f","resources":[{"resourceInstanceName":"pNF 196156c4-b041 0","resourceName":"pNF 196156c4-b041","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b5ec4454-3c1e-47ea-9136-dede5fa2c277","resourceInvariantUUID":"c1923a0b-6273-4444-ac11-1fce9096051a","resourceCustomizationUUID":"b66059b5-3bb7-494c-a357-4392105f719b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml","artifactChecksum":"ZWQ3OTVmMGUwZTNiMzU5ZmVmNGQzNzc1YTcxMzhiYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1c63b36-dc3a-4547-b21e-aa0344274eef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ad0f8d2-26c0-49de-bd43-1c4bf374e11a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078338d5-2741-4210-afc5-93fe15bb8330","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml","artifactChecksum":"ZjM0Y2M4ZWVkOTJkNjEwMWQ2MmQwZDEzYjRhYjBiZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fb0ba830-9ee7-47a7-b7df-d30109bea559","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8aeb7c64-6355-449e-a401-137fb967b643","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21a99006-a94d-46a5-a378-c22a7e5688f4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactChecksum":"ZjA3NDNlYTlkOTkyNzIxNjg1NmE1NzZhNDRmMTY2MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b208e49c-1313-4351-bae0-c1233a1fe994","artifactVersion":"1"},{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactChecksum":"MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9cc91da5-e75b-4ec0-b006-8d70c31f6118","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:30:28.738Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:30:28.738Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:30:28.738Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:30:28.738Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:30:29.740Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:30:29.740Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:30:29.740Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:30:29.741Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:30:30.742Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:30:30.742Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:30:30.742Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:30:30.743Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:30:31.744Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:30:31.744Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:30:31.744Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:30:31.745Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:30:32.746Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:30:32.746Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:30:32.746Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:30:32.746Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:30:33.748Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:30:33.748Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:30:33.748Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:30:33.748Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:30:34.749Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:30:34.750Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:30:34.750Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:30:34.750Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:30:35.751Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:30:35.751Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:30:35.751Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:30:35.751Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:30:36.752Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "serviceName": "Demo_pNF_i16cL97oNGISgd9SfY8I",
  "serviceVersion": "1.0",
  "serviceUUID": "6d21b031-231c-48e2-9b5c-0e7d88d020fd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "36e2a514-3273-43b4-aec1-d55c0635af0f",
  "resources": [
    {
      "resourceInstanceName": "pNF 196156c4-b041 0",
      "resourceCustomizationUUID": "b66059b5-3bb7-494c-a357-4392105f719b",
      "resourceName": "pNF 196156c4-b041",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b5ec4454-3c1e-47ea-9136-dede5fa2c277",
      "resourceInvariantUUID": "c1923a0b-6273-4444-ac11-1fce9096051a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactChecksum": "MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9cc91da5-e75b-4ec0-b006-8d70c31f6118"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:30:36.753Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:30:36.753Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d21b031-231c-48e2-9b5c-0e7d88d020fd ASDC
2023-03-24T07:30:36.753Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:47aeea4c-050e-497f-8613-81119c7707d5
ServiceName:Demo_pNF_i16cL97oNGISgd9SfY8I
ServiceVersion:1.0
ServiceUUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
ServiceInvariantUUID:36e2a514-3273-43b4-aec1-d55c0635af0f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactUUID:9cc91da5-e75b-4ec0-b006-8d70c31f6118
ArtifactChecksum:MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 196156c4-b041 0
ResourceCustomizationUUID:b66059b5-3bb7-494c-a357-4392105f719b
ResourceInvariantUUID:c1923a0b-6273-4444-ac11-1fce9096051a
ResourceName:pNF 196156c4-b041
ResourceType:PNF
ResourceUUID:b5ec4454-3c1e-47ea-9136-dede5fa2c277
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:30:36.753Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d21b031-231c-48e2-9b5c-0e7d88d020fd 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:30:36.787Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:30:36.788Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:30:36.788Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:30:36.788Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 from URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:30:36.788Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:30:36.788Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:30:37.024Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:30:37.027Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar 9cc91da5-e75b-4ec0-b006-8d70c31f6118 88017
2023-03-24T07:30:37.027Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T07:30:37.027Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:30:37.027Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:30:37.027Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:30:37.027Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:30:37.027Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643037027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:30:38.028Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:30:38.028Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:30:38.029Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118, URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar to file: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:30:38.029Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:30:38.029Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:30:38.029Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:30:38.102Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP957330493666253225/Definitions/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml
2023-03-24T07:30:38.700Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T07:30:38.700Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:30:38.700Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:30:38.700Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T07:30:38.701Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 196156c4-b041 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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:30:38.701Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:30:38.701Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:30:38.701Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:30:38.701Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:30:38.701Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:30:38.701Z|47aeea4c-050e-497f-8613-81119c7707d5|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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:30:38.701Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:30:38.701Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:30:38.701Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:30:38.701Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T07:30:38.701Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:30:38.701Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:30:38.701Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:30:38.701Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:30:38.702Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T07:30:38.702Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:30:38.702Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:30:38.702Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:30:38.702Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:30:38.702Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:30:38.702Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:30:38.702Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:30:38.702Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:30:38.702Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:30:38.702Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:30:38.702Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:30:38.702Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:30:38.702Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_i16cL97oNGISgd9SfY8I
Description:catalog service description
Model UUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
Model Version:NULL
Model InvariantUuid:36e2a514-3273-43b4-aec1-d55c0635af0f
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=?
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-24T07:30:38.748Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||ERROR|500||Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists
2023-03-24T07:30:38.748Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T07:30:38.748Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists)
2023-03-24T07:30:38.748Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:30:38.748Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:30:38.748Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:30:38.749Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643038748,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:30:39.749Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T07:30:39.749Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists)
2023-03-24T07:30:39.750Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:30:39.750Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:30:39.750Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:30:39.750Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643039749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:30:40.750Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:30:40.778Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
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-24T07:30:40.783Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:30:40.784Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:30:40.784Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:30:40.784Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:30:40.784Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:30:40.784Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:30:40.784Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:30:40.784Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:30:40.784Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T07:30:40.800Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:30:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:30:59.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643027714,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:30:59.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:30:59.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643037027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:30:59.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643038748,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
}
2023-03-24T07:30:59.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643039749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
}
2023-03-24T07:30:59.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679643050638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679643012878,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679643043725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679643041111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1679643040033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679643050638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679643043725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679643012878,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1679643040033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679643041111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679643012878,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679643050638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679643043725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1679643040033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679643041111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679643043725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679643012878,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679643050638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1679643040033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679643041111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679643054275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679643012878,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679643043725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679643050638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1679643040033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679643041111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679643054275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679643043725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.187Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679643012878,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.187Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679643050638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.187Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679643041111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.187Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1679643040033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.188Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679643054275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.188Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679643043725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.188Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679643012878,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.188Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679643050638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:30:59.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.189Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1679643040033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:30:59.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:30:59.189Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679643041111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:30:59.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:31:10.800Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5 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-24T07:31:10.813Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47aeea4c-050e-497f-8613-81119c7707d5 and serviceModelVersionId: 6d21b031-231c-48e2-9b5c-0e7d88d020fd
2023-03-24T07:31:10.813Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36e2a514-3273-43b4-aec1-d55c0635af0f
2023-03-24T07:31:10.814Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0
2023-03-24T07:31:10.820Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:31:10.846Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||Invoke
2023-03-24T07:31:10.846Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4d18a05e-ea4d-48cb-ba1a-97555a6d5ffd], X-ECOMP-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], X-TransactionId=[], X-ONAP-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], Content-Type=[application/merge-patch+json]}
2023-03-24T07:31:10.855Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:31:10.989Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?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/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:31:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[221384], x-aai-txid=[1-aai-resources-230324-07:31:11:406-28253], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:31:10.990Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:31:10.990Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||InvokeReturn
2023-03-24T07:31:10.991Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:31:10.991Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T07:31:11.002Z|47aeea4c-050e-497f-8613-81119c7707d5|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-24T07:31:11.003Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47aeea4c-050e-497f-8613-81119c7707d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:31:11.003Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:31:11.003Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:31:11.003Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:31:11.003Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643071003,
  "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-24T07:31:12.030Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:31:12.031Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"74dc9741-be4b-4978-bc6b-eaa74b750d0f","serviceName":"Demo_pNF_udFnnTGbbaPA3TPCLzGq","serviceVersion":"1.0","serviceUUID":"9201de56-0aff-4843-9892-0e79e694a55c","serviceDescription":"catalog service description","serviceInvariantUUID":"e472cdc6-cdb6-46b7-b96e-b4bf01d5083c","resources":[{"resourceInstanceName":"pNF 987b0b8e-dbc1 0","resourceName":"pNF 987b0b8e-dbc1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"de5d512a-ba4f-4f57-b63a-421597be67d9","resourceInvariantUUID":"090e47b5-650a-40ab-83f3-56f7ceed024b","resourceCustomizationUUID":"d04be6e1-cb33-473e-a923-5b5289d301cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q0OWVhNWQ5M2E5YTIyNTc0MzM1NDA1MmQ0OGU4ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba09de2f-e124-42bf-b973-f7c86cd0e26e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7a4867e-e8a7-42eb-8eb9-a78047af0e58","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f186ebad-ad1b-4d81-834b-8246aa9dee2a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml","artifactChecksum":"YzNmNDljOTIwZmFkMzM3Mzk2NzFkOGVlZGE5YWNlZjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed53392e-4f36-4f7b-b71b-c30b3a756cb3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88a60b39-e34f-4f1d-9d09-53d94aa0a750","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7588dab5-8e3c-4f59-a8e2-d446acb1c88f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactChecksum":"NjAxN2MwZjU3NmJlNWU3NzE1MTIwMjMyZTg4MDAzNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70d79d54-9860-4019-8b1a-8fef8d5884af","artifactVersion":"1"},{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactChecksum":"YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50c84df6-da4c-4d46-a80b-33026baa8e04","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:31:12.031Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:31:12.031Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:31:12.031Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:31:12.031Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:31:13.033Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:31:13.033Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:31:13.033Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:31:13.033Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:31:14.035Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:31:14.035Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:31:14.035Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:31:14.035Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:31:15.037Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:31:15.037Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:31:15.037Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:31:15.037Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:31:16.038Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:31:16.039Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:31:16.039Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:31:16.040Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:31:17.040Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:31:17.041Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:31:17.041Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:31:17.041Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:31:18.041Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:31:18.042Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:31:18.042Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:31:18.042Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:31:19.042Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:31:19.043Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:31:19.043Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:31:19.043Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:31:20.044Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "serviceName": "Demo_pNF_udFnnTGbbaPA3TPCLzGq",
  "serviceVersion": "1.0",
  "serviceUUID": "9201de56-0aff-4843-9892-0e79e694a55c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e472cdc6-cdb6-46b7-b96e-b4bf01d5083c",
  "resources": [
    {
      "resourceInstanceName": "pNF 987b0b8e-dbc1 0",
      "resourceCustomizationUUID": "d04be6e1-cb33-473e-a923-5b5289d301cc",
      "resourceName": "pNF 987b0b8e-dbc1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "de5d512a-ba4f-4f57-b63a-421597be67d9",
      "resourceInvariantUUID": "090e47b5-650a-40ab-83f3-56f7ceed024b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactChecksum": "YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50c84df6-da4c-4d46-a80b-33026baa8e04"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:31:20.045Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:31:20.045Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9201de56-0aff-4843-9892-0e79e694a55c ASDC
2023-03-24T07:31:20.045Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:74dc9741-be4b-4978-bc6b-eaa74b750d0f
ServiceName:Demo_pNF_udFnnTGbbaPA3TPCLzGq
ServiceVersion:1.0
ServiceUUID:9201de56-0aff-4843-9892-0e79e694a55c
ServiceInvariantUUID:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactUUID:50c84df6-da4c-4d46-a80b-33026baa8e04
ArtifactChecksum:YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 987b0b8e-dbc1 0
ResourceCustomizationUUID:d04be6e1-cb33-473e-a923-5b5289d301cc
ResourceInvariantUUID:090e47b5-650a-40ab-83f3-56f7ceed024b
ResourceName:pNF 987b0b8e-dbc1
ResourceType:PNF
ResourceUUID:de5d512a-ba4f-4f57-b63a-421597be67d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:31:20.045Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9201de56-0aff-4843-9892-0e79e694a55c 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:31:20.089Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:31:20.090Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:31:20.090Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:31:20.090Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 from URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:31:20.090Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:31:20.090Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:31:20.333Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:31:20.336Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar 50c84df6-da4c-4d46-a80b-33026baa8e04 88008
2023-03-24T07:31:20.336Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T07:31:20.336Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:31:20.336Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:31:20.337Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:31:20.337Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:31:20.337Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643080336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:31:21.338Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:31:21.338Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:31:21.339Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04, URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar to file: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:31:21.339Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:31:21.340Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:31:21.340Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:31:21.424Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11423446645174356222/Definitions/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml
2023-03-24T07:31:22.020Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T07:31:22.020Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:31:22.021Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:31:22.021Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T07:31:22.021Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 987b0b8e-dbc1 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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:31:22.021Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:31:22.021Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:31:22.021Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:31:22.021Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:31:22.021Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:31:22.021Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:31:22.021Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:31:22.021Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:31:22.021Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:31:22.021Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T07:31:22.021Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:31:22.021Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:31:22.022Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:31:22.022Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:31:22.022Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T07:31:22.022Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:31:22.022Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:31:22.022Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:31:22.022Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:31:22.022Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:31:22.022Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:31:22.022Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:31:22.022Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:31:22.022Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:31:22.022Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:31:22.022Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:31:22.022Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:31:22.022Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_udFnnTGbbaPA3TPCLzGq
Description:catalog service description
Model UUID:9201de56-0aff-4843-9892-0e79e694a55c
Model Version:NULL
Model InvariantUuid:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
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=?
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-24T07:31:22.064Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||ERROR|500||Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists
2023-03-24T07:31:22.065Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T07:31:22.065Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists)
2023-03-24T07:31:22.065Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:31:22.065Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:31:22.065Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:31:22.065Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643082065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:31:23.066Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T07:31:23.066Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists)
2023-03-24T07:31:23.066Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:31:23.066Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:31:23.066Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:31:23.066Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643083065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:31:24.067Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:31:24.087Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
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-24T07:31:24.091Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:31:24.091Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:31:24.091Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:31:24.091Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:31:24.091Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:31:24.091Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:31:24.091Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:31:24.091Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:31:24.091Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T07:31:24.106Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:31:54.106Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f 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-24T07:31:54.116Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f and serviceModelVersionId: 9201de56-0aff-4843-9892-0e79e694a55c
2023-03-24T07:31:54.116Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
2023-03-24T07:31:54.117Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0
2023-03-24T07:31:54.123Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:31:54.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||Invoke
2023-03-24T07:31:54.139Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74dc9741-be4b-4978-bc6b-eaa74b750d0f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2ccc0067-fc60-4da2-af5c-942000673bfe], X-ECOMP-RequestID=[74dc9741-be4b-4978-bc6b-eaa74b750d0f], X-TransactionId=[], X-ONAP-RequestID=[74dc9741-be4b-4978-bc6b-eaa74b750d0f], Content-Type=[application/merge-patch+json]}
2023-03-24T07:31:54.146Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:31:54.307Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?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/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:31:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[245792], x-aai-txid=[0-aai-resources-230324-07:31:54:699-151], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:31:54.308Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:31:54.308Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||InvokeReturn
2023-03-24T07:31:54.309Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:31:54.309Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T07:31:54.322Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|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-24T07:31:54.322Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74dc9741-be4b-4978-bc6b-eaa74b750d0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:31:54.323Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:31:54.323Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:31:54.323Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:31:54.324Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643114323,
  "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-24T07:31:55.349Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:31:55.350Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"8724cd49-34ec-4980-ab2b-64ace9832bd0","serviceName":"Demo_pNF_UwgnjqgcnsmCphwI9gbY","serviceVersion":"1.0","serviceUUID":"ae383e4d-80b0-4cc6-9ff7-4def5cc309bf","serviceDescription":"catalog service description","serviceInvariantUUID":"087fabf1-baa4-4625-b959-7f8bdf3eeaab","resources":[{"resourceInstanceName":"pNF 36bf80f7-db9b 0","resourceName":"pNF 36bf80f7-db9b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9fb428ca-b2ee-4b9a-b88b-76c73bae18d0","resourceInvariantUUID":"5f7912da-deb8-4284-8c89-064dcbe2661c","resourceCustomizationUUID":"29593f6d-a855-47c1-95d6-471370e64983","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml","artifactChecksum":"OGFjMThmNzRkZDJmMDQyOTU5YTJiNjRlMDczNjA5Zjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74ee8d11-c8c0-4e92-a1a1-916801a4371e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fdd3764d-c2fd-4586-ae74-b67caa4af234","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42939f9f-f090-45b0-907b-88c01da93f7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml","artifactChecksum":"YmM2MzIwNWMyNTcxN2I3MjkzOGViMTAyNTY5ZTNkYzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"64a8ced7-b923-4638-87a1-074aa9a8a738","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b5467a5b-fad4-4b84-968f-eb9a45f224e8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"55ab392b-ed1e-455f-aad7-154d3eb1b149","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml","artifactChecksum":"MTZiNDEwZDZlMjIyYThjYWVlZDI4ZWMxYjVkYmUyNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b011f01c-348d-470c-a42e-befef97cee3a","artifactVersion":"1"},{"artifactName":"service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar","artifactChecksum":"ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:31:55.350Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:31:55.350Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:31:55.350Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:31:55.350Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:31:56.351Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:31:56.351Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:31:56.351Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:31:56.351Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:31:57.352Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:31:57.353Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:31:57.353Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:31:57.353Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:31:58.354Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:31:58.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:31:58.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:31:58.355Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:31:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:31:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:31:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679643054275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:31:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:31:59.356Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:31:59.357Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:31:59.357Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:31:59.357Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:32:00.359Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:32:00.359Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:32:00.359Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:32:00.360Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:32:01.361Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:32:01.361Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:32:01.361Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:32:01.362Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:32:02.363Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:32:02.363Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:32:02.363Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:32:02.364Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:32:03.365Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "serviceName": "Demo_pNF_UwgnjqgcnsmCphwI9gbY",
  "serviceVersion": "1.0",
  "serviceUUID": "ae383e4d-80b0-4cc6-9ff7-4def5cc309bf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "087fabf1-baa4-4625-b959-7f8bdf3eeaab",
  "resources": [
    {
      "resourceInstanceName": "pNF 36bf80f7-db9b 0",
      "resourceCustomizationUUID": "29593f6d-a855-47c1-95d6-471370e64983",
      "resourceName": "pNF 36bf80f7-db9b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9fb428ca-b2ee-4b9a-b88b-76c73bae18d0",
      "resourceInvariantUUID": "5f7912da-deb8-4284-8c89-064dcbe2661c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
      "artifactChecksum": "ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:32:03.365Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:32:03.366Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ae383e4d-80b0-4cc6-9ff7-4def5cc309bf ASDC
2023-03-24T07:32:03.367Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8724cd49-34ec-4980-ab2b-64ace9832bd0
ServiceName:Demo_pNF_UwgnjqgcnsmCphwI9gbY
ServiceVersion:1.0
ServiceUUID:ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
ServiceInvariantUUID:087fabf1-baa4-4625-b959-7f8bdf3eeaab
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
ArtifactUUID:2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf
ArtifactChecksum:ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 36bf80f7-db9b 0
ResourceCustomizationUUID:29593f6d-a855-47c1-95d6-471370e64983
ResourceInvariantUUID:5f7912da-deb8-4284-8c89-064dcbe2661c
ResourceName:pNF 36bf80f7-db9b
ResourceType:PNF
ResourceUUID:9fb428ca-b2ee-4b9a-b88b-76c73bae18d0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:32:03.367Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae383e4d-80b0-4cc6-9ff7-4def5cc309bf 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:32:03.411Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:32:03.412Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:32:03.412Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:32:03.412Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf from URL: /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:32:03.412Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:32:03.412Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:32:03.960Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:32:03.964Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf 88009
2023-03-24T07:32:03.964Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T07:32:03.965Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:32:03.965Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:32:03.965Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:32:03.965Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:32:03.965Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643123964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:32:04.966Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:32:04.966Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:32:04.966Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf, URL: /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar to file: /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:32:04.967Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:32:04.967Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:32:04.968Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:32:05.056Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5430081286682375827/Definitions/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml
2023-03-24T07:32:05.660Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T07:32:05.660Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:32:05.660Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:32:05.661Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T07:32:05.661Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:32:05.661Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 36bf80f7-db9b 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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:32:05.661Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:32:05.661Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:32:05.661Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:32:05.661Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:32:05.661Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:32:05.661Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:32:05.661Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:32:05.661Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:32:05.661Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Node template pNF 36bf80f7-db9b 0 is matching search criteria
2023-03-24T07:32:05.661Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:32:05.661Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 36bf80f7-db9b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:32:05.661Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:32:05.661Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:32:05.661Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Node template pNF 36bf80f7-db9b 0 is matching search criteria
2023-03-24T07:32:05.661Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:32:05.662Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 36bf80f7-db9b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:32:05.662Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:32:05.662Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:32:05.662Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:32:05.662Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:32:05.662Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:32:05.662Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:32:05.662Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:32:05.662Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:32:05.662Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:32:05.662Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:32:05.662Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UwgnjqgcnsmCphwI9gbY
Description:catalog service description
Model UUID:ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
Model Version:NULL
Model InvariantUuid:087fabf1-baa4-4625-b959-7f8bdf3eeaab
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=?
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-24T07:32:05.713Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||ERROR|500||Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists
2023-03-24T07:32:05.713Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T07:32:05.713Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar(Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists)
2023-03-24T07:32:05.713Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:32:05.714Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:32:05.714Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:32:05.714Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643125713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:32:06.714Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T07:32:06.715Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar(Resource with UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 already exists)
2023-03-24T07:32:06.715Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:32:06.716Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:32:06.716Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:32:06.716Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643126714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:32:07.717Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:32:07.743Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0
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-24T07:32:07.747Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:32:07.747Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:32:07.747Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:32:07.747Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:32:07.748Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:32:07.748Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:32:07.748Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:32:07.748Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:32:07.748Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-24T07:32:07.762Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:32:37.762Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0 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-24T07:32:37.775Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0 and serviceModelVersionId: ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
2023-03-24T07:32:37.775Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 087fabf1-baa4-4625-b959-7f8bdf3eeaab
2023-03-24T07:32:37.776Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0
2023-03-24T07:32:37.783Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:32:37.803Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?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-24T07:32:37.804Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|INFO|500||Invoke
2023-03-24T07:32:37.810Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:32:37.955Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|INFO|500||InvokeReturn
2023-03-24T07:32:37.955Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:32:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[225376], x-aai-txid=[1-aai-resources-230324-07:32:38:363-55225], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:32:37.955Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:32:37.955Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:32:37.955Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-24T07:32:37.967Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|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-24T07:32:37.967Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8724cd49-34ec-4980-ab2b-64ace9832bd0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:32:37.967Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:32:37.967Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:32:37.968Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:32:37.968Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643157967,
  "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-24T07:32:38.999Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:32:39.000Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"f6e121a0-a57f-49e0-8e84-03d4afe0e29c","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"341b0520-ae27-48bb-aa25-d8d48c9ceb78","serviceDescription":"service","serviceInvariantUUID":"2b10c9e7-82e1-456c-85f3-2ea2c444884f","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe8477c7-e8ec-419a-bf67-26a082731949","resourceInvariantUUID":"413ba2f7-68f8-4bf4-ae24-3b9ac1cd2b28","resourceCustomizationUUID":"625d37cb-6e80-449f-8ef6-1bcfa792a9ac","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":"MzIzNTk3OGY2NWU5MjI0MDA4M2VhOWE3Yjc2MWNjYTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8324a320-5c5c-4f0b-81e3-6f55c858d21b","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":"OTJiNzk4ZDk3NjY0Njc2Mjc1OTJjNDc1MThiNGZiNmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a4b3134-7c25-4d1b-b00f-fe2d0f367056","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":"11a7e22e-bcec-4253-a395-c91a8b2ec733","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":"bf06ffc5-59d4-4278-951d-2caead64affe","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":"16d5f357-5e31-4d4e-96b0-badc500b14b5","artifactVersion":"2","generatedFromUUID":"16a9aa83-9d05-4970-a869-70fa820b4a0f"},{"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":"b639699b-897d-4297-86ed-76e92092cdf0","artifactVersion":"2","generatedFromUUID":"11a7e22e-bcec-4253-a395-c91a8b2ec733"},{"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":"16a9aa83-9d05-4970-a869-70fa820b4a0f","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":"d1543da3-c069-4afb-8f1e-0bbb7b186e87","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":"NzVlNTg5NWVkZWJlZGQyOGI4ZjAyYTM1ZjM0NWY1YzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"076501d2-fb09-4970-9098-2e1a306a507c","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NmEyNGU4ZWUzYTc0NTI0NzUxMzVkYmVjMTczMTlmYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e77ae59e-2b8a-4f5b-8f93-4be776d9895d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:32:39.000Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:32:39.000Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:32:39.001Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:32:39.001Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:32:40.001Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:32:40.002Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:32:40.002Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:32:40.002Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:32:41.002Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:32:41.003Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:32:41.003Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:32:41.003Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:32:42.004Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:32:42.004Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:32:42.005Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:32:42.005Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:32:43.006Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:32:43.006Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:32:43.006Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:32:43.007Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:32:44.008Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:32:44.009Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:32:44.009Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:32:44.009Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:32:45.010Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:32:45.010Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:32:45.011Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:32:45.011Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:32:46.012Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:32:46.012Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:32:46.012Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:32:46.013Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:32:47.013Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:32:47.014Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:32:47.014Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:32:47.014Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:32:48.015Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:32:48.015Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:32:48.016Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:32:48.016Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:32:49.017Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "341b0520-ae27-48bb-aa25-d8d48c9ceb78",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2b10c9e7-82e1-456c-85f3-2ea2c444884f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "625d37cb-6e80-449f-8ef6-1bcfa792a9ac",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe8477c7-e8ec-419a-bf67-26a082731949",
      "resourceInvariantUUID": "413ba2f7-68f8-4bf4-ae24-3b9ac1cd2b28",
      "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": "OTJiNzk4ZDk3NjY0Njc2Mjc1OTJjNDc1MThiNGZiNmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a4b3134-7c25-4d1b-b00f-fe2d0f367056",
          "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": "11a7e22e-bcec-4253-a395-c91a8b2ec733",
          "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": "b639699b-897d-4297-86ed-76e92092cdf0",
            "generatedFromUUID": "11a7e22e-bcec-4253-a395-c91a8b2ec733"
          },
          "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": "16d5f357-5e31-4d4e-96b0-badc500b14b5",
          "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": "b639699b-897d-4297-86ed-76e92092cdf0",
          "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": "16a9aa83-9d05-4970-a869-70fa820b4a0f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NmEyNGU4ZWUzYTc0NTI0NzUxMzVkYmVjMTczMTlmYTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e77ae59e-2b8a-4f5b-8f93-4be776d9895d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:32:49.017Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:32:49.017Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 341b0520-ae27-48bb-aa25-d8d48c9ceb78 ASDC
2023-03-24T07:32:49.018Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f6e121a0-a57f-49e0-8e84-03d4afe0e29c
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:341b0520-ae27-48bb-aa25-d8d48c9ceb78
ServiceInvariantUUID:2b10c9e7-82e1-456c-85f3-2ea2c444884f
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:e77ae59e-2b8a-4f5b-8f93-4be776d9895d
ArtifactChecksum:NmEyNGU4ZWUzYTc0NTI0NzUxMzVkYmVjMTczMTlmYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:625d37cb-6e80-449f-8ef6-1bcfa792a9ac
ResourceInvariantUUID:413ba2f7-68f8-4bf4-ae24-3b9ac1cd2b28
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:fe8477c7-e8ec-419a-bf67-26a082731949
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:2a4b3134-7c25-4d1b-b00f-fe2d0f367056
ArtifactChecksum:OTJiNzk4ZDk3NjY0Njc2Mjc1OTJjNDc1MThiNGZiNmQ=
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:11a7e22e-bcec-4253-a395-c91a8b2ec733
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:b639699b-897d-4297-86ed-76e92092cdf0
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:16d5f357-5e31-4d4e-96b0-badc500b14b5
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:b639699b-897d-4297-86ed-76e92092cdf0
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:16a9aa83-9d05-4970-a869-70fa820b4a0f
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T07:32:49.018Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 341b0520-ae27-48bb-aa25-d8d48c9ceb78 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:32:49.068Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:32:49.069Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:32:49.069Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:32:49.069Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-24T07:32:49.069Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:32:49.069Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-24T07:32:49.093Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T07:32:49.093Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4a8485c2
2023-03-24T07:32:49.093Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:32:49.094Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicCnfMacro"
      ]
    }
  }
}
2023-03-24T07:32:49.094Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicCnfMacro-csar.csar /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar e77ae59e-2b8a-4f5b-8f93-4be776d9895d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:32:49.094Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:32:49.094Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Specified artifact is  not found)
2023-03-24T07:32:49.094Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:32:49.095Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:32:49.095Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:32:49.095Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643169094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:32:50.096Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicCnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(UUID:e77ae59e-2b8a-4f5b-8f93-4be776d9895d)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:32:50.149Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||ERROR|500||Csar with UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d already exists
2023-03-24T07:32:50.150Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:32:50.150Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d already exists)
2023-03-24T07:32:50.150Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:32:50.151Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:32:50.151Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:32:50.151Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643170150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:32:51.152Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:32:51.152Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: fe8477c7-e8ec-419a-bf67-26a082731949 already exists)
2023-03-24T07:32:51.152Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:32:51.152Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:32:51.152Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:32:51.152Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643171152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fe8477c7-e8ec-419a-bf67-26a082731949 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:32:52.153Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6e121a0-a57f-49e0-8e84-03d4afe0e29c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:32:52.181Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6e121a0-a57f-49e0-8e84-03d4afe0e29c
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-24T07:32:52.185Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:32:52.185Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:32:52.185Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:32:52.185Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:32:52.185Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:32:52.185Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:32:52.185Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:32:52.186Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:32:52.186Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|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-24T07:32:52.199Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:32:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:32:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.165Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679643043725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679643012878,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679643050638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1679643040033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679643041111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679643054275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679643043725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:32:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679643012878,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:32:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679643050638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679643041111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:32:59.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1679643040033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:32:59.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679643054275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679643061379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:32:59.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679643062520,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:32:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.169Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1679643062540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:32:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.169Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679643054275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.169Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679643062382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T07:32:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.169Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679643054275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679643063384,
  "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-24T07:32:59.203Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae4956b4-f860-4aa0-952a-aa7b64a781fa
2023-03-24T07:32:59.204Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae4956b4-f860-4aa0-952a-aa7b64a781fa 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-24T07:32:59.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.224Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679643054275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:32:59.224Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.224Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679643064059,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:32:59.225Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.225Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1679643066091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T07:32:59.225Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.225Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1679643067093,
  "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-24T07:32:59.237Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae4956b4-f860-4aa0-952a-aa7b64a781fa
2023-03-24T07:32:59.238Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae4956b4-f860-4aa0-952a-aa7b64a781fa 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-24T07:32:59.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.257Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679643065813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T07:32:59.257Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.258Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679643066815,
  "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-24T07:32:59.271Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae4956b4-f860-4aa0-952a-aa7b64a781fa
2023-03-24T07:32:59.271Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae4956b4-f860-4aa0-952a-aa7b64a781fa 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-24T07:32:59.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.292Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643071003,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:32:59.292Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.293Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.293Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.293Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.293Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.293Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.293Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.294Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.294Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.294Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.294Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.294Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.294Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.295Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.295Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.295Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:32:59.295Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.295Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643080336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:32:59.295Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.295Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643082065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
}
2023-03-24T07:32:59.295Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.296Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643083065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
}
2023-03-24T07:32:59.296Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.296Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643114323,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:32:59.296Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.296Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.296Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.296Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.296Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.296Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.296Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:32:59.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:32:59.297Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:32:59.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:22.200Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6e121a0-a57f-49e0-8e84-03d4afe0e29c 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-24T07:33:22.208Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6e121a0-a57f-49e0-8e84-03d4afe0e29c and serviceModelVersionId: 341b0520-ae27-48bb-aa25-d8d48c9ceb78
2023-03-24T07:33:22.208Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b10c9e7-82e1-456c-85f3-2ea2c444884f
2023-03-24T07:33:22.209Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0
2023-03-24T07:33:22.213Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:33:22.259Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0|INFO|500||Invoke
2023-03-24T07:33:22.260Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f6e121a0-a57f-49e0-8e84-03d4afe0e29c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c116a129-4a79-4fb0-9ba5-2154d94fcc52], X-ECOMP-RequestID=[f6e121a0-a57f-49e0-8e84-03d4afe0e29c], X-TransactionId=[], X-ONAP-RequestID=[f6e121a0-a57f-49e0-8e84-03d4afe0e29c], Content-Type=[application/merge-patch+json]}
2023-03-24T07:33:22.268Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:33:22.410Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?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/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:33:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[438424], x-aai-txid=[2-aai-resources-230324-07:33:22:822-46231], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:33:22.410Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:33:22.411Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0|INFO|500||InvokeReturn
2023-03-24T07:33:22.411Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:33:22.411Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|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-24T07:33:22.423Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|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-24T07:33:22.423Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6e121a0-a57f-49e0-8e84-03d4afe0e29c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:33:22.423Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:33:22.423Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:33:22.423Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:33:22.424Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643202423,
  "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-24T07:33:23.452Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:33:23.452Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"e9e8a232-b427-4b79-bf55-5ee47a8c5415","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"2823e6b4-f863-46ec-9e77-5583ab7d635d","serviceDescription":"service","serviceInvariantUUID":"a4aae1ce-3552-424e-9d88-84672a879590","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5525a09a-b30b-4b48-ba24-4dd347648df3","resourceInvariantUUID":"10899fff-ce0f-4de4-ae9b-782dbc0be769","resourceCustomizationUUID":"f56a5200-f207-4a1f-8aef-1a3e0f37f6a5","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":"NTEwYTZkMjU1YWFjMjFhNWNhOTA1YWUxMTRkY2EyMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70bf2919-10aa-4f8b-9acc-535488ae5f66","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":"ZjgwOTI2ZDU5OGQyOTc0M2Q3ZDg0ZmYwMjI3MTBkNmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8b6da098-d947-49c8-89ae-7d3ba3930e27","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":"63fcd512-7c3e-4b56-8b9c-5fb1e4a48450","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":"7276b8be-1397-41f4-b781-0edf7885a057","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":"1ce76f5b-4983-467b-86f4-7a63661149b0","artifactVersion":"2","generatedFromUUID":"63fcd512-7c3e-4b56-8b9c-5fb1e4a48450"},{"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":"NjljZDBkMWQ2YTdhYWI4OGE1YzEzMjQ0ODRlNDc2Njc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a803d9aa-3ace-40a1-9c2f-dbfa41c207b5","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":"ZGNhMzZkOGJhMjc0N2E3YTk5OGM1NTI5MmE4NGI5MTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f34102e-5e0c-46ae-b7b0-a85bc4ed3d13","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODVhNDNmMGZlZDViYzBiYjFkMmYwYjk3ZDM1ODE2NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a4d4e640-5352-4c13-98a8-d9f5bd16688b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:33:23.453Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:33:23.453Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:33:23.453Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:33:23.453Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:33:24.454Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:33:24.455Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:33:24.455Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:33:24.455Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:33:25.457Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:33:25.457Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:33:25.458Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:33:25.458Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:33:26.459Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:33:26.459Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:33:26.460Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:33:26.460Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:33:27.461Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:33:27.462Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:33:27.462Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:33:27.462Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:33:28.463Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:33:28.464Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:33:28.464Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:33:28.464Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:33:29.465Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:33:29.466Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:33:29.466Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:33:29.466Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:33:30.467Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:33:30.468Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:33:30.468Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:33:30.468Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:33:31.469Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2823e6b4-f863-46ec-9e77-5583ab7d635d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a4aae1ce-3552-424e-9d88-84672a879590",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "f56a5200-f207-4a1f-8aef-1a3e0f37f6a5",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5525a09a-b30b-4b48-ba24-4dd347648df3",
      "resourceInvariantUUID": "10899fff-ce0f-4de4-ae9b-782dbc0be769",
      "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": "ZjgwOTI2ZDU5OGQyOTc0M2Q3ZDg0ZmYwMjI3MTBkNmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8b6da098-d947-49c8-89ae-7d3ba3930e27",
          "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": "63fcd512-7c3e-4b56-8b9c-5fb1e4a48450",
          "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": "1ce76f5b-4983-467b-86f4-7a63661149b0",
            "generatedFromUUID": "63fcd512-7c3e-4b56-8b9c-5fb1e4a48450"
          },
          "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": "1ce76f5b-4983-467b-86f4-7a63661149b0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODVhNDNmMGZlZDViYzBiYjFkMmYwYjk3ZDM1ODE2NjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a4d4e640-5352-4c13-98a8-d9f5bd16688b"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:33:31.470Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:33:31.470Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2823e6b4-f863-46ec-9e77-5583ab7d635d ASDC
2023-03-24T07:33:31.470Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:e9e8a232-b427-4b79-bf55-5ee47a8c5415
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:2823e6b4-f863-46ec-9e77-5583ab7d635d
ServiceInvariantUUID:a4aae1ce-3552-424e-9d88-84672a879590
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:a4d4e640-5352-4c13-98a8-d9f5bd16688b
ArtifactChecksum:ODVhNDNmMGZlZDViYzBiYjFkMmYwYjk3ZDM1ODE2NjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:f56a5200-f207-4a1f-8aef-1a3e0f37f6a5
ResourceInvariantUUID:10899fff-ce0f-4de4-ae9b-782dbc0be769
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:5525a09a-b30b-4b48-ba24-4dd347648df3
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:8b6da098-d947-49c8-89ae-7d3ba3930e27
ArtifactChecksum:ZjgwOTI2ZDU5OGQyOTc0M2Q3ZDg0ZmYwMjI3MTBkNmE=
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:63fcd512-7c3e-4b56-8b9c-5fb1e4a48450
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:1ce76f5b-4983-467b-86f4-7a63661149b0
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:1ce76f5b-4983-467b-86f4-7a63661149b0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T07:33:31.470Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2823e6b4-f863-46ec-9e77-5583ab7d635d 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:33:31.521Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:33:31.521Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:33:31.521Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:33:31.521Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-24T07:33:31.521Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:33:31.521Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-24T07:33:31.544Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-03-24T07:33:31.545Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@156c5bd5
2023-03-24T07:33:31.545Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:33:31.545Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-24T07:33:31.545Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a4d4e640-5352-4c13-98a8-d9f5bd16688b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:33:31.545Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:33:31.545Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-24T07:33:31.545Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:33:31.545Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:33:31.545Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:33:31.546Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643211545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:33:32.546Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:a4d4e640-5352-4c13-98a8-d9f5bd16688b)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:33:32.589Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||ERROR|500||Csar with UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b already exists
2023-03-24T07:33:32.590Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:33:32.590Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b already exists)
2023-03-24T07:33:32.590Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:33:32.590Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:33:32.590Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:33:32.590Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643212589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:33:33.591Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:33:33.591Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 5525a09a-b30b-4b48-ba24-4dd347648df3 already exists)
2023-03-24T07:33:33.592Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:33:33.592Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:33:33.592Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:33:33.592Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643213591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5525a09a-b30b-4b48-ba24-4dd347648df3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:33:34.593Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e8a232-b427-4b79-bf55-5ee47a8c5415
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:33:34.626Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e8a232-b427-4b79-bf55-5ee47a8c5415
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-24T07:33:34.630Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:33:34.630Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:33:34.630Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:33:34.630Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:33:34.631Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:33:34.631Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:33:34.631Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:33:34.631Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:33:34.631Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|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-24T07:33:34.646Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:33:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:33:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:33:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:33:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:33:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:33:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643123964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:33:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643125713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists"
}
2023-03-24T07:33:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643126714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 already exists"
}
2023-03-24T07:33:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643157967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:33:59.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:33:59.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T07:33:59.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:33:59.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:59.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.169Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:33:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:59.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.169Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-24T07:33:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:59.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.169Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-24T07:33:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:59.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.169Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-24T07:33:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:59.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.169Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:33:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:59.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.169Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:33:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:33:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643169094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:33:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643170150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d already exists"
}
2023-03-24T07:33:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:33:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:33:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643171152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fe8477c7-e8ec-419a-bf67-26a082731949 already exists"
}
2023-03-24T07:33:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:34:04.647Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9e8a232-b427-4b79-bf55-5ee47a8c5415 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-24T07:34:04.655Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9e8a232-b427-4b79-bf55-5ee47a8c5415 and serviceModelVersionId: 2823e6b4-f863-46ec-9e77-5583ab7d635d
2023-03-24T07:34:04.655Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4aae1ce-3552-424e-9d88-84672a879590
2023-03-24T07:34:04.656Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0
2023-03-24T07:34:04.663Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:34:04.678Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0|INFO|500||Invoke
2023-03-24T07:34:04.679Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e9e8a232-b427-4b79-bf55-5ee47a8c5415], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e5319c0b-0d94-4e39-97d3-03e6dc38a8ee], X-ECOMP-RequestID=[e9e8a232-b427-4b79-bf55-5ee47a8c5415], X-TransactionId=[], X-ONAP-RequestID=[e9e8a232-b427-4b79-bf55-5ee47a8c5415], Content-Type=[application/merge-patch+json]}
2023-03-24T07:34:04.686Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:34:04.872Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?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/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:34:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[183], vertex-id=[454808], x-aai-txid=[0-aai-resources-230324-07:34:05:242-4646], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:34:04.872Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:34:04.872Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0|INFO|500||InvokeReturn
2023-03-24T07:34:04.873Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:34:04.873Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|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-24T07:34:04.884Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|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-24T07:34:04.884Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9e8a232-b427-4b79-bf55-5ee47a8c5415 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:34:04.884Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:34:04.884Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:04.884Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:04.884Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643244884,
  "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-24T07:34:05.909Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:34:05.910Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"8f0da87f-e35e-4090-a68a-eb3ab2daa5dd","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"88c2e0bc-2337-4b4e-973a-b1f1157b9c7d","serviceDescription":"service","serviceInvariantUUID":"63f671dc-819e-44a5-849f-92d8b0e6e1b4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"96e8f8c8-f63d-424c-88b8-e55c1951b0e8","resourceInvariantUUID":"b41109b6-4c02-4dc5-9761-1ddef6d6bbb7","resourceCustomizationUUID":"bb5fe27e-b818-4da0-bb59-015fd06304e7","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":"M2JkOGExZTk5NWQ2YTM1MGViNGNhMmI4YjlhM2YzNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"369f3050-3b57-4c9e-afc3-eb005213bb13","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":"df570ab2-68cd-471b-99a3-6e62ff76f2c9","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":"9e94464c-3a55-47dd-9108-7807c805831f","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":"ODU0YjM2OTBkZTkyMTZjYmExNTJkMzkzYTc1YWZlOGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6f0fb495-9d9a-4bb4-8e8c-579747ba2e35","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":"11bdcb71-1ae2-4e07-a5aa-fe6e0531929d","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":"20b2df7c-db25-42ab-b94d-cd7f41cb00aa","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":"63feeb51-9e15-495c-905a-4dab30e3bffa","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":"YmI3NjY1ZWFkZDllNzMwM2NlMjUzMGE4NDU0OThmZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"321f5aa4-5117-4508-976e-2f9d17c602a1","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YWMzZjJmMTcwZmI4M2JmMWVkNGJjODA0MTlmNjI0ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0c069d4-006a-47ab-a149-080a7dc64d9a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:34:05.910Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:34:05.910Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:05.910Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:05.910Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:34:06.911Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:34:06.911Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:06.911Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:06.911Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:34:07.912Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:34:07.912Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:07.913Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:07.913Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:34:08.913Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:34:08.913Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:08.914Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:08.914Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:34:09.914Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:34:09.914Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:09.915Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:09.915Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:34:10.915Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:34:10.916Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:10.916Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:10.916Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:34:11.917Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:34:11.917Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:11.917Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:11.917Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:34:12.918Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:34:12.918Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:12.919Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:12.919Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:34:13.919Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:34:13.920Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:13.920Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:13.920Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:34:14.921Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "88c2e0bc-2337-4b4e-973a-b1f1157b9c7d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "63f671dc-819e-44a5-849f-92d8b0e6e1b4",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "bb5fe27e-b818-4da0-bb59-015fd06304e7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "96e8f8c8-f63d-424c-88b8-e55c1951b0e8",
      "resourceInvariantUUID": "b41109b6-4c02-4dc5-9761-1ddef6d6bbb7",
      "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": "YWMzZjJmMTcwZmI4M2JmMWVkNGJjODA0MTlmNjI0ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e0c069d4-006a-47ab-a149-080a7dc64d9a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:34:14.921Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:34:14.921Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d ASDC
2023-03-24T07:34:14.921Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8f0da87f-e35e-4090-a68a-eb3ab2daa5dd
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:88c2e0bc-2337-4b4e-973a-b1f1157b9c7d
ServiceInvariantUUID:63f671dc-819e-44a5-849f-92d8b0e6e1b4
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:e0c069d4-006a-47ab-a149-080a7dc64d9a
ArtifactChecksum:YWMzZjJmMTcwZmI4M2JmMWVkNGJjODA0MTlmNjI0ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:bb5fe27e-b818-4da0-bb59-015fd06304e7
ResourceInvariantUUID:b41109b6-4c02-4dc5-9761-1ddef6d6bbb7
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:96e8f8c8-f63d-424c-88b8-e55c1951b0e8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:34:14.922Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:34:14.958Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:34:14.958Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:34:14.959Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:34:14.959Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e0c069d4-006a-47ab-a149-080a7dc64d9a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T07:34:14.959Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:34:14.959Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T07:34:15.223Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:34:15.226Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e0c069d4-006a-47ab-a149-080a7dc64d9a 111090
2023-03-24T07:34:15.227Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||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-24T07:34:15.227Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||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-24T07:34:15.227Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:34:15.227Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:15.227Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:15.228Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643255227,
  "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-24T07:34:16.228Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:34:16.229Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:34:16.229Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e0c069d4-006a-47ab-a149-080a7dc64d9a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-24T07:34:16.229Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-03-24T07:34:16.229Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-24T07:34:16.229Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-24T07:34:16.308Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18071517748859336904/Definitions/service-TestPnfMacro-template.yml
2023-03-24T07:34:16.898Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T07:34:16.898Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:34:16.899Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-24T07:34:16.899Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T07:34:16.899Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|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-TestPnfMacro-csar.csar
2023-03-24T07:34:16.899Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|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-TestPnfMacro-csar.csar
2023-03-24T07:34:16.899Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||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-24T07:34:16.899Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|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-TestPnfMacro-csar.csar
2023-03-24T07:34:16.899Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|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-TestPnfMacro-csar.csar
2023-03-24T07:34:16.899Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|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-TestPnfMacro-csar.csar
2023-03-24T07:34:16.899Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|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-TestPnfMacro-csar.csar
2023-03-24T07:34:16.899Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:34:16.899Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:34:16.899Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:34:16.899Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-24T07:34:16.900Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:34:16.900Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:34:16.900Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:34:16.900Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:34:16.900Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-24T07:34:16.900Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:34:16.900Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:34:16.900Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:34:16.900Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:34:16.900Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:34:16.900Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:34:16.900Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:34:16.900Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:34:16.901Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:34:16.901Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:34:16.901Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:34:16.901Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:34:16.901Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:7962d515-6965-437f-b17e-96c86c8ef7ec
Model Version:NULL
Model InvariantUuid:ef0c4be8-438a-4fb3-bd60-ee9fe27714b3
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-24T07:34:16.920Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 96e8f8c8-f63d-424c-88b8-e55c1951b0e8
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-24T07:34:16.924Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||test-pnf 0
2023-03-24T07:34:16.924Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 96e8f8c8-f63d-424c-88b8-e55c1951b0e8
2023-03-24T07:34:16.924Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d
2023-03-24T07:34:16.924Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d
2023-03-24T07:34:16.924Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 96e8f8c8-f63d-424c-88b8-e55c1951b0e8 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-24T07:34:16.935Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5dffc4, org.onap.sdc.toscaparser.api.parameters.Input@3839a7ca, org.onap.sdc.toscaparser.api.parameters.Input@f062f1a, org.onap.sdc.toscaparser.api.parameters.Input@6ee9c6e0, org.onap.sdc.toscaparser.api.parameters.Input@125b726]
2023-03-24T07:34:16.935Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:34:16.936Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:34:16.936Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7962d515-6965-437f-b17e-96c86c8ef7ec: test-pnf
2023-03-24T07:34:16.936Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Processing PNF resource: 96e8f8c8-f63d-424c-88b8-e55c1951b0e8
2023-03-24T07:34:16.936Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:34:16.936Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:34:16.936Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||WARN|500||Resource customization UUID: 1a4d5590-a720-4d71-8cb1-edbb8f70ebd9 is NOT the same as notified resource customizationUUID: bb5fe27e-b818-4da0-bb59-015fd06304e7
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 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=?
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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2023-03-24T07:34:16.989Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 96e8f8c8-f63d-424c-88b8-e55c1951b0e8 0 ASDC deployResourceStructure
2023-03-24T07:34:16.989Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||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-24T07:34:16.989Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||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-24T07:34:16.989Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T07:34:16.989Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:16.989Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:16.990Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643256989,
  "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-24T07:34:17.990Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:34:18.017Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd
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-24T07:34:18.020Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:34:18.020Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:34:18.020Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:34:18.020Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:34:18.020Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:34:18.021Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:34:18.021Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:34:18.021Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:34:18.021Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|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-24T07:34:18.032Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:34:48.032Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd 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-24T07:34:48.042Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd and serviceModelVersionId: 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d
2023-03-24T07:34:48.042Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 63f671dc-819e-44a5-849f-92d8b0e6e1b4
2023-03-24T07:34:48.043Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0
2023-03-24T07:34:48.048Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:34:48.070Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|INFO|500||Invoke
2023-03-24T07:34:48.070Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8f0da87f-e35e-4090-a68a-eb3ab2daa5dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6889cd33-4178-4b4f-bf1c-2037847f3899], X-ECOMP-RequestID=[8f0da87f-e35e-4090-a68a-eb3ab2daa5dd], X-TransactionId=[], X-ONAP-RequestID=[8f0da87f-e35e-4090-a68a-eb3ab2daa5dd], Content-Type=[application/merge-patch+json]}
2023-03-24T07:34:48.077Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:34:48.219Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?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/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:34:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[467096], x-aai-txid=[1-aai-resources-230324-07:34:48:631-68299], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:34:48.220Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:34:48.220Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|INFO|500||InvokeReturn
2023-03-24T07:34:48.221Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:34:48.221Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|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-24T07:34:48.233Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|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-24T07:34:48.233Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:34:48.233Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:34:48.233Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:48.233Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:48.233Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643288233,
  "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-24T07:34:49.263Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-24T07:34:49.263Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"644ff666-7cb6-4c8f-a485-a08191b720fd","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3b520a2f-a27a-4647-85a2-81da196d628f","serviceDescription":"service","serviceInvariantUUID":"fd90f088-c0b8-4936-b147-ef9280721678","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c4ca7310-9916-4f6b-b551-817b9fa8e874","resourceInvariantUUID":"ff75676f-725f-4cfb-ad06-58724ebd520b","resourceCustomizationUUID":"74fdcd83-6ea9-4df9-84c0-12ab5b4537bd","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":"NTVmMWZiYjYzYjAwZTVmZDgyNWM3OGI0ZGFiNjhlMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b99ab21-6a27-4110-ac28-6d4254644352","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":"e9adbcdc-acb5-4b30-9e94-9241fc56c11c","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":"1e9c7f15-7ff9-4bcc-b233-40b9cb99f349","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":"NWYwZTMwYWVmYmMzMGI5NDljZDMxOTFjYTJlZTY2MmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"97d9f93e-7aa2-4076-acd9-00d8f9419149","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":"311fa86f-ba7e-41d6-8fbe-b6521935cb3e","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":"77e03847-46f4-46b2-8374-101536b5ba8a","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":"74eca327-0d40-4db9-87fe-9774381377ef","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":"ZTcwNWNkMmQzNDRjZGZlNTM2NjZjOWRlZDg1ZWUwMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"644332e8-8c58-4987-b14b-fd5b32ae5d90","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NGIxNWM4ZmM4YzdhYTVmNzdjYzU2ZGJiMjY1NDVhYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a799f38-d480-4f18-b4d1-6fdeec5a9c9f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:34:49.263Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:34:49.264Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:49.264Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:49.264Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:34:50.265Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:34:50.265Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:50.265Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:50.265Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:34:51.266Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:34:51.266Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:51.267Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:51.267Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:34:52.268Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:34:52.268Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:52.268Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:52.268Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:34:53.268Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:34:53.269Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:53.269Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:53.269Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:34:54.269Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:34:54.270Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:54.270Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:54.270Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:34:55.271Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:34:55.271Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:55.271Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:55.272Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:34:56.272Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:34:56.273Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:56.273Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:56.273Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "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-24T07:34:57.274Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:34:57.275Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:57.275Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:57.275Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:34:58.277Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3b520a2f-a27a-4647-85a2-81da196d628f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd90f088-c0b8-4936-b147-ef9280721678",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "74fdcd83-6ea9-4df9-84c0-12ab5b4537bd",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c4ca7310-9916-4f6b-b551-817b9fa8e874",
      "resourceInvariantUUID": "ff75676f-725f-4cfb-ad06-58724ebd520b",
      "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": "NGIxNWM4ZmM4YzdhYTVmNzdjYzU2ZGJiMjY1NDVhYTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a799f38-d480-4f18-b4d1-6fdeec5a9c9f"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:34:58.277Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:34:58.278Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b520a2f-a27a-4647-85a2-81da196d628f ASDC
2023-03-24T07:34:58.279Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:644ff666-7cb6-4c8f-a485-a08191b720fd
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3b520a2f-a27a-4647-85a2-81da196d628f
ServiceInvariantUUID:fd90f088-c0b8-4936-b147-ef9280721678
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:8a799f38-d480-4f18-b4d1-6fdeec5a9c9f
ArtifactChecksum:NGIxNWM4ZmM4YzdhYTVmNzdjYzU2ZGJiMjY1NDVhYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:74fdcd83-6ea9-4df9-84c0-12ab5b4537bd
ResourceInvariantUUID:ff75676f-725f-4cfb-ad06-58724ebd520b
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c4ca7310-9916-4f6b-b551-817b9fa8e874
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:34:58.279Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b520a2f-a27a-4647-85a2-81da196d628f 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:34:58.323Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:34:58.323Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:34:58.324Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:34:58.324Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8a799f38-d480-4f18-b4d1-6fdeec5a9c9f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T07:34:58.324Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-24T07:34:58.325Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T07:34:58.420Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-24T07:34:58.422Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8a799f38-d480-4f18-b4d1-6fdeec5a9c9f 111090
2023-03-24T07:34:58.422Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||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-24T07:34:58.422Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||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-24T07:34:58.422Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:34:58.423Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:34:58.423Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:34:58.423Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643298422,
  "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-24T07:34:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:34:59.164Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: cached metadata has changed from (version96: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version97: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-24T07:34:59.180Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T07:34:59.181Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T07:34:59.186Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:34:59.186Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 30: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T07:34:59.203Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:34:59.203Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:34:59.204Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:34:59.209Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T07:34:59.209Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T07:34:59.209Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T07:34:59.209Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1474, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T07:34:59.210Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T07:34:59.210Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T07:34:59.424Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:34:59.425Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-24T07:34:59.426Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 8a799f38-d480-4f18-b4d1-6fdeec5a9c9f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-24T07:34:59.426Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-03-24T07:34:59.427Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-24T07:34:59.427Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-24T07:34:59.552Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11773967388817827963/Definitions/service-TestPnfMacro-template.yml
2023-03-24T07:35:00.151Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T07:35:00.152Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:35:00.152Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-24T07:35:00.152Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T07:35:00.152Z|644ff666-7cb6-4c8f-a485-a08191b720fd|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-TestPnfMacro-csar.csar
2023-03-24T07:35:00.152Z|644ff666-7cb6-4c8f-a485-a08191b720fd|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-TestPnfMacro-csar.csar
2023-03-24T07:35:00.152Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||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-24T07:35:00.152Z|644ff666-7cb6-4c8f-a485-a08191b720fd|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-TestPnfMacro-csar.csar
2023-03-24T07:35:00.152Z|644ff666-7cb6-4c8f-a485-a08191b720fd|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-TestPnfMacro-csar.csar
2023-03-24T07:35:00.152Z|644ff666-7cb6-4c8f-a485-a08191b720fd|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-TestPnfMacro-csar.csar
2023-03-24T07:35:00.152Z|644ff666-7cb6-4c8f-a485-a08191b720fd|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-TestPnfMacro-csar.csar
2023-03-24T07:35:00.152Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-24T07:35:00.152Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:35:00.153Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:35:00.153Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-24T07:35:00.153Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:35:00.153Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:35:00.153Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:35:00.153Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:35:00.153Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-24T07:35:00.153Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-24T07:35:00.153Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:35:00.153Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:35:00.153Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:35:00.154Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:35:00.154Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:35:00.154Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:35:00.154Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:35:00.154Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:35:00.154Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:35:00.154Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:35:00.154Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:35:00.154Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:7962d515-6965-437f-b17e-96c86c8ef7ec
Model Version:NULL
Model InvariantUuid:ef0c4be8-438a-4fb3-bd60-ee9fe27714b3
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-24T07:35:00.171Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: c4ca7310-9916-4f6b-b551-817b9fa8e874
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-24T07:35:00.176Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||test-pnf 0
2023-03-24T07:35:00.177Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c4ca7310-9916-4f6b-b551-817b9fa8e874
2023-03-24T07:35:00.177Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 3b520a2f-a27a-4647-85a2-81da196d628f
2023-03-24T07:35:00.177Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3b520a2f-a27a-4647-85a2-81da196d628f
2023-03-24T07:35:00.177Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c4ca7310-9916-4f6b-b551-817b9fa8e874 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=?
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-24T07:35:00.195Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@625b1120, org.onap.sdc.toscaparser.api.parameters.Input@13b36bb5, org.onap.sdc.toscaparser.api.parameters.Input@c87a106, org.onap.sdc.toscaparser.api.parameters.Input@b0bc602, org.onap.sdc.toscaparser.api.parameters.Input@31e31452]
2023-03-24T07:35:00.195Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:35:00.195Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:35:00.195Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7962d515-6965-437f-b17e-96c86c8ef7ec: test-pnf
2023-03-24T07:35:00.195Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Processing PNF resource: c4ca7310-9916-4f6b-b551-817b9fa8e874
2023-03-24T07:35:00.196Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:35:00.196Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:35:00.196Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||WARN|500||Resource customization UUID: 1a4d5590-a720-4d71-8cb1-edbb8f70ebd9 is NOT the same as notified resource customizationUUID: 74fdcd83-6ea9-4df9-84c0-12ab5b4537bd
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 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=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
2023-03-24T07:35:00.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.226Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643202423,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:35:00.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.227Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:35:00.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.227Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T07:35:00.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.227Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:35:00.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:35:00.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
Hibernate: update service set CDS_BLUEPRINT_NAME=?, CDS_BLUEPRINT_VERSION=?, SERVICE_CATEGORY=?, CONTROLLER_ACTOR=?, 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=? where MODEL_UUID=?
2023-03-24T07:35:00.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T07:35:00.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:35:00.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.229Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:35:00.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.229Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:35:00.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.229Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643211545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:35:00.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.229Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643212589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b already exists"
}
2023-03-24T07:35:00.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.230Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643213591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5525a09a-b30b-4b48-ba24-4dd347648df3 already exists"
}
2023-03-24T07:35:00.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.230Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643244884,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:35:00.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.230Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:35:00.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.230Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:35:00.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.230Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:35:00.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.231Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:35:00.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.231Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:35:00.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.231Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:35:00.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.231Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:35:00.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:35:00.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:35:00.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643255227,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:35:00.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643256989,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T07:35:00.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643288233,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:35:00.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:35:00.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:35:00.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:35:00.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:35:00.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:35:00.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:35:00.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:35:00.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:35:00.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679642610646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:35:00.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:35:00.235Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643298422,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:35:00.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:35:00.286Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf c4ca7310-9916-4f6b-b551-817b9fa8e874 0 ASDC deployResourceStructure
2023-03-24T07:35:00.287Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||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-24T07:35:00.287Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||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-24T07:35:00.287Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-24T07:35:00.287Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:35:00.287Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:35:00.287Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643300287,
  "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-24T07:35:01.288Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 644ff666-7cb6-4c8f-a485-a08191b720fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:35:01.313Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 644ff666-7cb6-4c8f-a485-a08191b720fd
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-24T07:35:01.318Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:35:01.318Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:35:01.318Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:35:01.318Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:35:01.318Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:35:01.318Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:35:01.318Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:35:01.319Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:35:01.319Z|644ff666-7cb6-4c8f-a485-a08191b720fd|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-24T07:35:01.331Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:35:31.332Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 644ff666-7cb6-4c8f-a485-a08191b720fd 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-24T07:35:31.342Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 644ff666-7cb6-4c8f-a485-a08191b720fd and serviceModelVersionId: 3b520a2f-a27a-4647-85a2-81da196d628f
2023-03-24T07:35:31.342Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd90f088-c0b8-4936-b147-ef9280721678
2023-03-24T07:35:31.342Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0
2023-03-24T07:35:31.349Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:35:31.367Z|644ff666-7cb6-4c8f-a485-a08191b720fd|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/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?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-24T07:35:31.368Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0|INFO|500||Invoke
2023-03-24T07:35:31.374Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:35:31.514Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0|INFO|500||InvokeReturn
2023-03-24T07:35:31.515Z|644ff666-7cb6-4c8f-a485-a08191b720fd|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/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:35:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[245960], x-aai-txid=[2-aai-resources-230324-07:35:31:929-24110], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:35:31.515Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:35:31.515Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:35:31.515Z|644ff666-7cb6-4c8f-a485-a08191b720fd|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-24T07:35:31.527Z|644ff666-7cb6-4c8f-a485-a08191b720fd|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-24T07:35:31.528Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 644ff666-7cb6-4c8f-a485-a08191b720fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:35:31.528Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:35:31.528Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:35:31.528Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:35:31.528Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643331528,
  "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-24T07:35:32.558Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T07:35:32.558Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-24T07:35:32.559Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Node 0 disconnected.
2023-03-24T07:35:32.559Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Node 1 disconnected.
2023-03-24T07:35:32.560Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Cancelled in-flight METADATA request with correlation id 125720 due to node 1 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-24T07:35:32.560Z||pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-24T07:35:32.560Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-24T07:35:32.560Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Lost previously 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-24T07:35:32.560Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T07:35:32.566Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-7f379953-8879-4bfe-87b7-fb3ca6bd8bf3
2023-03-24T07:35:32.566Z||pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-24T07:35:32.566Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T07:35:32.566Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T07:35:35.422Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:35:38.431Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:35:41.440Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:35:44.451Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:35:47.459Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:35:50.468Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:35:53.477Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:35:56.486Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:35:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:35:59.179Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T07:35:59.180Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T07:35:59.186Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-7f379953-8879-4bfe-87b7-fb3ca6bd8bf3', protocol='range'}
2023-03-24T07:35:59.187Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:35:59.191Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:35:59.191Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:35:59.191Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:35:59.191Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:35:59.191Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:35:59.192Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:35:59.192Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 31: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-7f379953-8879-4bfe-87b7-fb3ca6bd8bf3=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-24T07:35:59.207Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-7f379953-8879-4bfe-87b7-fb3ca6bd8bf3', protocol='range'}
2023-03-24T07:35:59.208Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T07:35:59.208Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:35:59.208Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T07:35:59.208Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:35:59.209Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:35:59.213Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-24T07:35:59.213Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-24T07:35:59.213Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-24T07:35:59.213Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-24T07:35:59.213Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-24T07:35:59.214Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-24T07:35:59.214Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T07:35:59.214Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T07:35:59.214Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T07:35:59.214Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1509, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T07:35:59.214Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T07:35:59.214Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T07:36:00.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:36:00.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643300287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-24T07:36:00.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:36:00.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:36:00.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643331528,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:36:00.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:36:00.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:36:00.304Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"4f4d2f06-0494-43a6-a64b-32572ec2cd4f","serviceName":"basic_onboard_OYYEOA","serviceVersion":"1.0","serviceUUID":"2a896d72-3427-42c3-9c51-7a9baf301927","serviceDescription":"service","serviceInvariantUUID":"6453009a-682f-4779-b09e-13f352c10a5e","resources":[{"resourceInstanceName":"basic_onboard_OYYEOA 0","resourceName":"basic_onboard_OYYEOA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d9a7313-b25d-475c-8377-9adfb946efd0","resourceInvariantUUID":"8009040d-b91b-4b13-85c4-fece6bfcb0e3","resourceCustomizationUUID":"b1cc5ca1-1246-4125-8ebc-a1079cbe8be6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml","artifactChecksum":"MmU1NTE5ODY5OTI0NjgzMjNkZjkwY2ZiMzMwM2RiYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad1c8aa3-beee-41e2-9e8e-78f7b34ffb87","artifactVersion":"1"},{"artifactName":"basic_onboard_oyyeoa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json","artifactChecksum":"ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcdf0b55-be83-46be-8a09-353314708f63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"436972f1-f03c-4954-b459-893758d8a32e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3cfbecdb-62ec-46ee-8bdc-738bde9a35cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f6639ec1-9d9b-479d-afd4-ac5df430d2b2","artifactVersion":"2","generatedFromUUID":"436972f1-f03c-4954-b459-893758d8a32e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOyyeoa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml","artifactChecksum":"ZjQzN2RmZjUwYzdmZjFhMTY4ZmY3NGRjMDhlMTZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eac9735-ec93-4f95-9a41-b064de4ec4a5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOyyeoa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar","artifactChecksum":"ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:36:00.306Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:36:00.306Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:36:00.306Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:36:00.306Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:36:01.307Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:36:01.308Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:36:01.308Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:36:01.308Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:36:02.309Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:36:02.309Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:36:02.309Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:36:02.309Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:36:03.310Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:36:03.310Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:36:03.310Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:36:03.311Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:36:04.311Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:36:04.312Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:36:04.312Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:36:04.312Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:36:05.313Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:36:05.313Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:36:05.313Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:36:05.314Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:36:06.314Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:36:06.315Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:36:06.315Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:36:06.315Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:36:07.316Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "serviceName": "basic_onboard_OYYEOA",
  "serviceVersion": "1.0",
  "serviceUUID": "2a896d72-3427-42c3-9c51-7a9baf301927",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6453009a-682f-4779-b09e-13f352c10a5e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OYYEOA 0",
      "resourceCustomizationUUID": "b1cc5ca1-1246-4125-8ebc-a1079cbe8be6",
      "resourceName": "basic_onboard_OYYEOA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d9a7313-b25d-475c-8377-9adfb946efd0",
      "resourceInvariantUUID": "8009040d-b91b-4b13-85c4-fece6bfcb0e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_oyyeoa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
          "artifactChecksum": "ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bcdf0b55-be83-46be-8a09-353314708f63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "436972f1-f03c-4954-b459-893758d8a32e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
            "generatedFromUUID": "436972f1-f03c-4954-b459-893758d8a32e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOyyeoa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
      "artifactChecksum": "ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:36:07.317Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:36:07.317Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a896d72-3427-42c3-9c51-7a9baf301927 ASDC
2023-03-24T07:36:07.317Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:4f4d2f06-0494-43a6-a64b-32572ec2cd4f
ServiceName:basic_onboard_OYYEOA
ServiceVersion:1.0
ServiceUUID:2a896d72-3427-42c3-9c51-7a9baf301927
ServiceInvariantUUID:6453009a-682f-4779-b09e-13f352c10a5e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOyyeoa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
ArtifactUUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e
ArtifactChecksum:ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OYYEOA 0
ResourceCustomizationUUID:b1cc5ca1-1246-4125-8ebc-a1079cbe8be6
ResourceInvariantUUID:8009040d-b91b-4b13-85c4-fece6bfcb0e3
ResourceName:basic_onboard_OYYEOA
ResourceType:VF
ResourceUUID:3d9a7313-b25d-475c-8377-9adfb946efd0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oyyeoa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
ArtifactUUID:bcdf0b55-be83-46be-8a09-353314708f63
ArtifactChecksum:ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE=
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:436972f1-f03c-4954-b459-893758d8a32e
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T07:36:07.317Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a896d72-3427-42c3-9c51-7a9baf301927 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:36:07.357Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:36:07.358Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:36:07.358Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:36:07.358Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T07:36:07.358Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:36:07.358Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T07:36:07.380Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T07:36:07.380Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5d84b177
2023-03-24T07:36:07.381Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:36:07.381Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T07:36:07.381Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOyyeoa-csar.csar /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:36:07.381Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar ASDC sendASDCNotification
2023-03-24T07:36:07.381Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(Specified artifact is  not found)
2023-03-24T07:36:07.382Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:36:07.382Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:36:07.382Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:36:07.382Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643367381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:36:08.383Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOyyeoa-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(UUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T07:36:08.405Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T07:36:08.406Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
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-24T07:36:08.411Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||basic_onboard_OYYEOA 0
2023-03-24T07:36:08.411Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
2023-03-24T07:36:08.411Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bcdf0b55-be83-46be-8a09-353314708f63 from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T07:36:08.411Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:36:08.411Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T07:36:08.427Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T07:36:08.427Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4fe77ec2
2023-03-24T07:36:08.427Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:36:08.428Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T07:36:08.428Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_oyyeoa0_modules.json /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json bcdf0b55-be83-46be-8a09-353314708f63 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:36:08.428Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json ASDC sendASDCNotification
2023-03-24T07:36:08.428Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(Specified artifact is  not found)
2023-03-24T07:36:08.428Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:36:08.428Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:36:08.428Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:36:08.428Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643368428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:36:09.429Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_oyyeoa0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(UUID:bcdf0b55-be83-46be-8a09-353314708f63)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T07:36:09.430Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:36:09.457Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:36:09.461Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:36:09.461Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:36:39.462Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:36:39.482Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:36:39.487Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:36:39.487Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:36:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:36:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:36:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:36:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:37:09.487Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:37:09.512Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:37:09.517Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:37:09.517Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:37:39.518Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:37:39.548Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:37:39.553Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:37:39.553Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:37:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:37:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:37:59.165Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T07:37:59.165Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:37:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:37:59.165Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:37:59.165Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:37:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:37:59.165Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:37:59.165Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:37:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:37:59.165Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-24T07:37:59.165Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:37:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:37:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:37:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:37:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:37:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:37:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:37:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:37:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643367381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:37:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:37:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:37:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643368428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:37:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:38:09.554Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:38:09.581Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:38:09.586Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:38:09.587Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:38:39.587Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:38:39.615Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:38:39.621Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:38:39.621Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:38:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:39:09.622Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:39:09.646Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:39:09.650Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:39:09.651Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:39:39.651Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:39:39.676Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:39:39.680Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:39:39.681Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:39:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:40:09.681Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:40:09.708Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:40:09.713Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:40:09.713Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:40:39.713Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:40:39.739Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:40:39.744Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:40:39.744Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:40:59.166Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:41:00.310Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-24T07:41:00.310Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Member SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-7f379953-8879-4bfe-87b7-fb3ca6bd8bf3 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-24T07:41:00.311Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-24T07:41:00.311Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-24T07:41:02.761Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:41:02.786Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T07:41:02.787Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T07:41:02.793Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:41:02.793Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 32: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T07:41:02.821Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:41:02.821Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:41:02.822Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:41:02.831Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T07:41:02.832Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T07:41:02.832Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T07:41:02.832Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1520, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T07:41:02.832Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T07:41:02.833Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T07:41:09.745Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-24T07:41:09.745Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T07:41:09.762Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and serviceModelVersionId: 2a896d72-3427-42c3-9c51-7a9baf301927
2023-03-24T07:41:09.763Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6453009a-682f-4779-b09e-13f352c10a5e
2023-03-24T07:41:09.764Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0
2023-03-24T07:41:09.770Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:41:09.789Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||Invoke
2023-03-24T07:41:09.789Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[024cad0d-35c5-4402-a079-69306bda8308], X-ECOMP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-TransactionId=[], X-ONAP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], Content-Type=[application/merge-patch+json]}
2023-03-24T07:41:09.796Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T07:41:09.948Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:41:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[196704], x-aai-txid=[2-aai-resources-230324-07:41:10:357-74844], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:41:09.949Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:41:09.949Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||InvokeReturn
2023-03-24T07:41:09.950Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:41:09.950Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T07:41:09.959Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T07:41:09.960Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-24T07:41:09.960Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-24T07:41:09.961Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:41:09.961Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:41:09.961Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643669960,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:41:09.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:41:09.985Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643669960,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-24T07:41:09.985Z||pool-2-thread-2|||||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-24T07:41:10.998Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:41:10.999Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"dd4d0016-b37c-432f-8772-14719db40fae","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d2fd896c-8dbd-40cf-9f32-00ea121c4b86","serviceDescription":"service","serviceInvariantUUID":"eb7fb721-ae76-4fb4-a11d-09ec966ae14c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fb543b88-df7e-4c82-8201-6f6d54ac6c50","resourceInvariantUUID":"4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c","resourceCustomizationUUID":"9d0a16e8-2977-47a9-95c1-230b7d89e748","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":"YTg3YjMxZjE4MzA2Mjc5NjhhMjUyMWU5ZGVhMDgxYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"237b512e-0d38-481d-8779-ce675533ccd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eaa5e2ab-c485-4ac8-9447-f0ec97630551","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:41:10.999Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:41:10.999Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:41:10.999Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:41:10.999Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:41:12.000Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:41:12.000Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:41:12.001Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:41:12.001Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:41:13.001Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d2fd896c-8dbd-40cf-9f32-00ea121c4b86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb7fb721-ae76-4fb4-a11d-09ec966ae14c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9d0a16e8-2977-47a9-95c1-230b7d89e748",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "fb543b88-df7e-4c82-8201-6f6d54ac6c50",
      "resourceInvariantUUID": "4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c",
      "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": "YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eaa5e2ab-c485-4ac8-9447-f0ec97630551"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:41:13.002Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:41:13.002Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d2fd896c-8dbd-40cf-9f32-00ea121c4b86 ASDC
2023-03-24T07:41:13.002Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:dd4d0016-b37c-432f-8772-14719db40fae
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d2fd896c-8dbd-40cf-9f32-00ea121c4b86
ServiceInvariantUUID:eb7fb721-ae76-4fb4-a11d-09ec966ae14c
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:eaa5e2ab-c485-4ac8-9447-f0ec97630551
ArtifactChecksum:YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9d0a16e8-2977-47a9-95c1-230b7d89e748
ResourceInvariantUUID:4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fb543b88-df7e-4c82-8201-6f6d54ac6c50
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-24T07:41:13.003Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2fd896c-8dbd-40cf-9f32-00ea121c4b86 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:41:13.046Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:41:13.047Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:41:13.047Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:41:13.047Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T07:41:13.047Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:41:13.047Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T07:41:13.077Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T07:41:13.077Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@492cec18
2023-03-24T07:41:13.077Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:41:13.077Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-24T07:41:13.077Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eaa5e2ab-c485-4ac8-9447-f0ec97630551 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:41:13.077Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T07:41:13.078Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-24T07:41:13.078Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:41:13.078Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:41:13.078Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:41:13.078Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643673077,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:41:14.079Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:eaa5e2ab-c485-4ac8-9447-f0ec97630551)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:41:14.126Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||ERROR|500||Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists
2023-03-24T07:41:14.126Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T07:41:14.126Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists)
2023-03-24T07:41:14.126Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:41:14.127Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:41:14.127Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:41:14.127Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643674126,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:41:15.128Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T07:41:15.128Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists)
2023-03-24T07:41:15.128Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:41:15.129Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:41:15.129Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:41:15.129Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643675128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:41:16.130Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:41:16.158Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
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-24T07:41:16.164Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:41:16.164Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:41:16.164Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:41:16.164Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:41:16.164Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:41:16.164Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:41:16.164Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:41:16.164Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:41:16.164Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T07:41:16.181Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:41:46.182Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae 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-24T07:41:46.194Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd4d0016-b37c-432f-8772-14719db40fae and serviceModelVersionId: d2fd896c-8dbd-40cf-9f32-00ea121c4b86
2023-03-24T07:41:46.194Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb7fb721-ae76-4fb4-a11d-09ec966ae14c
2023-03-24T07:41:46.195Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0
2023-03-24T07:41:46.202Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:41:46.217Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?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-24T07:41:46.218Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||Invoke
2023-03-24T07:41:46.224Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:41:46.356Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||InvokeReturn
2023-03-24T07:41:46.357Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:41:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[225312], x-aai-txid=[1-aai-resources-230324-07:41:46:785-77908], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:41:46.357Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:41:46.357Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:41:46.357Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T07:41:46.366Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T07:41:46.366Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd4d0016-b37c-432f-8772-14719db40fae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:41:46.366Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:41:46.366Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:41:46.366Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:41:46.366Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643706366,
  "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-24T07:41:47.391Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:41:47.392Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"1a2365d1-074b-4844-91d3-363d03287b57","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"09ff96f4-229a-4515-9709-6d2f2c4821ac","serviceDescription":"service","serviceInvariantUUID":"45dc50b5-a169-45aa-9f0b-ccc1cea11873","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc","resourceInvariantUUID":"a7fff94d-369d-44ee-8b27-435e03531596","resourceCustomizationUUID":"b7580746-a72b-4fb1-9336-d78ac7525682","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":"YTMyNWQyZWU0MDA1ODYwMmVjMGE2Y2IxMDYwMWEyYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69c13507-0010-4c9a-ade6-d19f5baf9488","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":"N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"994e980a-ea5f-4be3-8a38-6ec36a40427d","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":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a","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":"54f5d029-3e9c-428a-9790-9535b8f1bb74","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":"249db6ea-2fe4-4b56-b5af-9585a06fdc81","artifactVersion":"2","generatedFromUUID":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2M0YTE2MDQ0ZDIwZGMxYjM4MmM1NzBmNjcwMjVjZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cacd8347-baf7-4864-851a-2e4d0d06f245","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:41:47.392Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:41:47.392Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:41:47.393Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:41:47.393Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:41:48.393Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:41:48.394Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:41:48.394Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:41:48.394Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:41:49.395Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:41:49.395Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:41:49.395Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:41:49.395Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:41:50.396Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:41:50.396Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:41:50.396Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:41:50.396Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:41:51.397Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:41:51.397Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:41:51.398Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:41:51.398Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:41:52.398Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:41:52.399Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:41:52.399Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:41:52.399Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:41:53.400Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:41:53.400Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:41:53.400Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:41:53.401Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:41:54.402Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "09ff96f4-229a-4515-9709-6d2f2c4821ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45dc50b5-a169-45aa-9f0b-ccc1cea11873",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b7580746-a72b-4fb1-9336-d78ac7525682",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc",
      "resourceInvariantUUID": "a7fff94d-369d-44ee-8b27-435e03531596",
      "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": "N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "994e980a-ea5f-4be3-8a38-6ec36a40427d",
          "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": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a",
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
            "generatedFromUUID": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"
          },
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:41:54.402Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:41:54.403Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09ff96f4-229a-4515-9709-6d2f2c4821ac ASDC
2023-03-24T07:41:54.403Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1a2365d1-074b-4844-91d3-363d03287b57
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:09ff96f4-229a-4515-9709-6d2f2c4821ac
ServiceInvariantUUID:45dc50b5-a169-45aa-9f0b-ccc1cea11873
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:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311
ArtifactChecksum:ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b7580746-a72b-4fb1-9336-d78ac7525682
ResourceInvariantUUID:a7fff94d-369d-44ee-8b27-435e03531596
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc
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:994e980a-ea5f-4be3-8a38-6ec36a40427d
ArtifactChecksum:N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE=
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:65fe8888-43b5-4f65-bf9d-77c8a3c7d02a
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T07:41:54.403Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09ff96f4-229a-4515-9709-6d2f2c4821ac 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:41:54.442Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:41:54.443Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:41:54.443Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:41:54.443Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T07:41:54.443Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:41:54.443Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T07:41:54.467Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T07:41:54.467Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@40b912f8
2023-03-24T07:41:54.467Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:41:54.468Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-24T07:41:54.468Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:41:54.468Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T07:41:54.468Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-24T07:41:54.468Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:41:54.468Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:41:54.469Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:41:54.469Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643714468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:41:55.469Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:41:55.517Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||ERROR|500||Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists
2023-03-24T07:41:55.518Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T07:41:55.518Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists)
2023-03-24T07:41:55.518Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:41:55.518Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:41:55.519Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:41:55.519Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643715518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:41:56.520Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T07:41:56.520Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists)
2023-03-24T07:41:56.520Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:41:56.520Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:41:56.520Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:41:56.520Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643716520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:41:57.521Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:41:57.543Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
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-24T07:41:57.547Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:41:57.547Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:41:57.547Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:41:57.547Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:41:57.548Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:41:57.548Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:41:57.548Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:41:57.548Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:41:57.548Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T07:41:57.563Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:41:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:41:59.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:41:59.169Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:41:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:41:59.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643673077,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643674126,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
}
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643675128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
}
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643706366,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:41:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:41:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:41:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:41:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:41:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:41:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T07:41:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:41:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:41:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:41:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:41:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:41:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:41:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:41:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:41:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643714468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:41:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:41:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:41:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643715518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
}
2023-03-24T07:41:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:41:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:41:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643716520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
}
2023-03-24T07:41:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:42:27.563Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57 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-24T07:42:27.577Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a2365d1-074b-4844-91d3-363d03287b57 and serviceModelVersionId: 09ff96f4-229a-4515-9709-6d2f2c4821ac
2023-03-24T07:42:27.577Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45dc50b5-a169-45aa-9f0b-ccc1cea11873
2023-03-24T07:42:27.579Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0
2023-03-24T07:42:27.586Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:42:27.668Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||Invoke
2023-03-24T07:42:27.668Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[030e9619-003a-4d43-a354-d12792066100], X-ECOMP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-TransactionId=[], X-ONAP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], Content-Type=[application/merge-patch+json]}
2023-03-24T07:42:27.675Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:42:27.805Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?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/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:42:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[356504], x-aai-txid=[0-aai-resources-230324-07:42:28:238-90951], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:42:27.805Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:42:27.806Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||InvokeReturn
2023-03-24T07:42:27.806Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:42:27.806Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T07:42:27.812Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T07:42:27.813Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a2365d1-074b-4844-91d3-363d03287b57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:42:27.813Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:42:27.813Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:42:27.813Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:42:27.813Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643747813,
  "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-24T07:42:28.844Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:42:28.844Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"47aeea4c-050e-497f-8613-81119c7707d5","serviceName":"Demo_pNF_i16cL97oNGISgd9SfY8I","serviceVersion":"1.0","serviceUUID":"6d21b031-231c-48e2-9b5c-0e7d88d020fd","serviceDescription":"catalog service description","serviceInvariantUUID":"36e2a514-3273-43b4-aec1-d55c0635af0f","resources":[{"resourceInstanceName":"pNF 196156c4-b041 0","resourceName":"pNF 196156c4-b041","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b5ec4454-3c1e-47ea-9136-dede5fa2c277","resourceInvariantUUID":"c1923a0b-6273-4444-ac11-1fce9096051a","resourceCustomizationUUID":"b66059b5-3bb7-494c-a357-4392105f719b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml","artifactChecksum":"ZWQ3OTVmMGUwZTNiMzU5ZmVmNGQzNzc1YTcxMzhiYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1c63b36-dc3a-4547-b21e-aa0344274eef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ad0f8d2-26c0-49de-bd43-1c4bf374e11a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078338d5-2741-4210-afc5-93fe15bb8330","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml","artifactChecksum":"ZjM0Y2M4ZWVkOTJkNjEwMWQ2MmQwZDEzYjRhYjBiZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fb0ba830-9ee7-47a7-b7df-d30109bea559","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8aeb7c64-6355-449e-a401-137fb967b643","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21a99006-a94d-46a5-a378-c22a7e5688f4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactChecksum":"ZjA3NDNlYTlkOTkyNzIxNjg1NmE1NzZhNDRmMTY2MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b208e49c-1313-4351-bae0-c1233a1fe994","artifactVersion":"1"},{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactChecksum":"MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9cc91da5-e75b-4ec0-b006-8d70c31f6118","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:42:28.844Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:42:28.845Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:42:28.845Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:42:28.845Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:42:29.845Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:42:29.846Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:42:29.846Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:42:29.846Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:42:30.847Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:42:30.847Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:42:30.847Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:42:30.847Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:42:31.848Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:42:31.848Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:42:31.848Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:42:31.848Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:42:32.849Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:42:32.849Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:42:32.850Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:42:32.850Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:42:33.850Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:42:33.851Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:42:33.851Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:42:33.851Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:42:34.851Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:42:34.852Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:42:34.852Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:42:34.852Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:42:35.852Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:42:35.853Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:42:35.853Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:42:35.853Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:42:36.854Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "serviceName": "Demo_pNF_i16cL97oNGISgd9SfY8I",
  "serviceVersion": "1.0",
  "serviceUUID": "6d21b031-231c-48e2-9b5c-0e7d88d020fd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "36e2a514-3273-43b4-aec1-d55c0635af0f",
  "resources": [
    {
      "resourceInstanceName": "pNF 196156c4-b041 0",
      "resourceCustomizationUUID": "b66059b5-3bb7-494c-a357-4392105f719b",
      "resourceName": "pNF 196156c4-b041",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b5ec4454-3c1e-47ea-9136-dede5fa2c277",
      "resourceInvariantUUID": "c1923a0b-6273-4444-ac11-1fce9096051a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactChecksum": "MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9cc91da5-e75b-4ec0-b006-8d70c31f6118"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:42:36.854Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:42:36.854Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d21b031-231c-48e2-9b5c-0e7d88d020fd ASDC
2023-03-24T07:42:36.854Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:47aeea4c-050e-497f-8613-81119c7707d5
ServiceName:Demo_pNF_i16cL97oNGISgd9SfY8I
ServiceVersion:1.0
ServiceUUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
ServiceInvariantUUID:36e2a514-3273-43b4-aec1-d55c0635af0f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactUUID:9cc91da5-e75b-4ec0-b006-8d70c31f6118
ArtifactChecksum:MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 196156c4-b041 0
ResourceCustomizationUUID:b66059b5-3bb7-494c-a357-4392105f719b
ResourceInvariantUUID:c1923a0b-6273-4444-ac11-1fce9096051a
ResourceName:pNF 196156c4-b041
ResourceType:PNF
ResourceUUID:b5ec4454-3c1e-47ea-9136-dede5fa2c277
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:42:36.854Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d21b031-231c-48e2-9b5c-0e7d88d020fd 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:42:36.899Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:42:36.900Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:42:36.900Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:42:36.900Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 from URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:42:36.900Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:42:36.900Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:42:37.183Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-24T07:42:37.185Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar 9cc91da5-e75b-4ec0-b006-8d70c31f6118 88017
2023-03-24T07:42:37.185Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T07:42:37.185Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:42:37.186Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:42:37.186Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:42:37.186Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:42:37.186Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643757185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:42:38.186Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:42:38.187Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:42:38.187Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118, URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar to file: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:42:38.188Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:42:38.188Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:42:38.188Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:42:38.266Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3553033904417226257/Definitions/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml
2023-03-24T07:42:38.887Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T07:42:38.887Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-24T07:42:38.887Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:42:38.887Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T07:42:38.887Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 196156c4-b041 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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:42:38.887Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:42:38.887Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:42:38.887Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:42:38.887Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:42:38.887Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:42:38.887Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:42:38.887Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-24T07:42:38.888Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:42:38.888Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:42:38.888Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T07:42:38.888Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-24T07:42:38.888Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:42:38.888Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:42:38.888Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:42:38.888Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T07:42:38.888Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-24T07:42:38.888Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:42:38.888Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:42:38.888Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:42:38.888Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:42:38.888Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:42:38.888Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:42:38.888Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:42:38.888Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:42:38.889Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:42:38.889Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:42:38.889Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:42:38.889Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_i16cL97oNGISgd9SfY8I
Description:catalog service description
Model UUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
Model Version:NULL
Model InvariantUuid:36e2a514-3273-43b4-aec1-d55c0635af0f
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=?
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-24T07:42:38.929Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||ERROR|500||Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists
2023-03-24T07:42:38.930Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T07:42:38.930Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists)
2023-03-24T07:42:38.930Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:42:38.930Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:42:38.930Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:42:38.930Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643758930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:42:39.931Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T07:42:39.931Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists)
2023-03-24T07:42:39.931Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:42:39.931Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:42:39.932Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:42:39.932Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643759931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:42:40.933Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:42:40.961Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
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-24T07:42:40.967Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:42:40.967Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:42:40.967Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:42:40.967Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:42:40.967Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:42:40.967Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:42:40.967Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:42:40.967Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:42:40.968Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T07:42:40.982Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:42:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:42:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:42:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643747813,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:42:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:42:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:42:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:42:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:42:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:42:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:42:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:42:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:42:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:42:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:42:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:42:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:42:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:42:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:42:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:42:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:42:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:42:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:42:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:42:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:42:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:42:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:42:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:42:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:42:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:42:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:42:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643757185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:42:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:42:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:42:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643758930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
}
2023-03-24T07:42:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:42:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:42:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643759931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
}
2023-03-24T07:42:59.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:43:10.983Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5 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-24T07:43:10.995Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47aeea4c-050e-497f-8613-81119c7707d5 and serviceModelVersionId: 6d21b031-231c-48e2-9b5c-0e7d88d020fd
2023-03-24T07:43:10.995Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36e2a514-3273-43b4-aec1-d55c0635af0f
2023-03-24T07:43:10.996Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0
2023-03-24T07:43:11.002Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:43:11.022Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||Invoke
2023-03-24T07:43:11.022Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[30390749-2090-497a-a53b-4b601256313b], X-ECOMP-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], X-TransactionId=[], X-ONAP-RequestID=[47aeea4c-050e-497f-8613-81119c7707d5], Content-Type=[application/merge-patch+json]}
2023-03-24T07:43:11.029Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:43:11.160Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?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/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:43:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[221384], x-aai-txid=[2-aai-resources-230324-07:43:11:594-86911], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:43:11.161Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:43:11.161Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||InvokeReturn
2023-03-24T07:43:11.161Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:43:11.161Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T07:43:11.169Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T07:43:11.170Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47aeea4c-050e-497f-8613-81119c7707d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:43:11.170Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:43:11.170Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:43:11.170Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:43:11.170Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643791170,
  "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-24T07:43:12.199Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:43:12.200Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"74dc9741-be4b-4978-bc6b-eaa74b750d0f","serviceName":"Demo_pNF_udFnnTGbbaPA3TPCLzGq","serviceVersion":"1.0","serviceUUID":"9201de56-0aff-4843-9892-0e79e694a55c","serviceDescription":"catalog service description","serviceInvariantUUID":"e472cdc6-cdb6-46b7-b96e-b4bf01d5083c","resources":[{"resourceInstanceName":"pNF 987b0b8e-dbc1 0","resourceName":"pNF 987b0b8e-dbc1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"de5d512a-ba4f-4f57-b63a-421597be67d9","resourceInvariantUUID":"090e47b5-650a-40ab-83f3-56f7ceed024b","resourceCustomizationUUID":"d04be6e1-cb33-473e-a923-5b5289d301cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q0OWVhNWQ5M2E5YTIyNTc0MzM1NDA1MmQ0OGU4ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba09de2f-e124-42bf-b973-f7c86cd0e26e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7a4867e-e8a7-42eb-8eb9-a78047af0e58","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f186ebad-ad1b-4d81-834b-8246aa9dee2a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml","artifactChecksum":"YzNmNDljOTIwZmFkMzM3Mzk2NzFkOGVlZGE5YWNlZjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed53392e-4f36-4f7b-b71b-c30b3a756cb3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88a60b39-e34f-4f1d-9d09-53d94aa0a750","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7588dab5-8e3c-4f59-a8e2-d446acb1c88f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactChecksum":"NjAxN2MwZjU3NmJlNWU3NzE1MTIwMjMyZTg4MDAzNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70d79d54-9860-4019-8b1a-8fef8d5884af","artifactVersion":"1"},{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactChecksum":"YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50c84df6-da4c-4d46-a80b-33026baa8e04","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:43:12.200Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:43:12.200Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:43:12.200Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:43:12.200Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:43:13.201Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:43:13.201Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:43:13.201Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:43:13.201Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:43:14.202Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:43:14.202Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:43:14.203Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:43:14.203Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:43:15.204Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:43:15.204Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:43:15.204Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:43:15.205Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:43:16.205Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:43:16.205Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:43:16.205Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:43:16.206Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:43:17.206Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:43:17.207Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:43:17.207Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:43:17.207Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:43:18.208Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:43:18.208Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:43:18.208Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:43:18.208Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:43:19.209Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:43:19.209Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:43:19.209Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:43:19.209Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:43:20.210Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "serviceName": "Demo_pNF_udFnnTGbbaPA3TPCLzGq",
  "serviceVersion": "1.0",
  "serviceUUID": "9201de56-0aff-4843-9892-0e79e694a55c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e472cdc6-cdb6-46b7-b96e-b4bf01d5083c",
  "resources": [
    {
      "resourceInstanceName": "pNF 987b0b8e-dbc1 0",
      "resourceCustomizationUUID": "d04be6e1-cb33-473e-a923-5b5289d301cc",
      "resourceName": "pNF 987b0b8e-dbc1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "de5d512a-ba4f-4f57-b63a-421597be67d9",
      "resourceInvariantUUID": "090e47b5-650a-40ab-83f3-56f7ceed024b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactChecksum": "YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50c84df6-da4c-4d46-a80b-33026baa8e04"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:43:20.211Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:43:20.211Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9201de56-0aff-4843-9892-0e79e694a55c ASDC
2023-03-24T07:43:20.211Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:74dc9741-be4b-4978-bc6b-eaa74b750d0f
ServiceName:Demo_pNF_udFnnTGbbaPA3TPCLzGq
ServiceVersion:1.0
ServiceUUID:9201de56-0aff-4843-9892-0e79e694a55c
ServiceInvariantUUID:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactUUID:50c84df6-da4c-4d46-a80b-33026baa8e04
ArtifactChecksum:YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 987b0b8e-dbc1 0
ResourceCustomizationUUID:d04be6e1-cb33-473e-a923-5b5289d301cc
ResourceInvariantUUID:090e47b5-650a-40ab-83f3-56f7ceed024b
ResourceName:pNF 987b0b8e-dbc1
ResourceType:PNF
ResourceUUID:de5d512a-ba4f-4f57-b63a-421597be67d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:43:20.211Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9201de56-0aff-4843-9892-0e79e694a55c 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:43:20.259Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:43:20.259Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:43:20.260Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:43:20.260Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 from URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:43:20.260Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:43:20.260Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:43:20.512Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-24T07:43:20.514Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar 50c84df6-da4c-4d46-a80b-33026baa8e04 88008
2023-03-24T07:43:20.514Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T07:43:20.514Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:43:20.514Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:43:20.515Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:43:20.515Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:43:20.515Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643800514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:43:21.516Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:43:21.516Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:43:21.517Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04, URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar to file: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:43:21.517Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:43:21.518Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:43:21.518Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:43:21.596Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2563698025999327267/Definitions/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml
2023-03-24T07:43:22.137Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T07:43:22.137Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-24T07:43:22.137Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:43:22.137Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T07:43:22.137Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 987b0b8e-dbc1 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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:43:22.137Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:43:22.137Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:43:22.137Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:43:22.137Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:43:22.137Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:43:22.137Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:43:22.137Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-24T07:43:22.137Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:43:22.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:43:22.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T07:43:22.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-24T07:43:22.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:43:22.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:43:22.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:43:22.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T07:43:22.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-24T07:43:22.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:43:22.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:43:22.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:43:22.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:43:22.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:43:22.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:43:22.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:43:22.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:43:22.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:43:22.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:43:22.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:43:22.138Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_udFnnTGbbaPA3TPCLzGq
Description:catalog service description
Model UUID:9201de56-0aff-4843-9892-0e79e694a55c
Model Version:NULL
Model InvariantUuid:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
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=?
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-24T07:43:22.181Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||ERROR|500||Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists
2023-03-24T07:43:22.182Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T07:43:22.182Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists)
2023-03-24T07:43:22.182Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:43:22.182Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:43:22.183Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:43:22.183Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643802182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:43:23.185Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T07:43:23.185Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists)
2023-03-24T07:43:23.185Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:43:23.186Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:43:23.186Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:43:23.186Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643803185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:43:24.188Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:43:24.209Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
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-24T07:43:24.213Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:43:24.214Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:43:24.214Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:43:24.214Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:43:24.214Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:43:24.214Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:43:24.214Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:43:24.214Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:43:24.214Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T07:43:24.227Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:43:54.228Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f 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-24T07:43:54.236Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f and serviceModelVersionId: 9201de56-0aff-4843-9892-0e79e694a55c
2023-03-24T07:43:54.237Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
2023-03-24T07:43:54.237Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0
2023-03-24T07:43:54.243Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:43:54.264Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?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-24T07:43:54.265Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||Invoke
2023-03-24T07:43:54.271Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:43:54.407Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||InvokeReturn
2023-03-24T07:43:54.408Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:43:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[245792], x-aai-txid=[0-aai-resources-230324-07:43:54:837-42535], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:43:54.408Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:43:54.408Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:43:54.408Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T07:43:54.418Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T07:43:54.418Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74dc9741-be4b-4978-bc6b-eaa74b750d0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:43:54.419Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:43:54.419Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:43:54.419Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:43:54.419Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643834419,
  "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-24T07:43:55.443Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:43:55.443Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"8724cd49-34ec-4980-ab2b-64ace9832bd0","serviceName":"Demo_pNF_UwgnjqgcnsmCphwI9gbY","serviceVersion":"1.0","serviceUUID":"ae383e4d-80b0-4cc6-9ff7-4def5cc309bf","serviceDescription":"catalog service description","serviceInvariantUUID":"087fabf1-baa4-4625-b959-7f8bdf3eeaab","resources":[{"resourceInstanceName":"pNF 36bf80f7-db9b 0","resourceName":"pNF 36bf80f7-db9b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9fb428ca-b2ee-4b9a-b88b-76c73bae18d0","resourceInvariantUUID":"5f7912da-deb8-4284-8c89-064dcbe2661c","resourceCustomizationUUID":"29593f6d-a855-47c1-95d6-471370e64983","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml","artifactChecksum":"OGFjMThmNzRkZDJmMDQyOTU5YTJiNjRlMDczNjA5Zjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74ee8d11-c8c0-4e92-a1a1-916801a4371e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fdd3764d-c2fd-4586-ae74-b67caa4af234","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42939f9f-f090-45b0-907b-88c01da93f7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml","artifactChecksum":"YmM2MzIwNWMyNTcxN2I3MjkzOGViMTAyNTY5ZTNkYzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"64a8ced7-b923-4638-87a1-074aa9a8a738","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b5467a5b-fad4-4b84-968f-eb9a45f224e8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"55ab392b-ed1e-455f-aad7-154d3eb1b149","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml","artifactChecksum":"MTZiNDEwZDZlMjIyYThjYWVlZDI4ZWMxYjVkYmUyNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b011f01c-348d-470c-a42e-befef97cee3a","artifactVersion":"1"},{"artifactName":"service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar","artifactChecksum":"ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:43:55.443Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:43:55.444Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:43:55.444Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:43:55.444Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:43:56.444Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:43:56.445Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:43:56.445Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:43:56.445Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:43:57.446Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:43:57.446Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:43:57.446Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:43:57.446Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:43:58.447Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:43:58.447Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:43:58.448Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:43:58.448Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:43:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:43:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:43:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643791170,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:43:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:43:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:43:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:43:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:43:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:43:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:43:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:43:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:43:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:43:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:43:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:43:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:43:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:43:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:43:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:43:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:43:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:43:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:43:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:43:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:43:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:43:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:43:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:43:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:43:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:43:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:43:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643800514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:43:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:43:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:43:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643802182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
}
2023-03-24T07:43:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:43:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:43:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643803185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
}
2023-03-24T07:43:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:43:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:43:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643834419,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:43:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:43:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:43:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:43:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:43:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:43:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:43:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:43:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:43:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:43:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:43:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:43:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:43:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:43:59.448Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:43:59.449Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:43:59.449Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:43:59.449Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:44:00.450Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:44:00.450Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:44:00.450Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:44:00.450Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:44:01.451Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:44:01.451Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:44:01.451Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:44:01.452Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:44:02.452Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:44:02.453Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:44:02.453Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:44:02.453Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:44:03.454Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "serviceName": "Demo_pNF_UwgnjqgcnsmCphwI9gbY",
  "serviceVersion": "1.0",
  "serviceUUID": "ae383e4d-80b0-4cc6-9ff7-4def5cc309bf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "087fabf1-baa4-4625-b959-7f8bdf3eeaab",
  "resources": [
    {
      "resourceInstanceName": "pNF 36bf80f7-db9b 0",
      "resourceCustomizationUUID": "29593f6d-a855-47c1-95d6-471370e64983",
      "resourceName": "pNF 36bf80f7-db9b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9fb428ca-b2ee-4b9a-b88b-76c73bae18d0",
      "resourceInvariantUUID": "5f7912da-deb8-4284-8c89-064dcbe2661c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
      "artifactChecksum": "ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:44:03.454Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:44:03.454Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ae383e4d-80b0-4cc6-9ff7-4def5cc309bf ASDC
2023-03-24T07:44:03.455Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:8724cd49-34ec-4980-ab2b-64ace9832bd0
ServiceName:Demo_pNF_UwgnjqgcnsmCphwI9gbY
ServiceVersion:1.0
ServiceUUID:ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
ServiceInvariantUUID:087fabf1-baa4-4625-b959-7f8bdf3eeaab
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
ArtifactUUID:2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf
ArtifactChecksum:ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 36bf80f7-db9b 0
ResourceCustomizationUUID:29593f6d-a855-47c1-95d6-471370e64983
ResourceInvariantUUID:5f7912da-deb8-4284-8c89-064dcbe2661c
ResourceName:pNF 36bf80f7-db9b
ResourceType:PNF
ResourceUUID:9fb428ca-b2ee-4b9a-b88b-76c73bae18d0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:44:03.456Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae383e4d-80b0-4cc6-9ff7-4def5cc309bf 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:44:03.508Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:44:03.509Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:44:03.510Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:44:03.510Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf from URL: /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:44:03.510Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:44:03.510Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:44:03.959Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-24T07:44:03.961Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf 88009
2023-03-24T07:44:03.962Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T07:44:03.962Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:44:03.962Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:44:03.962Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:44:03.962Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:44:03.962Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643843961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:44:04.963Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:44:04.964Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:44:04.964Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf, URL: /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar to file: /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:44:04.965Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:44:04.965Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:44:04.965Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:44:05.048Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16093965635486849795/Definitions/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml
2023-03-24T07:44:05.627Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T07:44:05.627Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-24T07:44:05.627Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:44:05.627Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T07:44:05.627Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:44:05.628Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 36bf80f7-db9b 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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:44:05.628Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:44:05.628Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:44:05.628Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:44:05.628Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:44:05.628Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:44:05.628Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-24T07:44:05.628Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:44:05.628Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:44:05.628Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Node template pNF 36bf80f7-db9b 0 is matching search criteria
2023-03-24T07:44:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-24T07:44:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 36bf80f7-db9b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:44:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:44:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:44:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Node template pNF 36bf80f7-db9b 0 is matching search criteria
2023-03-24T07:44:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-24T07:44:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 36bf80f7-db9b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:44:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:44:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:44:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:44:05.630Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:44:05.630Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:44:05.630Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:44:05.630Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:44:05.630Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:44:05.630Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:44:05.630Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:44:05.630Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UwgnjqgcnsmCphwI9gbY
Description:catalog service description
Model UUID:ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
Model Version:NULL
Model InvariantUuid:087fabf1-baa4-4625-b959-7f8bdf3eeaab
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=?
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-24T07:44:05.673Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||ERROR|500||Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists
2023-03-24T07:44:05.674Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T07:44:05.674Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar(Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists)
2023-03-24T07:44:05.674Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:44:05.674Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:44:05.674Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:44:05.674Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643845674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:44:06.675Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T07:44:06.675Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar(Resource with UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 already exists)
2023-03-24T07:44:06.675Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:44:06.675Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:44:06.675Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:44:06.675Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643846675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:44:07.676Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:44:07.701Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0
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-24T07:44:07.706Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:44:07.706Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:44:07.706Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:44:07.706Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:44:07.707Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:44:07.707Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:44:07.708Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:44:07.708Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:44:07.709Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T07:44:07.722Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:44:37.723Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0 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-24T07:44:37.736Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0 and serviceModelVersionId: ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
2023-03-24T07:44:37.736Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 087fabf1-baa4-4625-b959-7f8bdf3eeaab
2023-03-24T07:44:37.737Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0
2023-03-24T07:44:37.742Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:44:37.764Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|INFO|500||Invoke
2023-03-24T07:44:37.764Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8724cd49-34ec-4980-ab2b-64ace9832bd0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[111835b6-0fe0-408a-b60b-ff6d14391122], X-ECOMP-RequestID=[8724cd49-34ec-4980-ab2b-64ace9832bd0], X-TransactionId=[], X-ONAP-RequestID=[8724cd49-34ec-4980-ab2b-64ace9832bd0], Content-Type=[application/merge-patch+json]}
2023-03-24T07:44:37.772Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:44:37.909Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?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/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:44:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[225376], x-aai-txid=[0-aai-resources-230324-07:44:38:339-29325], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:44:37.909Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:44:37.910Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|INFO|500||InvokeReturn
2023-03-24T07:44:37.910Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:44:37.910Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T07:44:37.919Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T07:44:37.919Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8724cd49-34ec-4980-ab2b-64ace9832bd0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:44:37.919Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:44:37.919Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:44:37.919Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:44:37.920Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643877919,
  "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-24T07:44:38.952Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:44:38.952Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"f6e121a0-a57f-49e0-8e84-03d4afe0e29c","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"341b0520-ae27-48bb-aa25-d8d48c9ceb78","serviceDescription":"service","serviceInvariantUUID":"2b10c9e7-82e1-456c-85f3-2ea2c444884f","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe8477c7-e8ec-419a-bf67-26a082731949","resourceInvariantUUID":"413ba2f7-68f8-4bf4-ae24-3b9ac1cd2b28","resourceCustomizationUUID":"625d37cb-6e80-449f-8ef6-1bcfa792a9ac","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":"MzIzNTk3OGY2NWU5MjI0MDA4M2VhOWE3Yjc2MWNjYTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8324a320-5c5c-4f0b-81e3-6f55c858d21b","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":"OTJiNzk4ZDk3NjY0Njc2Mjc1OTJjNDc1MThiNGZiNmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a4b3134-7c25-4d1b-b00f-fe2d0f367056","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":"11a7e22e-bcec-4253-a395-c91a8b2ec733","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":"bf06ffc5-59d4-4278-951d-2caead64affe","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":"16d5f357-5e31-4d4e-96b0-badc500b14b5","artifactVersion":"2","generatedFromUUID":"16a9aa83-9d05-4970-a869-70fa820b4a0f"},{"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":"b639699b-897d-4297-86ed-76e92092cdf0","artifactVersion":"2","generatedFromUUID":"11a7e22e-bcec-4253-a395-c91a8b2ec733"},{"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":"16a9aa83-9d05-4970-a869-70fa820b4a0f","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":"d1543da3-c069-4afb-8f1e-0bbb7b186e87","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":"NzVlNTg5NWVkZWJlZGQyOGI4ZjAyYTM1ZjM0NWY1YzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"076501d2-fb09-4970-9098-2e1a306a507c","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NmEyNGU4ZWUzYTc0NTI0NzUxMzVkYmVjMTczMTlmYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e77ae59e-2b8a-4f5b-8f93-4be776d9895d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:44:38.952Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:44:38.952Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:44:38.952Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:44:38.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:44:39.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:44:39.953Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:44:39.954Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:44:39.954Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:44:40.955Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:44:40.955Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:44:40.955Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:44:40.955Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:44:41.956Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:44:41.956Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:44:41.956Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:44:41.956Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:44:42.957Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:44:42.957Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:44:42.958Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:44:42.958Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:44:43.958Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:44:43.959Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:44:43.959Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:44:43.959Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:44:44.959Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:44:44.960Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:44:44.960Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:44:44.960Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:44:45.960Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:44:45.961Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:44:45.961Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:44:45.961Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:44:46.962Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:44:46.962Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:44:46.962Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:44:46.963Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:44:47.963Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:44:47.964Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:44:47.964Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:44:47.964Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:44:48.965Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "341b0520-ae27-48bb-aa25-d8d48c9ceb78",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2b10c9e7-82e1-456c-85f3-2ea2c444884f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "625d37cb-6e80-449f-8ef6-1bcfa792a9ac",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe8477c7-e8ec-419a-bf67-26a082731949",
      "resourceInvariantUUID": "413ba2f7-68f8-4bf4-ae24-3b9ac1cd2b28",
      "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": "OTJiNzk4ZDk3NjY0Njc2Mjc1OTJjNDc1MThiNGZiNmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a4b3134-7c25-4d1b-b00f-fe2d0f367056",
          "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": "11a7e22e-bcec-4253-a395-c91a8b2ec733",
          "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": "b639699b-897d-4297-86ed-76e92092cdf0",
            "generatedFromUUID": "11a7e22e-bcec-4253-a395-c91a8b2ec733"
          },
          "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": "16d5f357-5e31-4d4e-96b0-badc500b14b5",
          "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": "b639699b-897d-4297-86ed-76e92092cdf0",
          "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": "16a9aa83-9d05-4970-a869-70fa820b4a0f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NmEyNGU4ZWUzYTc0NTI0NzUxMzVkYmVjMTczMTlmYTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e77ae59e-2b8a-4f5b-8f93-4be776d9895d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:44:48.966Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:44:48.966Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 341b0520-ae27-48bb-aa25-d8d48c9ceb78 ASDC
2023-03-24T07:44:48.966Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:f6e121a0-a57f-49e0-8e84-03d4afe0e29c
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:341b0520-ae27-48bb-aa25-d8d48c9ceb78
ServiceInvariantUUID:2b10c9e7-82e1-456c-85f3-2ea2c444884f
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:e77ae59e-2b8a-4f5b-8f93-4be776d9895d
ArtifactChecksum:NmEyNGU4ZWUzYTc0NTI0NzUxMzVkYmVjMTczMTlmYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:625d37cb-6e80-449f-8ef6-1bcfa792a9ac
ResourceInvariantUUID:413ba2f7-68f8-4bf4-ae24-3b9ac1cd2b28
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:fe8477c7-e8ec-419a-bf67-26a082731949
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:2a4b3134-7c25-4d1b-b00f-fe2d0f367056
ArtifactChecksum:OTJiNzk4ZDk3NjY0Njc2Mjc1OTJjNDc1MThiNGZiNmQ=
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:11a7e22e-bcec-4253-a395-c91a8b2ec733
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:b639699b-897d-4297-86ed-76e92092cdf0
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:16d5f357-5e31-4d4e-96b0-badc500b14b5
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:b639699b-897d-4297-86ed-76e92092cdf0
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:16a9aa83-9d05-4970-a869-70fa820b4a0f
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T07:44:48.966Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 341b0520-ae27-48bb-aa25-d8d48c9ceb78 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:44:49.011Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:44:49.012Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:44:49.012Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:44:49.012Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-24T07:44:49.012Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:44:49.012Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-24T07:44:49.038Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T07:44:49.038Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5c630a8a
2023-03-24T07:44:49.039Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:44:49.039Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicCnfMacro"
      ]
    }
  }
}
2023-03-24T07:44:49.039Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicCnfMacro-csar.csar /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar e77ae59e-2b8a-4f5b-8f93-4be776d9895d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:44:49.039Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:44:49.039Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Specified artifact is  not found)
2023-03-24T07:44:49.039Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:44:49.040Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:44:49.040Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:44:49.040Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643889039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:44:50.042Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicCnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(UUID:e77ae59e-2b8a-4f5b-8f93-4be776d9895d)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:44:50.092Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||ERROR|500||Csar with UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d already exists
2023-03-24T07:44:50.093Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:44:50.093Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d already exists)
2023-03-24T07:44:50.093Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:44:50.093Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:44:50.094Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:44:50.094Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643890093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:44:51.095Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:44:51.095Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: fe8477c7-e8ec-419a-bf67-26a082731949 already exists)
2023-03-24T07:44:51.095Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:44:51.096Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:44:51.096Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:44:51.096Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643891095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fe8477c7-e8ec-419a-bf67-26a082731949 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:44:52.097Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6e121a0-a57f-49e0-8e84-03d4afe0e29c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:44:52.128Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6e121a0-a57f-49e0-8e84-03d4afe0e29c
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-24T07:44:52.132Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:44:52.133Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:44:52.133Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:44:52.133Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:44:52.133Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:44:52.133Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:44:52.133Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:44:52.133Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:44:52.133Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T07:44:52.150Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:44:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:44:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:44:59.165Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:44:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:45:22.150Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6e121a0-a57f-49e0-8e84-03d4afe0e29c 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-24T07:45:22.163Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6e121a0-a57f-49e0-8e84-03d4afe0e29c and serviceModelVersionId: 341b0520-ae27-48bb-aa25-d8d48c9ceb78
2023-03-24T07:45:22.164Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b10c9e7-82e1-456c-85f3-2ea2c444884f
2023-03-24T07:45:22.164Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0
2023-03-24T07:45:22.171Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:45:22.191Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0|INFO|500||Invoke
2023-03-24T07:45:22.191Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f6e121a0-a57f-49e0-8e84-03d4afe0e29c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a8b36a3d-52b2-4028-b749-edec6c9d5023], X-ECOMP-RequestID=[f6e121a0-a57f-49e0-8e84-03d4afe0e29c], X-TransactionId=[], X-ONAP-RequestID=[f6e121a0-a57f-49e0-8e84-03d4afe0e29c], Content-Type=[application/merge-patch+json]}
2023-03-24T07:45:22.198Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:45:22.351Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?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/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:45:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[438424], x-aai-txid=[2-aai-resources-230324-07:45:22:766-25876], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:45:22.351Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:45:22.352Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0|INFO|500||InvokeReturn
2023-03-24T07:45:22.353Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:45:22.353Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T07:45:22.361Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T07:45:22.362Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6e121a0-a57f-49e0-8e84-03d4afe0e29c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:45:22.362Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:45:22.362Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:45:22.362Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:45:22.362Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643922362,
  "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-24T07:45:23.393Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:45:23.394Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"e9e8a232-b427-4b79-bf55-5ee47a8c5415","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"2823e6b4-f863-46ec-9e77-5583ab7d635d","serviceDescription":"service","serviceInvariantUUID":"a4aae1ce-3552-424e-9d88-84672a879590","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5525a09a-b30b-4b48-ba24-4dd347648df3","resourceInvariantUUID":"10899fff-ce0f-4de4-ae9b-782dbc0be769","resourceCustomizationUUID":"f56a5200-f207-4a1f-8aef-1a3e0f37f6a5","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":"NTEwYTZkMjU1YWFjMjFhNWNhOTA1YWUxMTRkY2EyMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70bf2919-10aa-4f8b-9acc-535488ae5f66","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":"ZjgwOTI2ZDU5OGQyOTc0M2Q3ZDg0ZmYwMjI3MTBkNmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8b6da098-d947-49c8-89ae-7d3ba3930e27","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":"63fcd512-7c3e-4b56-8b9c-5fb1e4a48450","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":"7276b8be-1397-41f4-b781-0edf7885a057","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":"1ce76f5b-4983-467b-86f4-7a63661149b0","artifactVersion":"2","generatedFromUUID":"63fcd512-7c3e-4b56-8b9c-5fb1e4a48450"},{"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":"NjljZDBkMWQ2YTdhYWI4OGE1YzEzMjQ0ODRlNDc2Njc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a803d9aa-3ace-40a1-9c2f-dbfa41c207b5","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":"ZGNhMzZkOGJhMjc0N2E3YTk5OGM1NTI5MmE4NGI5MTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f34102e-5e0c-46ae-b7b0-a85bc4ed3d13","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODVhNDNmMGZlZDViYzBiYjFkMmYwYjk3ZDM1ODE2NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a4d4e640-5352-4c13-98a8-d9f5bd16688b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:45:23.394Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:45:23.395Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:45:23.395Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:45:23.395Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:45:24.396Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:45:24.397Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:45:24.397Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:45:24.397Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:45:25.398Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:45:25.398Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:45:25.399Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:45:25.399Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:45:26.400Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:45:26.401Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:45:26.401Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:45:26.401Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:45:27.403Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:45:27.403Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:45:27.403Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:45:27.403Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:45:28.405Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:45:28.405Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:45:28.405Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:45:28.406Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:45:29.407Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:45:29.407Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:45:29.408Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:45:29.408Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:45:30.409Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:45:30.410Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:45:30.410Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:45:30.410Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:45:31.411Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2823e6b4-f863-46ec-9e77-5583ab7d635d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a4aae1ce-3552-424e-9d88-84672a879590",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "f56a5200-f207-4a1f-8aef-1a3e0f37f6a5",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5525a09a-b30b-4b48-ba24-4dd347648df3",
      "resourceInvariantUUID": "10899fff-ce0f-4de4-ae9b-782dbc0be769",
      "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": "ZjgwOTI2ZDU5OGQyOTc0M2Q3ZDg0ZmYwMjI3MTBkNmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8b6da098-d947-49c8-89ae-7d3ba3930e27",
          "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": "63fcd512-7c3e-4b56-8b9c-5fb1e4a48450",
          "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": "1ce76f5b-4983-467b-86f4-7a63661149b0",
            "generatedFromUUID": "63fcd512-7c3e-4b56-8b9c-5fb1e4a48450"
          },
          "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": "1ce76f5b-4983-467b-86f4-7a63661149b0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODVhNDNmMGZlZDViYzBiYjFkMmYwYjk3ZDM1ODE2NjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a4d4e640-5352-4c13-98a8-d9f5bd16688b"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:45:31.411Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:45:31.412Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2823e6b4-f863-46ec-9e77-5583ab7d635d ASDC
2023-03-24T07:45:31.412Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:e9e8a232-b427-4b79-bf55-5ee47a8c5415
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:2823e6b4-f863-46ec-9e77-5583ab7d635d
ServiceInvariantUUID:a4aae1ce-3552-424e-9d88-84672a879590
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:a4d4e640-5352-4c13-98a8-d9f5bd16688b
ArtifactChecksum:ODVhNDNmMGZlZDViYzBiYjFkMmYwYjk3ZDM1ODE2NjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:f56a5200-f207-4a1f-8aef-1a3e0f37f6a5
ResourceInvariantUUID:10899fff-ce0f-4de4-ae9b-782dbc0be769
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:5525a09a-b30b-4b48-ba24-4dd347648df3
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:8b6da098-d947-49c8-89ae-7d3ba3930e27
ArtifactChecksum:ZjgwOTI2ZDU5OGQyOTc0M2Q3ZDg0ZmYwMjI3MTBkNmE=
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:63fcd512-7c3e-4b56-8b9c-5fb1e4a48450
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:1ce76f5b-4983-467b-86f4-7a63661149b0
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:1ce76f5b-4983-467b-86f4-7a63661149b0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T07:45:31.412Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2823e6b4-f863-46ec-9e77-5583ab7d635d 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:45:31.460Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:45:31.461Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:45:31.461Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:45:31.461Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-24T07:45:31.461Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:45:31.462Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-24T07:45:31.490Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T07:45:31.490Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1775ca25
2023-03-24T07:45:31.491Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:45:31.491Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-24T07:45:31.491Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a4d4e640-5352-4c13-98a8-d9f5bd16688b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:45:31.491Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:45:31.492Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-24T07:45:31.492Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:45:31.492Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:45:31.492Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:45:31.492Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643931491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:45:32.493Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:a4d4e640-5352-4c13-98a8-d9f5bd16688b)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:45:32.544Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||ERROR|500||Csar with UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b already exists
2023-03-24T07:45:32.544Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:45:32.544Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b already exists)
2023-03-24T07:45:32.544Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:45:32.544Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:45:32.545Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:45:32.545Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643932544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:45:33.545Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:45:33.546Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 5525a09a-b30b-4b48-ba24-4dd347648df3 already exists)
2023-03-24T07:45:33.547Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:45:33.547Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:45:33.547Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:45:33.547Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643933545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5525a09a-b30b-4b48-ba24-4dd347648df3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:45:34.548Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e8a232-b427-4b79-bf55-5ee47a8c5415
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:45:34.576Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e8a232-b427-4b79-bf55-5ee47a8c5415
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-24T07:45:34.582Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:45:34.582Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:45:34.582Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:45:34.582Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:45:34.582Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:45:34.582Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:45:34.583Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:45:34.583Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:45:34.583Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T07:45:34.609Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:45:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:45:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:45:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:45:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:45:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:45:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:45:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:45:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:45:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:45:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:45:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:45:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643843961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:45:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:45:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:45:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643845674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists"
}
2023-03-24T07:45:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:45:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:45:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643846675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 already exists"
}
2023-03-24T07:45:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:45:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:45:59.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643877919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:45:59.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:45:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:45:59.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:45:59.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:45:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:45:59.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T07:45:59.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:45:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:45:59.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:45:59.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:45:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:45:59.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:45:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:45:59.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:45:59.169Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-24T07:45:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:45:59.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:45:59.169Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-24T07:45:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:45:59.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:45:59.169Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-24T07:45:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:45:59.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:45:59.169Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:45:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:45:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:45:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:45:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:45:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:45:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:45:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:45:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:45:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643889039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:45:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:45:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:45:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643890093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d already exists"
}
2023-03-24T07:45:59.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:45:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:45:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643891095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fe8477c7-e8ec-419a-bf67-26a082731949 already exists"
}
2023-03-24T07:45:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:46:04.610Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9e8a232-b427-4b79-bf55-5ee47a8c5415 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-24T07:46:04.623Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9e8a232-b427-4b79-bf55-5ee47a8c5415 and serviceModelVersionId: 2823e6b4-f863-46ec-9e77-5583ab7d635d
2023-03-24T07:46:04.624Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4aae1ce-3552-424e-9d88-84672a879590
2023-03-24T07:46:04.624Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0
2023-03-24T07:46:04.631Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:46:04.660Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0|INFO|500||Invoke
2023-03-24T07:46:04.660Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e9e8a232-b427-4b79-bf55-5ee47a8c5415], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d4bd68ae-e9a0-4f38-97af-559b5bec751a], X-ECOMP-RequestID=[e9e8a232-b427-4b79-bf55-5ee47a8c5415], X-TransactionId=[], X-ONAP-RequestID=[e9e8a232-b427-4b79-bf55-5ee47a8c5415], Content-Type=[application/merge-patch+json]}
2023-03-24T07:46:04.667Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:46:04.810Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?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/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:46:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[454808], x-aai-txid=[0-aai-resources-230324-07:46:05:235-48638], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:46:04.810Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:46:04.810Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0|INFO|500||InvokeReturn
2023-03-24T07:46:04.811Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:46:04.811Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T07:46:04.819Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T07:46:04.819Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9e8a232-b427-4b79-bf55-5ee47a8c5415 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:46:04.819Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:46:04.820Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:04.820Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:04.820Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643964819,
  "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-24T07:46:05.851Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:46:05.851Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"8f0da87f-e35e-4090-a68a-eb3ab2daa5dd","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"88c2e0bc-2337-4b4e-973a-b1f1157b9c7d","serviceDescription":"service","serviceInvariantUUID":"63f671dc-819e-44a5-849f-92d8b0e6e1b4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"96e8f8c8-f63d-424c-88b8-e55c1951b0e8","resourceInvariantUUID":"b41109b6-4c02-4dc5-9761-1ddef6d6bbb7","resourceCustomizationUUID":"bb5fe27e-b818-4da0-bb59-015fd06304e7","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":"M2JkOGExZTk5NWQ2YTM1MGViNGNhMmI4YjlhM2YzNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"369f3050-3b57-4c9e-afc3-eb005213bb13","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":"df570ab2-68cd-471b-99a3-6e62ff76f2c9","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":"9e94464c-3a55-47dd-9108-7807c805831f","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":"ODU0YjM2OTBkZTkyMTZjYmExNTJkMzkzYTc1YWZlOGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6f0fb495-9d9a-4bb4-8e8c-579747ba2e35","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":"11bdcb71-1ae2-4e07-a5aa-fe6e0531929d","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":"20b2df7c-db25-42ab-b94d-cd7f41cb00aa","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":"63feeb51-9e15-495c-905a-4dab30e3bffa","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":"YmI3NjY1ZWFkZDllNzMwM2NlMjUzMGE4NDU0OThmZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"321f5aa4-5117-4508-976e-2f9d17c602a1","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YWMzZjJmMTcwZmI4M2JmMWVkNGJjODA0MTlmNjI0ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0c069d4-006a-47ab-a149-080a7dc64d9a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:46:05.852Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:46:05.853Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:05.853Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:05.853Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:46:06.854Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:46:06.854Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:06.854Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:06.855Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:46:07.855Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:46:07.855Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:07.856Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:07.856Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:46:08.857Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:46:08.858Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:08.858Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:08.858Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:46:09.859Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:46:09.859Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:09.859Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:09.859Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:46:10.860Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:46:10.860Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:10.860Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:10.861Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:46:11.861Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:46:11.861Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:11.862Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:11.862Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:46:12.862Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:46:12.862Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:12.862Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:12.863Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:46:13.863Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:46:13.863Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:13.864Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:13.864Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:46:14.864Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "88c2e0bc-2337-4b4e-973a-b1f1157b9c7d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "63f671dc-819e-44a5-849f-92d8b0e6e1b4",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "bb5fe27e-b818-4da0-bb59-015fd06304e7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "96e8f8c8-f63d-424c-88b8-e55c1951b0e8",
      "resourceInvariantUUID": "b41109b6-4c02-4dc5-9761-1ddef6d6bbb7",
      "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": "YWMzZjJmMTcwZmI4M2JmMWVkNGJjODA0MTlmNjI0ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e0c069d4-006a-47ab-a149-080a7dc64d9a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:46:14.865Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:46:14.865Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d ASDC
2023-03-24T07:46:14.865Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:8f0da87f-e35e-4090-a68a-eb3ab2daa5dd
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:88c2e0bc-2337-4b4e-973a-b1f1157b9c7d
ServiceInvariantUUID:63f671dc-819e-44a5-849f-92d8b0e6e1b4
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:e0c069d4-006a-47ab-a149-080a7dc64d9a
ArtifactChecksum:YWMzZjJmMTcwZmI4M2JmMWVkNGJjODA0MTlmNjI0ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:bb5fe27e-b818-4da0-bb59-015fd06304e7
ResourceInvariantUUID:b41109b6-4c02-4dc5-9761-1ddef6d6bbb7
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:96e8f8c8-f63d-424c-88b8-e55c1951b0e8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:46:14.865Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:46:14.904Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:46:14.904Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:46:14.904Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:46:14.904Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e0c069d4-006a-47ab-a149-080a7dc64d9a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T07:46:14.904Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:46:14.904Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T07:46:14.924Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T07:46:14.924Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6658066d
2023-03-24T07:46:14.924Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:46:14.925Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-24T07:46:14.925Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e0c069d4-006a-47ab-a149-080a7dc64d9a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:46:14.925Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:46:14.925Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-24T07:46:14.925Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:46:14.925Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:14.925Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:14.925Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643974925,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:46:15.926Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:e0c069d4-006a-47ab-a149-080a7dc64d9a)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:46:15.974Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||ERROR|500||Csar with UUID: e0c069d4-006a-47ab-a149-080a7dc64d9a already exists
2023-03-24T07:46:15.975Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:46:15.975Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: e0c069d4-006a-47ab-a149-080a7dc64d9a already exists)
2023-03-24T07:46:15.975Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:46:15.975Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:15.975Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:15.975Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643975975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e0c069d4-006a-47ab-a149-080a7dc64d9a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:46:16.976Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:46:16.977Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 96e8f8c8-f63d-424c-88b8-e55c1951b0e8 already exists)
2023-03-24T07:46:16.977Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:46:16.977Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:16.977Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:16.977Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643976976,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 96e8f8c8-f63d-424c-88b8-e55c1951b0e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:46:17.978Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:46:18.006Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd
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-24T07:46:18.010Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:46:18.011Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:46:18.011Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:46:18.011Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:46:18.011Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:46:18.011Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:46:18.011Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:46:18.011Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:46:18.012Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T07:46:18.026Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:46:48.027Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd 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-24T07:46:48.044Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd and serviceModelVersionId: 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d
2023-03-24T07:46:48.044Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 63f671dc-819e-44a5-849f-92d8b0e6e1b4
2023-03-24T07:46:48.045Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0
2023-03-24T07:46:48.049Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:46:48.064Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?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-24T07:46:48.065Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|INFO|500||Invoke
2023-03-24T07:46:48.072Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:46:48.203Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|INFO|500||InvokeReturn
2023-03-24T07:46:48.204Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:46:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[467096], x-aai-txid=[1-aai-resources-230324-07:46:48:641-26890], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:46:48.204Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:46:48.204Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:46:48.204Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T07:46:48.214Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T07:46:48.214Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:46:48.214Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:46:48.215Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:48.215Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:48.215Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644008214,
  "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-24T07:46:49.248Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:46:49.249Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"644ff666-7cb6-4c8f-a485-a08191b720fd","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3b520a2f-a27a-4647-85a2-81da196d628f","serviceDescription":"service","serviceInvariantUUID":"fd90f088-c0b8-4936-b147-ef9280721678","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c4ca7310-9916-4f6b-b551-817b9fa8e874","resourceInvariantUUID":"ff75676f-725f-4cfb-ad06-58724ebd520b","resourceCustomizationUUID":"74fdcd83-6ea9-4df9-84c0-12ab5b4537bd","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":"NTVmMWZiYjYzYjAwZTVmZDgyNWM3OGI0ZGFiNjhlMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b99ab21-6a27-4110-ac28-6d4254644352","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":"e9adbcdc-acb5-4b30-9e94-9241fc56c11c","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":"1e9c7f15-7ff9-4bcc-b233-40b9cb99f349","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":"NWYwZTMwYWVmYmMzMGI5NDljZDMxOTFjYTJlZTY2MmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"97d9f93e-7aa2-4076-acd9-00d8f9419149","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":"311fa86f-ba7e-41d6-8fbe-b6521935cb3e","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":"77e03847-46f4-46b2-8374-101536b5ba8a","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":"74eca327-0d40-4db9-87fe-9774381377ef","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":"ZTcwNWNkMmQzNDRjZGZlNTM2NjZjOWRlZDg1ZWUwMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"644332e8-8c58-4987-b14b-fd5b32ae5d90","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NGIxNWM4ZmM4YzdhYTVmNzdjYzU2ZGJiMjY1NDVhYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a799f38-d480-4f18-b4d1-6fdeec5a9c9f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:46:49.249Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:46:49.249Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:49.249Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:49.249Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:46:50.250Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:46:50.250Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:50.250Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:50.250Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:46:51.251Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:46:51.251Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:51.251Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:51.251Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:46:52.252Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:46:52.252Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:52.252Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:52.252Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:46:53.253Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:46:53.253Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:53.253Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:53.253Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:46:54.254Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:46:54.254Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:54.255Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:54.255Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:46:55.255Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:46:55.256Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:55.256Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:55.256Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:46:56.256Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:46:56.257Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:56.257Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:56.257Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:46:57.257Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:46:57.258Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:57.258Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:57.258Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:46:58.259Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3b520a2f-a27a-4647-85a2-81da196d628f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd90f088-c0b8-4936-b147-ef9280721678",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "74fdcd83-6ea9-4df9-84c0-12ab5b4537bd",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c4ca7310-9916-4f6b-b551-817b9fa8e874",
      "resourceInvariantUUID": "ff75676f-725f-4cfb-ad06-58724ebd520b",
      "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": "NGIxNWM4ZmM4YzdhYTVmNzdjYzU2ZGJiMjY1NDVhYTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a799f38-d480-4f18-b4d1-6fdeec5a9c9f"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:46:58.259Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:46:58.259Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b520a2f-a27a-4647-85a2-81da196d628f ASDC
2023-03-24T07:46:58.260Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:644ff666-7cb6-4c8f-a485-a08191b720fd
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3b520a2f-a27a-4647-85a2-81da196d628f
ServiceInvariantUUID:fd90f088-c0b8-4936-b147-ef9280721678
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:8a799f38-d480-4f18-b4d1-6fdeec5a9c9f
ArtifactChecksum:NGIxNWM4ZmM4YzdhYTVmNzdjYzU2ZGJiMjY1NDVhYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:74fdcd83-6ea9-4df9-84c0-12ab5b4537bd
ResourceInvariantUUID:ff75676f-725f-4cfb-ad06-58724ebd520b
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c4ca7310-9916-4f6b-b551-817b9fa8e874
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:46:58.260Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b520a2f-a27a-4647-85a2-81da196d628f 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:46:58.308Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:46:58.309Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:46:58.309Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:46:58.309Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a799f38-d480-4f18-b4d1-6fdeec5a9c9f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T07:46:58.309Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:46:58.309Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T07:46:58.326Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T07:46:58.326Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5d08cdac
2023-03-24T07:46:58.326Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:46:58.326Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-24T07:46:58.327Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8a799f38-d480-4f18-b4d1-6fdeec5a9c9f Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:46:58.327Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:46:58.327Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-24T07:46:58.327Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:46:58.327Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:58.327Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:58.327Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644018327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:46:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:46:59.164Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: cached metadata has changed from (version99: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version100: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-24T07:46:59.181Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T07:46:59.181Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T07:46:59.187Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:46:59.187Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 33: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T07:46:59.205Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:46:59.206Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:46:59.206Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:46:59.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T07:46:59.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T07:46:59.212Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T07:46:59.212Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1587, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T07:46:59.212Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T07:46:59.212Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T07:46:59.328Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:8a799f38-d480-4f18-b4d1-6fdeec5a9c9f)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:46:59.375Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8a799f38-d480-4f18-b4d1-6fdeec5a9c9f already exists
2023-03-24T07:46:59.375Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:46:59.376Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 8a799f38-d480-4f18-b4d1-6fdeec5a9c9f already exists)
2023-03-24T07:46:59.376Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:46:59.376Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:46:59.376Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:46:59.376Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644019375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a799f38-d480-4f18-b4d1-6fdeec5a9c9f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:47:00.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.235Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643922362,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:47:00.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.236Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:47:00.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.236Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T07:47:00.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.236Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:47:00.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.236Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:47:00.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.236Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T07:47:00.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.237Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:47:00.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.237Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:47:00.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.237Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:47:00.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.237Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643931491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:47:00.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.237Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643932544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b already exists"
}
2023-03-24T07:47:00.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.238Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643933545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5525a09a-b30b-4b48-ba24-4dd347648df3 already exists"
}
2023-03-24T07:47:00.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.238Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643964819,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:47:00.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.238Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:47:00.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.238Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:47:00.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.238Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:47:00.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.238Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:47:00.239Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.239Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:47:00.239Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.239Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:47:00.239Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.239Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:47:00.239Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.240Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:47:00.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.240Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:47:00.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.240Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643974925,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:47:00.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.240Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643975975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e0c069d4-006a-47ab-a149-080a7dc64d9a already exists"
}
2023-03-24T07:47:00.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.241Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643976976,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 96e8f8c8-f63d-424c-88b8-e55c1951b0e8 already exists"
}
2023-03-24T07:47:00.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.241Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644008214,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:47:00.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.241Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:47:00.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.241Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:47:00.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.242Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:47:00.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.242Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:47:00.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.242Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:47:00.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.243Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:47:00.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.243Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:47:00.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.243Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:47:00.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.243Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:47:00.244Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.244Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644018327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:47:00.244Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:00.244Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644019375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a799f38-d480-4f18-b4d1-6fdeec5a9c9f already exists"
}
2023-03-24T07:47:00.244Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:47:00.377Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:47:00.378Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: c4ca7310-9916-4f6b-b551-817b9fa8e874 already exists)
2023-03-24T07:47:00.378Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:47:00.378Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:47:00.378Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:47:00.378Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644020377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4ca7310-9916-4f6b-b551-817b9fa8e874 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:47:01.378Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 644ff666-7cb6-4c8f-a485-a08191b720fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:47:01.408Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 644ff666-7cb6-4c8f-a485-a08191b720fd
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-24T07:47:01.413Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:47:01.414Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:47:01.414Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:47:01.414Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:47:01.414Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:47:01.414Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:47:01.414Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:47:01.414Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:47:01.414Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T07:47:01.430Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:47:31.431Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 644ff666-7cb6-4c8f-a485-a08191b720fd 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-24T07:47:31.444Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 644ff666-7cb6-4c8f-a485-a08191b720fd and serviceModelVersionId: 3b520a2f-a27a-4647-85a2-81da196d628f
2023-03-24T07:47:31.444Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd90f088-c0b8-4936-b147-ef9280721678
2023-03-24T07:47:31.445Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0
2023-03-24T07:47:31.453Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:47:31.474Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0|INFO|500||Invoke
2023-03-24T07:47:31.474Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[644ff666-7cb6-4c8f-a485-a08191b720fd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ef17cf22-5c04-44b2-a4e2-261ecca3b3ed], X-ECOMP-RequestID=[644ff666-7cb6-4c8f-a485-a08191b720fd], X-TransactionId=[], X-ONAP-RequestID=[644ff666-7cb6-4c8f-a485-a08191b720fd], Content-Type=[application/merge-patch+json]}
2023-03-24T07:47:31.482Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:47:31.656Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?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/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:47:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[171], vertex-id=[245960], x-aai-txid=[1-aai-resources-230324-07:47:32:051-85845], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:47:31.656Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:47:31.657Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0|INFO|500||InvokeReturn
2023-03-24T07:47:31.657Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:47:31.658Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T07:47:31.665Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T07:47:31.666Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 644ff666-7cb6-4c8f-a485-a08191b720fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:47:31.666Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:47:31.666Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:47:31.667Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:47:31.667Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644051666,
  "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-24T07:47:32.696Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:47:32.696Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ae4956b4-f860-4aa0-952a-aa7b64a781fa","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"7962d515-6965-437f-b17e-96c86c8ef7ec","serviceDescription":"service","serviceInvariantUUID":"ef0c4be8-438a-4fb3-bd60-ee9fe27714b3","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0224f791-4b7f-4bb3-8d8e-683e228fc088","resourceInvariantUUID":"4f53998f-15ab-485f-9c45-413d06d225f3","resourceCustomizationUUID":"1a4d5590-a720-4d71-8cb1-edbb8f70ebd9","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":"ZTM0OTQxOTYzNzRmYjBkYTM0YmI3ZjJiMWFjM2VhNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b531aec8-61da-4bf9-adbf-d3fdd0069005","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":"913e1bc9-83eb-4730-99f2-3c5a8740bbe4","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":"c27e5b72-3f01-44e0-8d8c-8f49f2dc23ba","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":"YmM1ZGUxN2FhMjM5NTc4NmE1MWVhMTc0Mzc5YTFiZjQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"eb2f1aaa-ee9d-4d8d-9a42-deb81ad046e2","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":"9be5384b-be77-4c54-9a9a-ad49526eed90","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":"e59a9b28-a404-4eee-81a8-d121303badab","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":"099e1f2c-74c0-4695-ac05-a6f8e83f2f92","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":"MjljZDllYzlhOWUwMGQ1NGY1Mzg5YmRjYjc0OTE4Zjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7997625b-36b3-4de9-ae8b-557b957f46db","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDM5NGJhNTZlYTU1MWE0NjUxNWJmMTBkZGQxNDdjZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"667cb744-f27e-49f7-a579-dc2caf546142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:47:32.697Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:47:32.697Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:47:32.697Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:47:32.697Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:47:33.698Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:47:33.698Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:47:33.698Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:47:33.698Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:47:34.699Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:47:34.699Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:47:34.699Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:47:34.699Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:47:35.700Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:47:35.700Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:47:35.700Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:47:35.700Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:47:36.702Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:47:36.703Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:47:36.703Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:47:36.703Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:47:37.703Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:47:37.704Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:47:37.704Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:47:37.704Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:47:38.705Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:47:38.706Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:47:38.706Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:47:38.706Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:47:39.706Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:47:39.707Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:47:39.707Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:47:39.707Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "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-24T07:47:40.707Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:47:40.708Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:47:40.708Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:47:40.708Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:47:41.709Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7962d515-6965-437f-b17e-96c86c8ef7ec",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ef0c4be8-438a-4fb3-bd60-ee9fe27714b3",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1a4d5590-a720-4d71-8cb1-edbb8f70ebd9",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0224f791-4b7f-4bb3-8d8e-683e228fc088",
      "resourceInvariantUUID": "4f53998f-15ab-485f-9c45-413d06d225f3",
      "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": "MDM5NGJhNTZlYTU1MWE0NjUxNWJmMTBkZGQxNDdjZjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "667cb744-f27e-49f7-a579-dc2caf546142"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:47:41.709Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:47:41.709Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7962d515-6965-437f-b17e-96c86c8ef7ec ASDC
2023-03-24T07:47:41.709Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ae4956b4-f860-4aa0-952a-aa7b64a781fa
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:7962d515-6965-437f-b17e-96c86c8ef7ec
ServiceInvariantUUID:ef0c4be8-438a-4fb3-bd60-ee9fe27714b3
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:667cb744-f27e-49f7-a579-dc2caf546142
ArtifactChecksum:MDM5NGJhNTZlYTU1MWE0NjUxNWJmMTBkZGQxNDdjZjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1a4d5590-a720-4d71-8cb1-edbb8f70ebd9
ResourceInvariantUUID:4f53998f-15ab-485f-9c45-413d06d225f3
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:0224f791-4b7f-4bb3-8d8e-683e228fc088
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:47:41.710Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7962d515-6965-437f-b17e-96c86c8ef7ec 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-24T07:47:41.764Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:47:41.765Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:47:41.765Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:47:41.765Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 667cb744-f27e-49f7-a579-dc2caf546142 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T07:47:41.765Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:47:41.765Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T07:47:41.787Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T07:47:41.787Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1bbd5aac
2023-03-24T07:47:41.787Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:47:41.787Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-24T07:47:41.788Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 667cb744-f27e-49f7-a579-dc2caf546142 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:47:41.788Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:47:41.788Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-24T07:47:41.788Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:47:41.788Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:47:41.788Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:47:41.788Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644061788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:47:42.789Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:667cb744-f27e-49f7-a579-dc2caf546142)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T07:47:42.807Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T07:47:42.808Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0224f791-4b7f-4bb3-8d8e-683e228fc088
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=?
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-24T07:47:42.816Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||test-pnf 0
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-24T07:47:42.841Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 0224f791-4b7f-4bb3-8d8e-683e228fc088 test-pnf
2023-03-24T07:47:42.842Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 7962d515-6965-437f-b17e-96c86c8ef7ec
2023-03-24T07:47:42.842Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 7962d515-6965-437f-b17e-96c86c8ef7ec
2023-03-24T07:47:42.842Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 0224f791-4b7f-4bb3-8d8e-683e228fc088 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=?
2023-03-24T07:47:42.848Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Exception :
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.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.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$597fafcf.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T07:47:42.868Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_INSTALL_EXC No element listed 300 Exception caught during installation of test-pnf. Transaction rollback
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.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.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$597fafcf.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T07:47:42.875Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 0224f791-4b7f-4bb3-8d8e-683e228fc088 0 ASDC deployResourceStructure
2023-03-24T07:47:42.875Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||ERROR|500||Exception occurred
org.onap.so.asdc.client.exceptions.ArtifactInstallerException: Exception caught during installation of test-pnf. Transaction rollback.
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:430)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.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.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$597fafcf.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	... 23 common frames omitted
2023-03-24T07:47:42.876Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:47:42.876Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Exception caught during installation of test-pnf. Transaction rollback.)
2023-03-24T07:47:42.876Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:47:42.876Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:47:42.876Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:47:42.876Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644062875,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:47:43.877Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae4956b4-f860-4aa0-952a-aa7b64a781fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:47:43.900Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae4956b4-f860-4aa0-952a-aa7b64a781fa
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-24T07:47:43.904Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:47:43.904Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:47:43.904Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:47:43.905Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:47:43.905Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:47:43.905Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:47:43.905Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:47:43.905Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-24T07:47:43.905Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-24T07:47:43.918Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:47:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:47:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:47:59.165Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644020377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4ca7310-9916-4f6b-b551-817b9fa8e874 already exists"
}
2023-03-24T07:47:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:48:13.918Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae4956b4-f860-4aa0-952a-aa7b64a781fa 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-24T07:48:13.930Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae4956b4-f860-4aa0-952a-aa7b64a781fa and serviceModelVersionId: 7962d515-6965-437f-b17e-96c86c8ef7ec
2023-03-24T07:48:13.930Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ef0c4be8-438a-4fb3-bd60-ee9fe27714b3
2023-03-24T07:48:13.931Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ef0c4be8-438a-4fb3-bd60-ee9fe27714b3/model-vers/model-ver/7962d515-6965-437f-b17e-96c86c8ef7ec?depth=0
2023-03-24T07:48:13.935Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:48:13.951Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef0c4be8-438a-4fb3-bd60-ee9fe27714b3/model-vers/model-ver/7962d515-6965-437f-b17e-96c86c8ef7ec?depth=0|INFO|500||Invoke
2023-03-24T07:48:13.951Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef0c4be8-438a-4fb3-bd60-ee9fe27714b3/model-vers/model-ver/7962d515-6965-437f-b17e-96c86c8ef7ec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef0c4be8-438a-4fb3-bd60-ee9fe27714b3/model-vers/model-ver/7962d515-6965-437f-b17e-96c86c8ef7ec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ae4956b4-f860-4aa0-952a-aa7b64a781fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[134be041-2e74-45ea-aa39-ae3e509a1de3], X-ECOMP-RequestID=[ae4956b4-f860-4aa0-952a-aa7b64a781fa], X-TransactionId=[], X-ONAP-RequestID=[ae4956b4-f860-4aa0-952a-aa7b64a781fa], Content-Type=[application/merge-patch+json]}
2023-03-24T07:48:13.958Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef0c4be8-438a-4fb3-bd60-ee9fe27714b3/model-vers/model-ver/7962d515-6965-437f-b17e-96c86c8ef7ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T07:48:14.106Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef0c4be8-438a-4fb3-bd60-ee9fe27714b3/model-vers/model-ver/7962d515-6965-437f-b17e-96c86c8ef7ec?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/ef0c4be8-438a-4fb3-bd60-ee9fe27714b3/model-vers/model-ver/7962d515-6965-437f-b17e-96c86c8ef7ec?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:48:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[270368], x-aai-txid=[1-aai-resources-230324-07:48:14:528-59928], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:48:14.106Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef0c4be8-438a-4fb3-bd60-ee9fe27714b3/model-vers/model-ver/7962d515-6965-437f-b17e-96c86c8ef7ec?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:48:14.107Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef0c4be8-438a-4fb3-bd60-ee9fe27714b3/model-vers/model-ver/7962d515-6965-437f-b17e-96c86c8ef7ec?depth=0|INFO|500||InvokeReturn
2023-03-24T07:48:14.107Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:48:14.107Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T07:48:14.115Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T07:48:14.116Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae4956b4-f860-4aa0-952a-aa7b64a781fa and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-24T07:48:14.116Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:48:14.116Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:48:14.116Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:48:14.116Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644094116,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
} 
 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-24T07:48:15.151Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T07:48:15.151Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-24T07:48:15.152Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Node 1 disconnected.
2023-03-24T07:48:15.153Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Cancelled in-flight METADATA request with correlation id 125841 due to node 1 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-24T07:48:15.153Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Node 2 disconnected.
2023-03-24T07:48:15.153Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-24T07:48:15.153Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-24T07:48:15.153Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Lost previously 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-24T07:48:15.154Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T07:48:15.159Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-ec1355bb-2c50-4a65-9e31-5541256b198b
2023-03-24T07:48:15.160Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=12, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-24T07:48:15.160Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T07:48:15.160Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T07:48:17.547Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:48:20.557Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:48:23.566Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:48:26.575Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:48:29.584Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:48:32.594Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:48:35.603Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:48:38.612Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:48:41.621Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:48:44.629Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:48:47.638Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:48:50.646Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:48:53.656Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:48:56.664Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:48:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:48:59.181Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T07:48:59.181Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T07:48:59.188Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully joined group with generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-ec1355bb-2c50-4a65-9e31-5541256b198b', protocol='range'}
2023-03-24T07:48:59.188Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:48:59.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:48:59.195Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:48:59.195Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:48:59.195Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:48:59.195Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:48:59.195Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T07:48:59.196Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 34: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-ec1355bb-2c50-4a65-9e31-5541256b198b=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-24T07:48:59.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:48:59.213Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully synced group in generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-ec1355bb-2c50-4a65-9e31-5541256b198b', protocol='range'}
2023-03-24T07:48:59.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:48:59.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:48:59.213Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T07:48:59.214Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T07:48:59.218Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T07:48:59.218Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T07:48:59.218Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T07:48:59.218Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1625, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T07:48:59.218Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T07:48:59.218Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T07:48:59.219Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-24T07:48:59.219Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-24T07:48:59.219Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-24T07:48:59.219Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-24T07:48:59.219Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-24T07:48:59.219Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-24T07:49:00.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:49:00.237Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644051666,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:49:00.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:49:00.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:49:00.238Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:49:00.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:49:00.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:49:00.238Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:49:00.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:49:00.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:49:00.238Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:49:00.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:49:00.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:49:00.238Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:49:00.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:49:00.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:49:00.239Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:49:00.239Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:49:00.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:49:00.239Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:49:00.239Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:49:00.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:49:00.239Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:49:00.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:49:00.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:49:00.240Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:49:00.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:49:00.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:49:00.240Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679643332558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:49:00.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:49:00.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:49:00.240Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644061788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:49:00.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:49:00.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:49:00.242Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644062875,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
}
2023-03-24T07:49:00.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:49:00.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:49:00.243Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644094116,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-24T07:49:00.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:49:00.294Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:49:00.294Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"4f4d2f06-0494-43a6-a64b-32572ec2cd4f","serviceName":"basic_onboard_OYYEOA","serviceVersion":"1.0","serviceUUID":"2a896d72-3427-42c3-9c51-7a9baf301927","serviceDescription":"service","serviceInvariantUUID":"6453009a-682f-4779-b09e-13f352c10a5e","resources":[{"resourceInstanceName":"basic_onboard_OYYEOA 0","resourceName":"basic_onboard_OYYEOA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d9a7313-b25d-475c-8377-9adfb946efd0","resourceInvariantUUID":"8009040d-b91b-4b13-85c4-fece6bfcb0e3","resourceCustomizationUUID":"b1cc5ca1-1246-4125-8ebc-a1079cbe8be6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml","artifactChecksum":"MmU1NTE5ODY5OTI0NjgzMjNkZjkwY2ZiMzMwM2RiYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad1c8aa3-beee-41e2-9e8e-78f7b34ffb87","artifactVersion":"1"},{"artifactName":"basic_onboard_oyyeoa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json","artifactChecksum":"ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcdf0b55-be83-46be-8a09-353314708f63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"436972f1-f03c-4954-b459-893758d8a32e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3cfbecdb-62ec-46ee-8bdc-738bde9a35cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f6639ec1-9d9b-479d-afd4-ac5df430d2b2","artifactVersion":"2","generatedFromUUID":"436972f1-f03c-4954-b459-893758d8a32e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOyyeoa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml","artifactChecksum":"ZjQzN2RmZjUwYzdmZjFhMTY4ZmY3NGRjMDhlMTZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eac9735-ec93-4f95-9a41-b064de4ec4a5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOyyeoa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar","artifactChecksum":"ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:49:00.295Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:49:00.296Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:49:00.296Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:49:00.296Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:49:01.297Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:49:01.298Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:49:01.298Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:49:01.298Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:49:02.299Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:49:02.299Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:49:02.299Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:49:02.300Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:49:03.301Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:49:03.301Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:49:03.301Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:49:03.301Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:49:04.302Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:49:04.302Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:49:04.303Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:49:04.303Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:49:05.303Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:49:05.304Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:49:05.304Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:49:05.304Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:49:06.305Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:49:06.305Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:49:06.305Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:49:06.305Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:49:07.306Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "serviceName": "basic_onboard_OYYEOA",
  "serviceVersion": "1.0",
  "serviceUUID": "2a896d72-3427-42c3-9c51-7a9baf301927",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6453009a-682f-4779-b09e-13f352c10a5e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OYYEOA 0",
      "resourceCustomizationUUID": "b1cc5ca1-1246-4125-8ebc-a1079cbe8be6",
      "resourceName": "basic_onboard_OYYEOA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d9a7313-b25d-475c-8377-9adfb946efd0",
      "resourceInvariantUUID": "8009040d-b91b-4b13-85c4-fece6bfcb0e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_oyyeoa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
          "artifactChecksum": "ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bcdf0b55-be83-46be-8a09-353314708f63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "436972f1-f03c-4954-b459-893758d8a32e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
            "generatedFromUUID": "436972f1-f03c-4954-b459-893758d8a32e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOyyeoa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
      "artifactChecksum": "ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:49:07.307Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:49:07.307Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a896d72-3427-42c3-9c51-7a9baf301927 ASDC
2023-03-24T07:49:07.307Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:4f4d2f06-0494-43a6-a64b-32572ec2cd4f
ServiceName:basic_onboard_OYYEOA
ServiceVersion:1.0
ServiceUUID:2a896d72-3427-42c3-9c51-7a9baf301927
ServiceInvariantUUID:6453009a-682f-4779-b09e-13f352c10a5e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOyyeoa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
ArtifactUUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e
ArtifactChecksum:ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OYYEOA 0
ResourceCustomizationUUID:b1cc5ca1-1246-4125-8ebc-a1079cbe8be6
ResourceInvariantUUID:8009040d-b91b-4b13-85c4-fece6bfcb0e3
ResourceName:basic_onboard_OYYEOA
ResourceType:VF
ResourceUUID:3d9a7313-b25d-475c-8377-9adfb946efd0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oyyeoa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
ArtifactUUID:bcdf0b55-be83-46be-8a09-353314708f63
ArtifactChecksum:ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE=
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:436972f1-f03c-4954-b459-893758d8a32e
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T07:49:07.307Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a896d72-3427-42c3-9c51-7a9baf301927 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:49:07.347Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:49:07.347Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:49:07.348Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:49:07.348Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T07:49:07.348Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:49:07.348Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T07:49:07.409Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T07:49:07.409Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@379a6901
2023-03-24T07:49:07.409Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:49:07.409Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T07:49:07.409Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOyyeoa-csar.csar /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:49:07.409Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar ASDC sendASDCNotification
2023-03-24T07:49:07.410Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(Specified artifact is  not found)
2023-03-24T07:49:07.410Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:49:07.410Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:49:07.410Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:49:07.410Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644147409,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:49:08.411Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOyyeoa-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(UUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T07:49:08.434Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T07:49:08.434Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
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-24T07:49:08.438Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||basic_onboard_OYYEOA 0
2023-03-24T07:49:08.439Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
2023-03-24T07:49:08.439Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bcdf0b55-be83-46be-8a09-353314708f63 from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T07:49:08.439Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:49:08.439Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T07:49:08.455Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T07:49:08.456Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2c42bc93
2023-03-24T07:49:08.456Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:49:08.456Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T07:49:08.456Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_oyyeoa0_modules.json /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json bcdf0b55-be83-46be-8a09-353314708f63 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:49:08.457Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json ASDC sendASDCNotification
2023-03-24T07:49:08.457Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(Specified artifact is  not found)
2023-03-24T07:49:08.457Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:49:08.457Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:49:08.457Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:49:08.458Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644148457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:49:09.459Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_oyyeoa0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(UUID:bcdf0b55-be83-46be-8a09-353314708f63)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T07:49:09.460Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:49:09.488Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:49:09.493Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:49:09.493Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:49:39.494Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:49:39.523Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:49:39.528Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:49:39.528Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:49:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:49:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:49:59.165Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:49:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:50:09.528Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:50:09.557Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:50:09.563Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:50:09.563Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:50:39.563Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:50:39.589Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:50:39.593Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:50:39.593Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:50:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:50:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:50:59.165Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T07:50:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:50:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:50:59.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:50:59.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:50:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:50:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:50:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:50:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:50:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-24T07:50:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:50:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:50:59.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:50:59.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:50:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:50:59.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:50:59.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:50:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:50:59.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644147409,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:50:59.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:50:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:50:59.169Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644148457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:50:59.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:51:09.594Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:51:09.616Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:51:09.620Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:51:09.620Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:51:39.621Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:51:39.649Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:51:39.656Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:51:39.656Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:51:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:52:09.656Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:52:09.683Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:52:09.689Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:52:09.689Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:52:39.689Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:52:39.719Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:52:39.724Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:52:39.724Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:52:59.165Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:53:09.724Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:53:09.753Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:53:09.759Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:53:09.760Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:53:39.760Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:53:39.791Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T07:53:39.796Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T07:53:39.796Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T07:53:59.166Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:54:00.297Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-24T07:54:00.297Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Member SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-ec1355bb-2c50-4a65-9e31-5541256b198b sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-24T07:54:00.298Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-24T07:54:00.298Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-24T07:54:02.756Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T07:54:02.771Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T07:54:02.771Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T07:54:02.777Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:54:02.777Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 35: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T07:54:02.794Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:54:02.795Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:54:02.795Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:54:02.800Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T07:54:02.800Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T07:54:02.801Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T07:54:02.801Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1647, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T07:54:02.801Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T07:54:02.801Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T07:54:09.796Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-24T07:54:09.796Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T07:54:09.809Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and serviceModelVersionId: 2a896d72-3427-42c3-9c51-7a9baf301927
2023-03-24T07:54:09.810Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6453009a-682f-4779-b09e-13f352c10a5e
2023-03-24T07:54:09.810Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0
2023-03-24T07:54:09.816Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:54:09.833Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?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-24T07:54:09.834Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||Invoke
2023-03-24T07:54:09.843Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T07:54:09.980Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||InvokeReturn
2023-03-24T07:54:09.981Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:54:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[196704], x-aai-txid=[0-aai-resources-230324-07:54:10:420-49012], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:54:09.981Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:54:09.982Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:54:09.982Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T07:54:09.990Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T07:54:09.990Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-24T07:54:09.990Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-24T07:54:09.990Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:54:09.990Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:54:09.991Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644449990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:54:10.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:54:10.009Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644449990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-24T07:54:10.010Z||pool-2-thread-2|||||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-24T07:54:11.023Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:54:11.023Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"dd4d0016-b37c-432f-8772-14719db40fae","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d2fd896c-8dbd-40cf-9f32-00ea121c4b86","serviceDescription":"service","serviceInvariantUUID":"eb7fb721-ae76-4fb4-a11d-09ec966ae14c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fb543b88-df7e-4c82-8201-6f6d54ac6c50","resourceInvariantUUID":"4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c","resourceCustomizationUUID":"9d0a16e8-2977-47a9-95c1-230b7d89e748","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":"YTg3YjMxZjE4MzA2Mjc5NjhhMjUyMWU5ZGVhMDgxYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"237b512e-0d38-481d-8779-ce675533ccd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eaa5e2ab-c485-4ac8-9447-f0ec97630551","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:54:11.024Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:54:11.024Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:54:11.024Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:54:11.024Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:54:12.024Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:54:12.025Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:54:12.025Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:54:12.025Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:54:13.026Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d2fd896c-8dbd-40cf-9f32-00ea121c4b86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb7fb721-ae76-4fb4-a11d-09ec966ae14c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9d0a16e8-2977-47a9-95c1-230b7d89e748",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "fb543b88-df7e-4c82-8201-6f6d54ac6c50",
      "resourceInvariantUUID": "4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c",
      "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": "YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eaa5e2ab-c485-4ac8-9447-f0ec97630551"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:54:13.026Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:54:13.026Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d2fd896c-8dbd-40cf-9f32-00ea121c4b86 ASDC
2023-03-24T07:54:13.026Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:dd4d0016-b37c-432f-8772-14719db40fae
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d2fd896c-8dbd-40cf-9f32-00ea121c4b86
ServiceInvariantUUID:eb7fb721-ae76-4fb4-a11d-09ec966ae14c
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:eaa5e2ab-c485-4ac8-9447-f0ec97630551
ArtifactChecksum:YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9d0a16e8-2977-47a9-95c1-230b7d89e748
ResourceInvariantUUID:4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fb543b88-df7e-4c82-8201-6f6d54ac6c50
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-24T07:54:13.026Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2fd896c-8dbd-40cf-9f32-00ea121c4b86 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:54:13.077Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:54:13.078Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:54:13.078Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:54:13.078Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T07:54:13.078Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:54:13.079Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T07:54:13.106Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T07:54:13.106Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1d599316
2023-03-24T07:54:13.106Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:54:13.107Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-24T07:54:13.107Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eaa5e2ab-c485-4ac8-9447-f0ec97630551 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:54:13.107Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T07:54:13.108Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-24T07:54:13.108Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:54:13.108Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:54:13.108Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:54:13.108Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644453107,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:54:14.109Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:eaa5e2ab-c485-4ac8-9447-f0ec97630551)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:54:14.160Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||ERROR|500||Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists
2023-03-24T07:54:14.160Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T07:54:14.160Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists)
2023-03-24T07:54:14.160Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:54:14.161Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:54:14.161Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:54:14.161Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644454160,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:54:15.162Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T07:54:15.162Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists)
2023-03-24T07:54:15.162Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:54:15.163Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:54:15.163Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:54:15.163Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644455162,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:54:16.164Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:54:16.189Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
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-24T07:54:16.194Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:54:16.194Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:54:16.195Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:54:16.195Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:54:16.195Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:54:16.195Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:54:16.195Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:54:16.195Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:54:16.195Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T07:54:16.208Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:54:46.209Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae 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-24T07:54:46.219Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd4d0016-b37c-432f-8772-14719db40fae and serviceModelVersionId: d2fd896c-8dbd-40cf-9f32-00ea121c4b86
2023-03-24T07:54:46.219Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb7fb721-ae76-4fb4-a11d-09ec966ae14c
2023-03-24T07:54:46.219Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0
2023-03-24T07:54:46.222Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:54:46.233Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||Invoke
2023-03-24T07:54:46.234Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[717d5fcd-2090-4192-aaaa-3aefe5d74e60], X-ECOMP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-TransactionId=[], X-ONAP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], Content-Type=[application/merge-patch+json]}
2023-03-24T07:54:46.241Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:54:46.408Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?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/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:54:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[162], vertex-id=[225312], x-aai-txid=[0-aai-resources-230324-07:54:46:820-15326], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:54:46.408Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:54:46.409Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||InvokeReturn
2023-03-24T07:54:46.410Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:54:46.411Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T07:54:46.419Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T07:54:46.420Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd4d0016-b37c-432f-8772-14719db40fae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:54:46.420Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:54:46.420Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:54:46.420Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:54:46.420Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644486420,
  "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-24T07:54:47.453Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:54:47.453Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"1a2365d1-074b-4844-91d3-363d03287b57","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"09ff96f4-229a-4515-9709-6d2f2c4821ac","serviceDescription":"service","serviceInvariantUUID":"45dc50b5-a169-45aa-9f0b-ccc1cea11873","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc","resourceInvariantUUID":"a7fff94d-369d-44ee-8b27-435e03531596","resourceCustomizationUUID":"b7580746-a72b-4fb1-9336-d78ac7525682","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":"YTMyNWQyZWU0MDA1ODYwMmVjMGE2Y2IxMDYwMWEyYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69c13507-0010-4c9a-ade6-d19f5baf9488","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":"N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"994e980a-ea5f-4be3-8a38-6ec36a40427d","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":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a","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":"54f5d029-3e9c-428a-9790-9535b8f1bb74","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":"249db6ea-2fe4-4b56-b5af-9585a06fdc81","artifactVersion":"2","generatedFromUUID":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2M0YTE2MDQ0ZDIwZGMxYjM4MmM1NzBmNjcwMjVjZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cacd8347-baf7-4864-851a-2e4d0d06f245","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:54:47.453Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:54:47.454Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:54:47.454Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:54:47.454Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:54:48.454Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:54:48.455Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:54:48.455Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:54:48.455Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:54:49.455Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:54:49.456Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:54:49.456Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:54:49.456Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:54:50.456Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:54:50.457Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:54:50.457Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:54:50.457Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:54:51.458Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:54:51.458Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:54:51.458Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:54:51.458Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:54:52.459Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:54:52.459Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:54:52.460Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:54:52.460Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:54:53.461Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:54:53.461Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:54:53.461Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:54:53.461Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:54:54.463Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "09ff96f4-229a-4515-9709-6d2f2c4821ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45dc50b5-a169-45aa-9f0b-ccc1cea11873",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b7580746-a72b-4fb1-9336-d78ac7525682",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc",
      "resourceInvariantUUID": "a7fff94d-369d-44ee-8b27-435e03531596",
      "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": "N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "994e980a-ea5f-4be3-8a38-6ec36a40427d",
          "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": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a",
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
            "generatedFromUUID": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"
          },
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:54:54.464Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:54:54.464Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09ff96f4-229a-4515-9709-6d2f2c4821ac ASDC
2023-03-24T07:54:54.464Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1a2365d1-074b-4844-91d3-363d03287b57
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:09ff96f4-229a-4515-9709-6d2f2c4821ac
ServiceInvariantUUID:45dc50b5-a169-45aa-9f0b-ccc1cea11873
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:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311
ArtifactChecksum:ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b7580746-a72b-4fb1-9336-d78ac7525682
ResourceInvariantUUID:a7fff94d-369d-44ee-8b27-435e03531596
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc
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:994e980a-ea5f-4be3-8a38-6ec36a40427d
ArtifactChecksum:N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE=
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:65fe8888-43b5-4f65-bf9d-77c8a3c7d02a
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T07:54:54.464Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09ff96f4-229a-4515-9709-6d2f2c4821ac 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:54:54.515Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:54:54.515Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:54:54.516Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:54:54.516Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T07:54:54.516Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:54:54.516Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T07:54:54.545Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T07:54:54.545Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@d727fa8
2023-03-24T07:54:54.545Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:54:54.546Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-24T07:54:54.546Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:54:54.546Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T07:54:54.546Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-24T07:54:54.546Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:54:54.546Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:54:54.546Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:54:54.546Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644494546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:54:55.548Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:54:55.595Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||ERROR|500||Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists
2023-03-24T07:54:55.596Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T07:54:55.596Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists)
2023-03-24T07:54:55.596Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:54:55.596Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:54:55.596Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:54:55.596Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644495596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:54:56.598Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T07:54:56.598Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists)
2023-03-24T07:54:56.598Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:54:56.598Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:54:56.598Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:54:56.599Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644496598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:54:57.600Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:54:57.624Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
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-24T07:54:57.628Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:54:57.629Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:54:57.629Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:54:57.629Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:54:57.629Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:54:57.629Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:54:57.629Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:54:57.629Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:54:57.629Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T07:54:57.645Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:54:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:54:59.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:54:59.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644453107,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644454160,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
}
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644455162,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
}
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644486420,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:54:59.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:54:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:54:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:54:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T07:54:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:54:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:54:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:54:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:54:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:54:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:54:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:54:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:54:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644494546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:54:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:54:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:54:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644495596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
}
2023-03-24T07:54:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:54:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:54:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644496598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
}
2023-03-24T07:54:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:55:27.645Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57 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-24T07:55:27.652Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a2365d1-074b-4844-91d3-363d03287b57 and serviceModelVersionId: 09ff96f4-229a-4515-9709-6d2f2c4821ac
2023-03-24T07:55:27.653Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45dc50b5-a169-45aa-9f0b-ccc1cea11873
2023-03-24T07:55:27.653Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0
2023-03-24T07:55:27.656Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:55:27.666Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?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-24T07:55:27.667Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||Invoke
2023-03-24T07:55:27.673Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:55:27.808Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||InvokeReturn
2023-03-24T07:55:27.809Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:55:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[356504], x-aai-txid=[1-aai-resources-230324-07:55:28:250-39187], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:55:27.809Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:55:27.809Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:55:27.809Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T07:55:27.816Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T07:55:27.816Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a2365d1-074b-4844-91d3-363d03287b57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:55:27.816Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:55:27.817Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:55:27.817Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:55:27.817Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644527816,
  "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-24T07:55:28.852Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:55:28.852Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"47aeea4c-050e-497f-8613-81119c7707d5","serviceName":"Demo_pNF_i16cL97oNGISgd9SfY8I","serviceVersion":"1.0","serviceUUID":"6d21b031-231c-48e2-9b5c-0e7d88d020fd","serviceDescription":"catalog service description","serviceInvariantUUID":"36e2a514-3273-43b4-aec1-d55c0635af0f","resources":[{"resourceInstanceName":"pNF 196156c4-b041 0","resourceName":"pNF 196156c4-b041","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b5ec4454-3c1e-47ea-9136-dede5fa2c277","resourceInvariantUUID":"c1923a0b-6273-4444-ac11-1fce9096051a","resourceCustomizationUUID":"b66059b5-3bb7-494c-a357-4392105f719b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml","artifactChecksum":"ZWQ3OTVmMGUwZTNiMzU5ZmVmNGQzNzc1YTcxMzhiYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1c63b36-dc3a-4547-b21e-aa0344274eef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ad0f8d2-26c0-49de-bd43-1c4bf374e11a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078338d5-2741-4210-afc5-93fe15bb8330","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml","artifactChecksum":"ZjM0Y2M4ZWVkOTJkNjEwMWQ2MmQwZDEzYjRhYjBiZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fb0ba830-9ee7-47a7-b7df-d30109bea559","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8aeb7c64-6355-449e-a401-137fb967b643","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21a99006-a94d-46a5-a378-c22a7e5688f4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactChecksum":"ZjA3NDNlYTlkOTkyNzIxNjg1NmE1NzZhNDRmMTY2MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b208e49c-1313-4351-bae0-c1233a1fe994","artifactVersion":"1"},{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactChecksum":"MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9cc91da5-e75b-4ec0-b006-8d70c31f6118","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:55:28.852Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:55:28.852Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:55:28.852Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:55:28.853Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:55:29.853Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:55:29.853Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:55:29.854Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:55:29.854Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:55:30.854Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:55:30.854Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:55:30.854Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:55:30.855Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:55:31.855Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:55:31.856Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:55:31.856Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:55:31.856Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:55:32.857Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:55:32.857Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:55:32.857Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:55:32.857Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:55:33.858Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:55:33.859Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:55:33.859Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:55:33.859Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:55:34.860Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:55:34.861Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:55:34.861Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:55:34.861Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:55:35.862Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:55:35.862Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:55:35.863Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:55:35.863Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:55:36.864Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "serviceName": "Demo_pNF_i16cL97oNGISgd9SfY8I",
  "serviceVersion": "1.0",
  "serviceUUID": "6d21b031-231c-48e2-9b5c-0e7d88d020fd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "36e2a514-3273-43b4-aec1-d55c0635af0f",
  "resources": [
    {
      "resourceInstanceName": "pNF 196156c4-b041 0",
      "resourceCustomizationUUID": "b66059b5-3bb7-494c-a357-4392105f719b",
      "resourceName": "pNF 196156c4-b041",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b5ec4454-3c1e-47ea-9136-dede5fa2c277",
      "resourceInvariantUUID": "c1923a0b-6273-4444-ac11-1fce9096051a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactChecksum": "MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9cc91da5-e75b-4ec0-b006-8d70c31f6118"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:55:36.865Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:55:36.865Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d21b031-231c-48e2-9b5c-0e7d88d020fd ASDC
2023-03-24T07:55:36.865Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:47aeea4c-050e-497f-8613-81119c7707d5
ServiceName:Demo_pNF_i16cL97oNGISgd9SfY8I
ServiceVersion:1.0
ServiceUUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
ServiceInvariantUUID:36e2a514-3273-43b4-aec1-d55c0635af0f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactUUID:9cc91da5-e75b-4ec0-b006-8d70c31f6118
ArtifactChecksum:MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 196156c4-b041 0
ResourceCustomizationUUID:b66059b5-3bb7-494c-a357-4392105f719b
ResourceInvariantUUID:c1923a0b-6273-4444-ac11-1fce9096051a
ResourceName:pNF 196156c4-b041
ResourceType:PNF
ResourceUUID:b5ec4454-3c1e-47ea-9136-dede5fa2c277
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:55:36.866Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d21b031-231c-48e2-9b5c-0e7d88d020fd 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:55:36.930Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:55:36.931Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:55:36.931Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:55:36.931Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 from URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:55:36.932Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:55:36.932Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:55:37.215Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-24T07:55:37.223Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar 9cc91da5-e75b-4ec0-b006-8d70c31f6118 88017
2023-03-24T07:55:37.224Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T07:55:37.224Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:55:37.224Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:55:37.224Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:55:37.225Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:55:37.225Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644537224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:55:38.226Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:55:38.226Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:55:38.227Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118, URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar to file: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:55:38.227Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:55:38.227Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:55:38.227Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:55:38.299Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13132404836471726267/Definitions/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml
2023-03-24T07:55:38.893Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T07:55:38.894Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-24T07:55:38.894Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:55:38.894Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T07:55:38.894Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 196156c4-b041 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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:55:38.894Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:55:38.894Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:55:38.894Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:55:38.894Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:55:38.894Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:55:38.894Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T07:55:38.894Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-24T07:55:38.894Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:55:38.895Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:55:38.895Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T07:55:38.895Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-24T07:55:38.895Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:55:38.895Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:55:38.895Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:55:38.895Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T07:55:38.895Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-24T07:55:38.896Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:55:38.896Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:55:38.896Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:55:38.896Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:55:38.896Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:55:38.896Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:55:38.896Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:55:38.896Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:55:38.896Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:55:38.896Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:55:38.896Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:55:38.896Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_i16cL97oNGISgd9SfY8I
Description:catalog service description
Model UUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
Model Version:NULL
Model InvariantUuid:36e2a514-3273-43b4-aec1-d55c0635af0f
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=?
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-24T07:55:38.948Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||ERROR|500||Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists
2023-03-24T07:55:38.948Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T07:55:38.948Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists)
2023-03-24T07:55:38.949Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:55:38.949Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:55:38.949Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:55:38.949Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644538948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:55:39.950Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T07:55:39.951Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists)
2023-03-24T07:55:39.951Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:55:39.951Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:55:39.951Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:55:39.951Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644539950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:55:40.952Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:55:40.977Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
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-24T07:55:40.982Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:55:40.982Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:55:40.982Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:55:40.982Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:55:40.982Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:55:40.982Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:55:40.982Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:55:40.983Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:55:40.983Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T07:55:40.996Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:55:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:55:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:55:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644527816,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:55:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:55:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:55:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:55:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:55:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:55:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:55:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:55:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:55:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:55:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:55:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:55:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:55:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:55:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:55:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:55:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:55:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:55:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:55:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:55:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:55:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:55:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:55:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:55:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:55:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:55:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:55:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644537224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:55:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:55:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:55:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644538948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
}
2023-03-24T07:55:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:55:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:55:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644539950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
}
2023-03-24T07:55:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:56:10.997Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5 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-24T07:56:11.007Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47aeea4c-050e-497f-8613-81119c7707d5 and serviceModelVersionId: 6d21b031-231c-48e2-9b5c-0e7d88d020fd
2023-03-24T07:56:11.007Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36e2a514-3273-43b4-aec1-d55c0635af0f
2023-03-24T07:56:11.008Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0
2023-03-24T07:56:11.014Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:56:11.029Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?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-24T07:56:11.030Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||Invoke
2023-03-24T07:56:11.036Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:56:11.285Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||InvokeReturn
2023-03-24T07:56:11.286Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:56:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[245], vertex-id=[221384], x-aai-txid=[0-aai-resources-230324-07:56:11:615-72109], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:56:11.286Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:56:11.286Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:56:11.287Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T07:56:11.296Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T07:56:11.296Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47aeea4c-050e-497f-8613-81119c7707d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:56:11.296Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:56:11.296Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:56:11.297Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:56:11.297Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644571296,
  "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-24T07:56:12.328Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:56:12.328Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"74dc9741-be4b-4978-bc6b-eaa74b750d0f","serviceName":"Demo_pNF_udFnnTGbbaPA3TPCLzGq","serviceVersion":"1.0","serviceUUID":"9201de56-0aff-4843-9892-0e79e694a55c","serviceDescription":"catalog service description","serviceInvariantUUID":"e472cdc6-cdb6-46b7-b96e-b4bf01d5083c","resources":[{"resourceInstanceName":"pNF 987b0b8e-dbc1 0","resourceName":"pNF 987b0b8e-dbc1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"de5d512a-ba4f-4f57-b63a-421597be67d9","resourceInvariantUUID":"090e47b5-650a-40ab-83f3-56f7ceed024b","resourceCustomizationUUID":"d04be6e1-cb33-473e-a923-5b5289d301cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q0OWVhNWQ5M2E5YTIyNTc0MzM1NDA1MmQ0OGU4ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba09de2f-e124-42bf-b973-f7c86cd0e26e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7a4867e-e8a7-42eb-8eb9-a78047af0e58","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f186ebad-ad1b-4d81-834b-8246aa9dee2a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml","artifactChecksum":"YzNmNDljOTIwZmFkMzM3Mzk2NzFkOGVlZGE5YWNlZjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed53392e-4f36-4f7b-b71b-c30b3a756cb3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88a60b39-e34f-4f1d-9d09-53d94aa0a750","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7588dab5-8e3c-4f59-a8e2-d446acb1c88f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactChecksum":"NjAxN2MwZjU3NmJlNWU3NzE1MTIwMjMyZTg4MDAzNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70d79d54-9860-4019-8b1a-8fef8d5884af","artifactVersion":"1"},{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactChecksum":"YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50c84df6-da4c-4d46-a80b-33026baa8e04","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:56:12.328Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:56:12.329Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:56:12.329Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:56:12.329Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:56:13.330Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:56:13.331Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:56:13.331Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:56:13.331Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:56:14.333Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:56:14.333Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:56:14.334Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:56:14.334Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:56:15.335Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:56:15.335Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:56:15.335Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:56:15.335Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:56:16.336Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:56:16.336Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:56:16.336Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:56:16.337Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:56:17.337Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:56:17.338Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:56:17.338Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:56:17.338Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:56:18.339Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:56:18.340Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:56:18.340Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:56:18.340Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:56:19.341Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:56:19.342Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:56:19.342Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:56:19.342Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:56:20.343Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "serviceName": "Demo_pNF_udFnnTGbbaPA3TPCLzGq",
  "serviceVersion": "1.0",
  "serviceUUID": "9201de56-0aff-4843-9892-0e79e694a55c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e472cdc6-cdb6-46b7-b96e-b4bf01d5083c",
  "resources": [
    {
      "resourceInstanceName": "pNF 987b0b8e-dbc1 0",
      "resourceCustomizationUUID": "d04be6e1-cb33-473e-a923-5b5289d301cc",
      "resourceName": "pNF 987b0b8e-dbc1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "de5d512a-ba4f-4f57-b63a-421597be67d9",
      "resourceInvariantUUID": "090e47b5-650a-40ab-83f3-56f7ceed024b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactChecksum": "YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50c84df6-da4c-4d46-a80b-33026baa8e04"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:56:20.343Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:56:20.343Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9201de56-0aff-4843-9892-0e79e694a55c ASDC
2023-03-24T07:56:20.344Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:74dc9741-be4b-4978-bc6b-eaa74b750d0f
ServiceName:Demo_pNF_udFnnTGbbaPA3TPCLzGq
ServiceVersion:1.0
ServiceUUID:9201de56-0aff-4843-9892-0e79e694a55c
ServiceInvariantUUID:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactUUID:50c84df6-da4c-4d46-a80b-33026baa8e04
ArtifactChecksum:YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 987b0b8e-dbc1 0
ResourceCustomizationUUID:d04be6e1-cb33-473e-a923-5b5289d301cc
ResourceInvariantUUID:090e47b5-650a-40ab-83f3-56f7ceed024b
ResourceName:pNF 987b0b8e-dbc1
ResourceType:PNF
ResourceUUID:de5d512a-ba4f-4f57-b63a-421597be67d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:56:20.344Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9201de56-0aff-4843-9892-0e79e694a55c 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:56:20.388Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:56:20.389Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:56:20.389Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:56:20.389Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 from URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:56:20.389Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:56:20.389Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:56:20.651Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-24T07:56:20.657Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar 50c84df6-da4c-4d46-a80b-33026baa8e04 88008
2023-03-24T07:56:20.658Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T07:56:20.658Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:56:20.658Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:56:20.658Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:56:20.658Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:56:20.658Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644580658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:56:21.659Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:56:21.660Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:56:21.660Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04, URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar to file: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:56:21.662Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:56:21.662Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:56:21.662Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:56:21.783Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12655234522833271609/Definitions/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml
2023-03-24T07:56:22.358Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T07:56:22.359Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-24T07:56:22.359Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:56:22.359Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T07:56:22.359Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 987b0b8e-dbc1 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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:56:22.359Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:56:22.359Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:56:22.360Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:56:22.360Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:56:22.360Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:56:22.360Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T07:56:22.360Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-24T07:56:22.360Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:56:22.360Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:56:22.360Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T07:56:22.360Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-24T07:56:22.360Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:56:22.360Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:56:22.360Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:56:22.361Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T07:56:22.361Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-24T07:56:22.361Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:56:22.361Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:56:22.361Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:56:22.361Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:56:22.362Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:56:22.363Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:56:22.363Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:56:22.363Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:56:22.364Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:56:22.364Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:56:22.364Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:56:22.364Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_udFnnTGbbaPA3TPCLzGq
Description:catalog service description
Model UUID:9201de56-0aff-4843-9892-0e79e694a55c
Model Version:NULL
Model InvariantUuid:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
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=?
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-24T07:56:22.412Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||ERROR|500||Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists
2023-03-24T07:56:22.412Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T07:56:22.412Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists)
2023-03-24T07:56:22.413Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:56:22.413Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:56:22.413Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:56:22.413Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644582412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:56:23.414Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T07:56:23.414Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists)
2023-03-24T07:56:23.414Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:56:23.415Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:56:23.415Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:56:23.415Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644583414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:56:24.416Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:56:24.447Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
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-24T07:56:24.452Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:56:24.452Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:56:24.452Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:56:24.452Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:56:24.452Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:56:24.452Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:56:24.452Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:56:24.453Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:56:24.453Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T07:56:24.466Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:56:54.466Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f 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-24T07:56:54.477Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f and serviceModelVersionId: 9201de56-0aff-4843-9892-0e79e694a55c
2023-03-24T07:56:54.478Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
2023-03-24T07:56:54.479Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0
2023-03-24T07:56:54.485Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:56:54.506Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?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-24T07:56:54.506Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||Invoke
2023-03-24T07:56:54.513Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:56:54.652Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||InvokeReturn
2023-03-24T07:56:54.652Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:56:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[245792], x-aai-txid=[1-aai-resources-230324-07:56:55:093-53835], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:56:54.653Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:56:54.653Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:56:54.653Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T07:56:54.662Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T07:56:54.662Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74dc9741-be4b-4978-bc6b-eaa74b750d0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:56:54.662Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:56:54.663Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:56:54.663Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:56:54.663Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644614662,
  "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-24T07:56:55.688Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:56:55.689Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"8724cd49-34ec-4980-ab2b-64ace9832bd0","serviceName":"Demo_pNF_UwgnjqgcnsmCphwI9gbY","serviceVersion":"1.0","serviceUUID":"ae383e4d-80b0-4cc6-9ff7-4def5cc309bf","serviceDescription":"catalog service description","serviceInvariantUUID":"087fabf1-baa4-4625-b959-7f8bdf3eeaab","resources":[{"resourceInstanceName":"pNF 36bf80f7-db9b 0","resourceName":"pNF 36bf80f7-db9b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9fb428ca-b2ee-4b9a-b88b-76c73bae18d0","resourceInvariantUUID":"5f7912da-deb8-4284-8c89-064dcbe2661c","resourceCustomizationUUID":"29593f6d-a855-47c1-95d6-471370e64983","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml","artifactChecksum":"OGFjMThmNzRkZDJmMDQyOTU5YTJiNjRlMDczNjA5Zjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74ee8d11-c8c0-4e92-a1a1-916801a4371e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fdd3764d-c2fd-4586-ae74-b67caa4af234","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42939f9f-f090-45b0-907b-88c01da93f7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml","artifactChecksum":"YmM2MzIwNWMyNTcxN2I3MjkzOGViMTAyNTY5ZTNkYzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"64a8ced7-b923-4638-87a1-074aa9a8a738","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b5467a5b-fad4-4b84-968f-eb9a45f224e8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"55ab392b-ed1e-455f-aad7-154d3eb1b149","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml","artifactChecksum":"MTZiNDEwZDZlMjIyYThjYWVlZDI4ZWMxYjVkYmUyNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b011f01c-348d-470c-a42e-befef97cee3a","artifactVersion":"1"},{"artifactName":"service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar","artifactChecksum":"ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:56:55.689Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:56:55.689Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:56:55.689Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:56:55.689Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:56:56.690Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:56:56.690Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:56:56.690Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:56:56.690Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:56:57.690Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:56:57.691Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:56:57.691Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:56:57.691Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:56:58.692Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:56:58.692Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:56:58.692Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:56:58.692Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:56:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:56:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:56:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644571296,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:56:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:56:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:56:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:56:59.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:56:59.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:56:59.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:56:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:56:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:56:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:56:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:56:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:56:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:56:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:56:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:56:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:56:59.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:56:59.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:56:59.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:56:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:56:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:56:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:56:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:56:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:56:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:56:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:56:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:56:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644580658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:56:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:56:59.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:56:59.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644582412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
}
2023-03-24T07:56:59.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:56:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:56:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644583414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
}
2023-03-24T07:56:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:56:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:56:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644614662,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:56:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:56:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:56:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:56:59.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:56:59.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:56:59.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:56:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:56:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:56:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:56:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:56:59.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:56:59.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:56:59.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:56:59.693Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:56:59.693Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:56:59.693Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:56:59.693Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:57:00.694Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:57:00.694Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:57:00.694Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:57:00.694Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:57:01.695Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:57:01.695Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:57:01.695Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:57:01.696Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:57:02.696Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:57:02.696Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:57:02.696Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:57:02.697Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:57:03.697Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "serviceName": "Demo_pNF_UwgnjqgcnsmCphwI9gbY",
  "serviceVersion": "1.0",
  "serviceUUID": "ae383e4d-80b0-4cc6-9ff7-4def5cc309bf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "087fabf1-baa4-4625-b959-7f8bdf3eeaab",
  "resources": [
    {
      "resourceInstanceName": "pNF 36bf80f7-db9b 0",
      "resourceCustomizationUUID": "29593f6d-a855-47c1-95d6-471370e64983",
      "resourceName": "pNF 36bf80f7-db9b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9fb428ca-b2ee-4b9a-b88b-76c73bae18d0",
      "resourceInvariantUUID": "5f7912da-deb8-4284-8c89-064dcbe2661c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
      "artifactChecksum": "ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:57:03.698Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:57:03.698Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ae383e4d-80b0-4cc6-9ff7-4def5cc309bf ASDC
2023-03-24T07:57:03.698Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:8724cd49-34ec-4980-ab2b-64ace9832bd0
ServiceName:Demo_pNF_UwgnjqgcnsmCphwI9gbY
ServiceVersion:1.0
ServiceUUID:ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
ServiceInvariantUUID:087fabf1-baa4-4625-b959-7f8bdf3eeaab
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
ArtifactUUID:2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf
ArtifactChecksum:ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 36bf80f7-db9b 0
ResourceCustomizationUUID:29593f6d-a855-47c1-95d6-471370e64983
ResourceInvariantUUID:5f7912da-deb8-4284-8c89-064dcbe2661c
ResourceName:pNF 36bf80f7-db9b
ResourceType:PNF
ResourceUUID:9fb428ca-b2ee-4b9a-b88b-76c73bae18d0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:57:03.698Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae383e4d-80b0-4cc6-9ff7-4def5cc309bf 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:57:03.741Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:57:03.741Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:57:03.742Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:57:03.742Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf from URL: /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:57:03.742Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:57:03.742Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:57:03.999Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-24T07:57:04.004Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf 88009
2023-03-24T07:57:04.004Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T07:57:04.004Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:57:04.005Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T07:57:04.005Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:57:04.005Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:57:04.005Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644624004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:57:05.006Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:57:05.006Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:57:05.006Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf, URL: /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar to file: /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:57:05.007Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:57:05.008Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:57:05.008Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:57:05.079Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9844345676299852722/Definitions/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml
2023-03-24T07:57:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T07:57:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-24T07:57:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:57:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T07:57:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:57:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 36bf80f7-db9b 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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:57:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:57:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:57:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:57:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:57:05.629Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T07:57:05.630Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-24T07:57:05.630Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:57:05.630Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:57:05.630Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Node template pNF 36bf80f7-db9b 0 is matching search criteria
2023-03-24T07:57:05.630Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-24T07:57:05.630Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 36bf80f7-db9b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:57:05.630Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:57:05.630Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:57:05.630Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Node template pNF 36bf80f7-db9b 0 is matching search criteria
2023-03-24T07:57:05.630Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-24T07:57:05.631Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 36bf80f7-db9b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T07:57:05.631Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:57:05.631Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:57:05.631Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:57:05.631Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:57:05.631Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:57:05.631Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:57:05.631Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:57:05.631Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:57:05.631Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T07:57:05.631Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T07:57:05.631Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UwgnjqgcnsmCphwI9gbY
Description:catalog service description
Model UUID:ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
Model Version:NULL
Model InvariantUuid:087fabf1-baa4-4625-b959-7f8bdf3eeaab
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=?
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-24T07:57:05.670Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||ERROR|500||Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists
2023-03-24T07:57:05.670Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T07:57:05.670Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar(Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists)
2023-03-24T07:57:05.670Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:57:05.670Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:57:05.670Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:57:05.671Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644625670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:57:06.672Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T07:57:06.672Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar(Resource with UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 already exists)
2023-03-24T07:57:06.672Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:57:06.672Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:57:06.672Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:57:06.673Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644626672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:57:07.674Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:57:07.695Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0
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-24T07:57:07.702Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:57:07.702Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:57:07.702Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:57:07.702Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:57:07.702Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:57:07.702Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:57:07.703Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:57:07.703Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:57:07.703Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T07:57:07.719Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:57:37.719Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0 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-24T07:57:37.727Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0 and serviceModelVersionId: ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
2023-03-24T07:57:37.728Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 087fabf1-baa4-4625-b959-7f8bdf3eeaab
2023-03-24T07:57:37.728Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0
2023-03-24T07:57:37.731Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:57:37.742Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?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-24T07:57:37.743Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|INFO|500||Invoke
2023-03-24T07:57:37.749Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:57:37.865Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|INFO|500||InvokeReturn
2023-03-24T07:57:37.866Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:57:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[113], vertex-id=[225376], x-aai-txid=[0-aai-resources-230324-07:57:38:331-86260], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:57:37.866Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:57:37.866Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:57:37.866Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T07:57:37.873Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T07:57:37.873Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8724cd49-34ec-4980-ab2b-64ace9832bd0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:57:37.874Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:57:37.874Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:57:37.874Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:57:37.874Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644657873,
  "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-24T07:57:38.903Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:57:38.904Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"f6e121a0-a57f-49e0-8e84-03d4afe0e29c","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"341b0520-ae27-48bb-aa25-d8d48c9ceb78","serviceDescription":"service","serviceInvariantUUID":"2b10c9e7-82e1-456c-85f3-2ea2c444884f","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe8477c7-e8ec-419a-bf67-26a082731949","resourceInvariantUUID":"413ba2f7-68f8-4bf4-ae24-3b9ac1cd2b28","resourceCustomizationUUID":"625d37cb-6e80-449f-8ef6-1bcfa792a9ac","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":"MzIzNTk3OGY2NWU5MjI0MDA4M2VhOWE3Yjc2MWNjYTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8324a320-5c5c-4f0b-81e3-6f55c858d21b","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":"OTJiNzk4ZDk3NjY0Njc2Mjc1OTJjNDc1MThiNGZiNmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a4b3134-7c25-4d1b-b00f-fe2d0f367056","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":"11a7e22e-bcec-4253-a395-c91a8b2ec733","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":"bf06ffc5-59d4-4278-951d-2caead64affe","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":"16d5f357-5e31-4d4e-96b0-badc500b14b5","artifactVersion":"2","generatedFromUUID":"16a9aa83-9d05-4970-a869-70fa820b4a0f"},{"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":"b639699b-897d-4297-86ed-76e92092cdf0","artifactVersion":"2","generatedFromUUID":"11a7e22e-bcec-4253-a395-c91a8b2ec733"},{"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":"16a9aa83-9d05-4970-a869-70fa820b4a0f","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":"d1543da3-c069-4afb-8f1e-0bbb7b186e87","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":"NzVlNTg5NWVkZWJlZGQyOGI4ZjAyYTM1ZjM0NWY1YzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"076501d2-fb09-4970-9098-2e1a306a507c","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NmEyNGU4ZWUzYTc0NTI0NzUxMzVkYmVjMTczMTlmYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e77ae59e-2b8a-4f5b-8f93-4be776d9895d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:57:38.904Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:57:38.904Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:57:38.904Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:57:38.904Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:57:39.905Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:57:39.905Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:57:39.905Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:57:39.905Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:57:40.907Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:57:40.908Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:57:40.908Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:57:40.908Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:57:41.909Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:57:41.910Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:57:41.910Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:57:41.910Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:57:42.912Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:57:42.912Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:57:42.912Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:57:42.913Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:57:43.914Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:57:43.915Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:57:43.915Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:57:43.915Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:57:44.916Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:57:44.916Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:57:44.916Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:57:44.916Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:57:45.918Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:57:45.918Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:57:45.918Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:57:45.918Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:57:46.920Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:57:46.920Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:57:46.920Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:57:46.921Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:57:47.922Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:57:47.922Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:57:47.923Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:57:47.923Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:57:48.925Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "341b0520-ae27-48bb-aa25-d8d48c9ceb78",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2b10c9e7-82e1-456c-85f3-2ea2c444884f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "625d37cb-6e80-449f-8ef6-1bcfa792a9ac",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe8477c7-e8ec-419a-bf67-26a082731949",
      "resourceInvariantUUID": "413ba2f7-68f8-4bf4-ae24-3b9ac1cd2b28",
      "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": "OTJiNzk4ZDk3NjY0Njc2Mjc1OTJjNDc1MThiNGZiNmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a4b3134-7c25-4d1b-b00f-fe2d0f367056",
          "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": "11a7e22e-bcec-4253-a395-c91a8b2ec733",
          "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": "b639699b-897d-4297-86ed-76e92092cdf0",
            "generatedFromUUID": "11a7e22e-bcec-4253-a395-c91a8b2ec733"
          },
          "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": "16d5f357-5e31-4d4e-96b0-badc500b14b5",
          "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": "b639699b-897d-4297-86ed-76e92092cdf0",
          "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": "16a9aa83-9d05-4970-a869-70fa820b4a0f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NmEyNGU4ZWUzYTc0NTI0NzUxMzVkYmVjMTczMTlmYTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e77ae59e-2b8a-4f5b-8f93-4be776d9895d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:57:48.925Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:57:48.925Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 341b0520-ae27-48bb-aa25-d8d48c9ceb78 ASDC
2023-03-24T07:57:48.926Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:f6e121a0-a57f-49e0-8e84-03d4afe0e29c
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:341b0520-ae27-48bb-aa25-d8d48c9ceb78
ServiceInvariantUUID:2b10c9e7-82e1-456c-85f3-2ea2c444884f
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:e77ae59e-2b8a-4f5b-8f93-4be776d9895d
ArtifactChecksum:NmEyNGU4ZWUzYTc0NTI0NzUxMzVkYmVjMTczMTlmYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:625d37cb-6e80-449f-8ef6-1bcfa792a9ac
ResourceInvariantUUID:413ba2f7-68f8-4bf4-ae24-3b9ac1cd2b28
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:fe8477c7-e8ec-419a-bf67-26a082731949
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:2a4b3134-7c25-4d1b-b00f-fe2d0f367056
ArtifactChecksum:OTJiNzk4ZDk3NjY0Njc2Mjc1OTJjNDc1MThiNGZiNmQ=
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:11a7e22e-bcec-4253-a395-c91a8b2ec733
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:b639699b-897d-4297-86ed-76e92092cdf0
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:16d5f357-5e31-4d4e-96b0-badc500b14b5
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:b639699b-897d-4297-86ed-76e92092cdf0
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:16a9aa83-9d05-4970-a869-70fa820b4a0f
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T07:57:48.926Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 341b0520-ae27-48bb-aa25-d8d48c9ceb78 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:57:48.975Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:57:48.976Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:57:48.976Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:57:48.976Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-24T07:57:48.976Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:57:48.976Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-24T07:57:48.999Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T07:57:48.999Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2df4dab5
2023-03-24T07:57:49.000Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:57:49.000Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicCnfMacro"
      ]
    }
  }
}
2023-03-24T07:57:49.000Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicCnfMacro-csar.csar /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar e77ae59e-2b8a-4f5b-8f93-4be776d9895d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:57:49.000Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:57:49.000Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Specified artifact is  not found)
2023-03-24T07:57:49.000Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:57:49.000Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:57:49.001Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:57:49.001Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644669000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:57:50.002Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicCnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(UUID:e77ae59e-2b8a-4f5b-8f93-4be776d9895d)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:57:50.053Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||ERROR|500||Csar with UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d already exists
2023-03-24T07:57:50.053Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:57:50.053Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d already exists)
2023-03-24T07:57:50.053Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:57:50.054Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:57:50.054Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:57:50.054Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644670053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:57:51.054Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:57:51.055Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: fe8477c7-e8ec-419a-bf67-26a082731949 already exists)
2023-03-24T07:57:51.055Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:57:51.055Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:57:51.055Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:57:51.055Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644671054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fe8477c7-e8ec-419a-bf67-26a082731949 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:57:52.056Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6e121a0-a57f-49e0-8e84-03d4afe0e29c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:57:52.084Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6e121a0-a57f-49e0-8e84-03d4afe0e29c
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-24T07:57:52.088Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:57:52.088Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:57:52.088Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:57:52.088Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:57:52.088Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:57:52.088Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:57:52.089Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:57:52.089Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:57:52.089Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T07:57:52.100Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:57:59.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:57:59.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:57:59.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:57:59.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:57:59.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:57:59.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:57:59.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:57:59.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:57:59.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:57:59.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644624004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T07:57:59.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:57:59.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644625670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists"
}
2023-03-24T07:57:59.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:57:59.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644626672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 already exists"
}
2023-03-24T07:57:59.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:57:59.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644657873,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:57:59.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:57:59.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:57:59.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:57:59.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T07:57:59.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:57:59.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:57:59.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:57:59.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:57:59.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:57:59.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-24T07:57:59.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:57:59.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-24T07:57:59.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:57:59.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-24T07:57:59.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:57:59.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:57:59.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:57:59.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:57:59.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:57:59.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:57:59.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:57:59.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644669000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:57:59.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:57:59.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644670053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e77ae59e-2b8a-4f5b-8f93-4be776d9895d already exists"
}
2023-03-24T07:57:59.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:57:59.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-24T07:57:59.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644671054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fe8477c7-e8ec-419a-bf67-26a082731949 already exists"
}
2023-03-24T07:57:59.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:58:22.101Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6e121a0-a57f-49e0-8e84-03d4afe0e29c 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-24T07:58:22.115Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6e121a0-a57f-49e0-8e84-03d4afe0e29c and serviceModelVersionId: 341b0520-ae27-48bb-aa25-d8d48c9ceb78
2023-03-24T07:58:22.116Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b10c9e7-82e1-456c-85f3-2ea2c444884f
2023-03-24T07:58:22.116Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0
2023-03-24T07:58:22.123Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:58:22.138Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?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-24T07:58:22.139Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0|INFO|500||Invoke
2023-03-24T07:58:22.146Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:58:22.280Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0|INFO|500||InvokeReturn
2023-03-24T07:58:22.280Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2b10c9e7-82e1-456c-85f3-2ea2c444884f/model-vers/model-ver/341b0520-ae27-48bb-aa25-d8d48c9ceb78?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:58:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[438424], x-aai-txid=[1-aai-resources-230324-07:58:22:728-95527], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:58:22.281Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:58:22.281Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:58:22.281Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T07:58:22.290Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T07:58:22.291Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6e121a0-a57f-49e0-8e84-03d4afe0e29c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:58:22.291Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:58:22.291Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:58:22.292Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:58:22.292Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644702291,
  "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-24T07:58:23.323Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:58:23.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"e9e8a232-b427-4b79-bf55-5ee47a8c5415","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"2823e6b4-f863-46ec-9e77-5583ab7d635d","serviceDescription":"service","serviceInvariantUUID":"a4aae1ce-3552-424e-9d88-84672a879590","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5525a09a-b30b-4b48-ba24-4dd347648df3","resourceInvariantUUID":"10899fff-ce0f-4de4-ae9b-782dbc0be769","resourceCustomizationUUID":"f56a5200-f207-4a1f-8aef-1a3e0f37f6a5","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":"NTEwYTZkMjU1YWFjMjFhNWNhOTA1YWUxMTRkY2EyMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70bf2919-10aa-4f8b-9acc-535488ae5f66","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":"ZjgwOTI2ZDU5OGQyOTc0M2Q3ZDg0ZmYwMjI3MTBkNmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8b6da098-d947-49c8-89ae-7d3ba3930e27","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":"63fcd512-7c3e-4b56-8b9c-5fb1e4a48450","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":"7276b8be-1397-41f4-b781-0edf7885a057","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":"1ce76f5b-4983-467b-86f4-7a63661149b0","artifactVersion":"2","generatedFromUUID":"63fcd512-7c3e-4b56-8b9c-5fb1e4a48450"},{"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":"NjljZDBkMWQ2YTdhYWI4OGE1YzEzMjQ0ODRlNDc2Njc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a803d9aa-3ace-40a1-9c2f-dbfa41c207b5","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":"ZGNhMzZkOGJhMjc0N2E3YTk5OGM1NTI5MmE4NGI5MTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f34102e-5e0c-46ae-b7b0-a85bc4ed3d13","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODVhNDNmMGZlZDViYzBiYjFkMmYwYjk3ZDM1ODE2NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a4d4e640-5352-4c13-98a8-d9f5bd16688b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:58:23.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:58:23.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:58:23.324Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:58:23.325Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:58:24.325Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:58:24.326Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:58:24.326Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:58:24.326Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:58:25.326Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:58:25.327Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:58:25.327Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:58:25.327Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:58:26.328Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:58:26.329Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:58:26.329Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:58:26.329Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:58:27.330Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:58:27.330Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:58:27.330Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:58:27.330Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:58:28.331Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:58:28.331Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:58:28.331Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:58:28.331Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:58:29.332Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:58:29.332Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:58:29.332Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:58:29.333Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:58:30.333Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:58:30.334Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:58:30.334Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:58:30.334Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:58:31.335Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2823e6b4-f863-46ec-9e77-5583ab7d635d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a4aae1ce-3552-424e-9d88-84672a879590",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "f56a5200-f207-4a1f-8aef-1a3e0f37f6a5",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5525a09a-b30b-4b48-ba24-4dd347648df3",
      "resourceInvariantUUID": "10899fff-ce0f-4de4-ae9b-782dbc0be769",
      "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": "ZjgwOTI2ZDU5OGQyOTc0M2Q3ZDg0ZmYwMjI3MTBkNmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8b6da098-d947-49c8-89ae-7d3ba3930e27",
          "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": "63fcd512-7c3e-4b56-8b9c-5fb1e4a48450",
          "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": "1ce76f5b-4983-467b-86f4-7a63661149b0",
            "generatedFromUUID": "63fcd512-7c3e-4b56-8b9c-5fb1e4a48450"
          },
          "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": "1ce76f5b-4983-467b-86f4-7a63661149b0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODVhNDNmMGZlZDViYzBiYjFkMmYwYjk3ZDM1ODE2NjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a4d4e640-5352-4c13-98a8-d9f5bd16688b"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:58:31.335Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:58:31.335Z|f6e121a0-a57f-49e0-8e84-03d4afe0e29c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2823e6b4-f863-46ec-9e77-5583ab7d635d ASDC
2023-03-24T07:58:31.336Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:e9e8a232-b427-4b79-bf55-5ee47a8c5415
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:2823e6b4-f863-46ec-9e77-5583ab7d635d
ServiceInvariantUUID:a4aae1ce-3552-424e-9d88-84672a879590
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:a4d4e640-5352-4c13-98a8-d9f5bd16688b
ArtifactChecksum:ODVhNDNmMGZlZDViYzBiYjFkMmYwYjk3ZDM1ODE2NjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:f56a5200-f207-4a1f-8aef-1a3e0f37f6a5
ResourceInvariantUUID:10899fff-ce0f-4de4-ae9b-782dbc0be769
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:5525a09a-b30b-4b48-ba24-4dd347648df3
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:8b6da098-d947-49c8-89ae-7d3ba3930e27
ArtifactChecksum:ZjgwOTI2ZDU5OGQyOTc0M2Q3ZDg0ZmYwMjI3MTBkNmE=
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:63fcd512-7c3e-4b56-8b9c-5fb1e4a48450
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:1ce76f5b-4983-467b-86f4-7a63661149b0
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:1ce76f5b-4983-467b-86f4-7a63661149b0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T07:58:31.336Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2823e6b4-f863-46ec-9e77-5583ab7d635d 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:58:31.386Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:58:31.386Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:58:31.387Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:58:31.387Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-24T07:58:31.387Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:58:31.387Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-24T07:58:31.408Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T07:58:31.408Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@13e71a7f
2023-03-24T07:58:31.408Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:58:31.409Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-24T07:58:31.409Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a4d4e640-5352-4c13-98a8-d9f5bd16688b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:58:31.409Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:58:31.409Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-24T07:58:31.409Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:58:31.409Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:58:31.409Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:58:31.409Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644711409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:58:32.410Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:a4d4e640-5352-4c13-98a8-d9f5bd16688b)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:58:32.458Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||ERROR|500||Csar with UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b already exists
2023-03-24T07:58:32.459Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:58:32.459Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b already exists)
2023-03-24T07:58:32.459Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:58:32.459Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:58:32.459Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:58:32.459Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644712459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:58:33.460Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:58:33.460Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 5525a09a-b30b-4b48-ba24-4dd347648df3 already exists)
2023-03-24T07:58:33.461Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:58:33.461Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:58:33.461Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:58:33.461Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644713460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5525a09a-b30b-4b48-ba24-4dd347648df3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:58:34.462Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e8a232-b427-4b79-bf55-5ee47a8c5415
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:58:34.488Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e8a232-b427-4b79-bf55-5ee47a8c5415
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-24T07:58:34.492Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:58:34.492Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:58:34.492Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:58:34.492Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:58:34.492Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:58:34.492Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:58:34.493Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:58:34.493Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:58:34.493Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T07:58:34.505Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:58:59.164Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:58:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T07:58:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644702291,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T07:58:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:58:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T07:58:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:58:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:58:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T07:58:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T07:58:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:58:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T07:58:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T07:58:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:58:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T07:58:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:58:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:58:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T07:58:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T07:58:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:58:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T07:58:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:58:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:58:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T07:58:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T07:58:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:58:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T07:58:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T07:58:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:58:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T07:58:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644711409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T07:58:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:58:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T07:58:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644712459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a4d4e640-5352-4c13-98a8-d9f5bd16688b already exists"
}
2023-03-24T07:58:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:58:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T07:58:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644713460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 5525a09a-b30b-4b48-ba24-4dd347648df3 already exists"
}
2023-03-24T07:58:59.176Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T07:59:04.505Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9e8a232-b427-4b79-bf55-5ee47a8c5415 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-24T07:59:04.516Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9e8a232-b427-4b79-bf55-5ee47a8c5415 and serviceModelVersionId: 2823e6b4-f863-46ec-9e77-5583ab7d635d
2023-03-24T07:59:04.516Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4aae1ce-3552-424e-9d88-84672a879590
2023-03-24T07:59:04.517Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0
2023-03-24T07:59:04.523Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:59:04.540Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?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-24T07:59:04.540Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0|INFO|500||Invoke
2023-03-24T07:59:04.547Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:59:04.699Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0|INFO|500||InvokeReturn
2023-03-24T07:59:04.700Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4aae1ce-3552-424e-9d88-84672a879590/model-vers/model-ver/2823e6b4-f863-46ec-9e77-5583ab7d635d?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:59:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[454808], x-aai-txid=[2-aai-resources-230324-07:59:05:129-29999], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:59:04.700Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:59:04.700Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:59:04.700Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T07:59:04.707Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T07:59:04.707Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9e8a232-b427-4b79-bf55-5ee47a8c5415 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:59:04.708Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:59:04.708Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:04.708Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:04.708Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644744707,
  "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-24T07:59:05.739Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:59:05.740Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"8f0da87f-e35e-4090-a68a-eb3ab2daa5dd","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"88c2e0bc-2337-4b4e-973a-b1f1157b9c7d","serviceDescription":"service","serviceInvariantUUID":"63f671dc-819e-44a5-849f-92d8b0e6e1b4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"96e8f8c8-f63d-424c-88b8-e55c1951b0e8","resourceInvariantUUID":"b41109b6-4c02-4dc5-9761-1ddef6d6bbb7","resourceCustomizationUUID":"bb5fe27e-b818-4da0-bb59-015fd06304e7","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":"M2JkOGExZTk5NWQ2YTM1MGViNGNhMmI4YjlhM2YzNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"369f3050-3b57-4c9e-afc3-eb005213bb13","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":"df570ab2-68cd-471b-99a3-6e62ff76f2c9","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":"9e94464c-3a55-47dd-9108-7807c805831f","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":"ODU0YjM2OTBkZTkyMTZjYmExNTJkMzkzYTc1YWZlOGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6f0fb495-9d9a-4bb4-8e8c-579747ba2e35","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":"11bdcb71-1ae2-4e07-a5aa-fe6e0531929d","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":"20b2df7c-db25-42ab-b94d-cd7f41cb00aa","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":"63feeb51-9e15-495c-905a-4dab30e3bffa","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":"YmI3NjY1ZWFkZDllNzMwM2NlMjUzMGE4NDU0OThmZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"321f5aa4-5117-4508-976e-2f9d17c602a1","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YWMzZjJmMTcwZmI4M2JmMWVkNGJjODA0MTlmNjI0ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0c069d4-006a-47ab-a149-080a7dc64d9a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:59:05.740Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:59:05.740Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:05.740Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:05.740Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:59:06.741Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:59:06.741Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:06.741Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:06.741Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:59:07.742Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:59:07.742Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:07.742Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:07.742Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:59:08.743Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:59:08.743Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:08.744Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:08.744Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:59:09.744Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:59:09.745Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:09.745Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:09.745Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:59:10.745Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:59:10.746Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:10.746Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:10.746Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:59:11.746Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:59:11.747Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:11.747Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:11.747Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:59:12.748Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:59:12.748Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:12.748Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:12.748Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:59:13.749Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:59:13.749Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:13.749Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:13.750Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:59:14.750Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "88c2e0bc-2337-4b4e-973a-b1f1157b9c7d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "63f671dc-819e-44a5-849f-92d8b0e6e1b4",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "bb5fe27e-b818-4da0-bb59-015fd06304e7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "96e8f8c8-f63d-424c-88b8-e55c1951b0e8",
      "resourceInvariantUUID": "b41109b6-4c02-4dc5-9761-1ddef6d6bbb7",
      "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": "YWMzZjJmMTcwZmI4M2JmMWVkNGJjODA0MTlmNjI0ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e0c069d4-006a-47ab-a149-080a7dc64d9a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:59:14.751Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:59:14.751Z|e9e8a232-b427-4b79-bf55-5ee47a8c5415|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d ASDC
2023-03-24T07:59:14.751Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:8f0da87f-e35e-4090-a68a-eb3ab2daa5dd
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:88c2e0bc-2337-4b4e-973a-b1f1157b9c7d
ServiceInvariantUUID:63f671dc-819e-44a5-849f-92d8b0e6e1b4
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:e0c069d4-006a-47ab-a149-080a7dc64d9a
ArtifactChecksum:YWMzZjJmMTcwZmI4M2JmMWVkNGJjODA0MTlmNjI0ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:bb5fe27e-b818-4da0-bb59-015fd06304e7
ResourceInvariantUUID:b41109b6-4c02-4dc5-9761-1ddef6d6bbb7
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:96e8f8c8-f63d-424c-88b8-e55c1951b0e8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:59:14.751Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:59:14.794Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:59:14.795Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:59:14.795Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:59:14.795Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e0c069d4-006a-47ab-a149-080a7dc64d9a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T07:59:14.795Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:59:14.795Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T07:59:14.820Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T07:59:14.820Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@528c3ad8
2023-03-24T07:59:14.820Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:59:14.820Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-24T07:59:14.820Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e0c069d4-006a-47ab-a149-080a7dc64d9a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:59:14.821Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:59:14.821Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-24T07:59:14.821Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:59:14.821Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:14.821Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:14.821Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644754821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:59:15.822Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:e0c069d4-006a-47ab-a149-080a7dc64d9a)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:59:15.873Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||ERROR|500||Csar with UUID: e0c069d4-006a-47ab-a149-080a7dc64d9a already exists
2023-03-24T07:59:15.873Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:59:15.873Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: e0c069d4-006a-47ab-a149-080a7dc64d9a already exists)
2023-03-24T07:59:15.873Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:59:15.874Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:15.874Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:15.874Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644755873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e0c069d4-006a-47ab-a149-080a7dc64d9a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:59:16.875Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:59:16.876Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 96e8f8c8-f63d-424c-88b8-e55c1951b0e8 already exists)
2023-03-24T07:59:16.876Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:59:16.876Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:16.876Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:16.876Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644756875,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 96e8f8c8-f63d-424c-88b8-e55c1951b0e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:59:17.878Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:59:17.909Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd
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-24T07:59:17.914Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T07:59:17.914Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T07:59:17.914Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T07:59:17.915Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T07:59:17.915Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:59:17.915Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:59:17.915Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:59:17.915Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T07:59:17.916Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T07:59:17.931Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T07:59:47.931Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd 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-24T07:59:47.945Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd and serviceModelVersionId: 88c2e0bc-2337-4b4e-973a-b1f1157b9c7d
2023-03-24T07:59:47.945Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 63f671dc-819e-44a5-849f-92d8b0e6e1b4
2023-03-24T07:59:47.945Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0
2023-03-24T07:59:47.952Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T07:59:47.966Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|INFO|500||Invoke
2023-03-24T07:59:47.966Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8f0da87f-e35e-4090-a68a-eb3ab2daa5dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b8b50d37-551b-4911-a243-756fd3e9ab15], X-ECOMP-RequestID=[8f0da87f-e35e-4090-a68a-eb3ab2daa5dd], X-TransactionId=[], X-ONAP-RequestID=[8f0da87f-e35e-4090-a68a-eb3ab2daa5dd], Content-Type=[application/merge-patch+json]}
2023-03-24T07:59:47.974Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T07:59:48.117Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?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/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 07:59:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[467096], x-aai-txid=[1-aai-resources-230324-07:59:48:559-20217], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T07:59:48.118Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T07:59:48.119Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63f671dc-819e-44a5-849f-92d8b0e6e1b4/model-vers/model-ver/88c2e0bc-2337-4b4e-973a-b1f1157b9c7d?depth=0|INFO|500||InvokeReturn
2023-03-24T07:59:48.119Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T07:59:48.119Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T07:59:48.128Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T07:59:48.128Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8f0da87f-e35e-4090-a68a-eb3ab2daa5dd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T07:59:48.128Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T07:59:48.128Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:48.128Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:48.129Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644788128,
  "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-24T07:59:49.158Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T07:59:49.159Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"644ff666-7cb6-4c8f-a485-a08191b720fd","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3b520a2f-a27a-4647-85a2-81da196d628f","serviceDescription":"service","serviceInvariantUUID":"fd90f088-c0b8-4936-b147-ef9280721678","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c4ca7310-9916-4f6b-b551-817b9fa8e874","resourceInvariantUUID":"ff75676f-725f-4cfb-ad06-58724ebd520b","resourceCustomizationUUID":"74fdcd83-6ea9-4df9-84c0-12ab5b4537bd","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":"NTVmMWZiYjYzYjAwZTVmZDgyNWM3OGI0ZGFiNjhlMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b99ab21-6a27-4110-ac28-6d4254644352","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":"e9adbcdc-acb5-4b30-9e94-9241fc56c11c","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":"1e9c7f15-7ff9-4bcc-b233-40b9cb99f349","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":"NWYwZTMwYWVmYmMzMGI5NDljZDMxOTFjYTJlZTY2MmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"97d9f93e-7aa2-4076-acd9-00d8f9419149","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":"311fa86f-ba7e-41d6-8fbe-b6521935cb3e","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":"77e03847-46f4-46b2-8374-101536b5ba8a","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":"74eca327-0d40-4db9-87fe-9774381377ef","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":"ZTcwNWNkMmQzNDRjZGZlNTM2NjZjOWRlZDg1ZWUwMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"644332e8-8c58-4987-b14b-fd5b32ae5d90","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NGIxNWM4ZmM4YzdhYTVmNzdjYzU2ZGJiMjY1NDVhYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a799f38-d480-4f18-b4d1-6fdeec5a9c9f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T07:59:49.159Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:59:49.160Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:49.160Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:49.160Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:59:50.161Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:59:50.162Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:50.162Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:50.162Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:59:51.163Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:59:51.164Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:51.164Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:51.164Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:59:52.164Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:59:52.165Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:52.165Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:52.165Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:59:53.165Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:59:53.166Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:53.166Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:53.166Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:59:54.166Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:59:54.167Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:54.167Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:54.167Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:59:55.168Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:59:55.168Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:55.168Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:55.168Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:59:56.169Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:59:56.169Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:56.169Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:56.170Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T07:59:57.170Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T07:59:57.170Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:57.171Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:57.171Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:59:58.171Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3b520a2f-a27a-4647-85a2-81da196d628f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd90f088-c0b8-4936-b147-ef9280721678",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "74fdcd83-6ea9-4df9-84c0-12ab5b4537bd",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c4ca7310-9916-4f6b-b551-817b9fa8e874",
      "resourceInvariantUUID": "ff75676f-725f-4cfb-ad06-58724ebd520b",
      "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": "NGIxNWM4ZmM4YzdhYTVmNzdjYzU2ZGJiMjY1NDVhYTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a799f38-d480-4f18-b4d1-6fdeec5a9c9f"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T07:59:58.172Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T07:59:58.172Z|8f0da87f-e35e-4090-a68a-eb3ab2daa5dd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b520a2f-a27a-4647-85a2-81da196d628f ASDC
2023-03-24T07:59:58.172Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:644ff666-7cb6-4c8f-a485-a08191b720fd
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3b520a2f-a27a-4647-85a2-81da196d628f
ServiceInvariantUUID:fd90f088-c0b8-4936-b147-ef9280721678
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:8a799f38-d480-4f18-b4d1-6fdeec5a9c9f
ArtifactChecksum:NGIxNWM4ZmM4YzdhYTVmNzdjYzU2ZGJiMjY1NDVhYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:74fdcd83-6ea9-4df9-84c0-12ab5b4537bd
ResourceInvariantUUID:ff75676f-725f-4cfb-ad06-58724ebd520b
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c4ca7310-9916-4f6b-b551-817b9fa8e874
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T07:59:58.173Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b520a2f-a27a-4647-85a2-81da196d628f 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:59:58.224Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T07:59:58.225Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:59:58.225Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T07:59:58.225Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a799f38-d480-4f18-b4d1-6fdeec5a9c9f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T07:59:58.225Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T07:59:58.226Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T07:59:58.242Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T07:59:58.242Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@68b61193
2023-03-24T07:59:58.243Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T07:59:58.243Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-24T07:59:58.243Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8a799f38-d480-4f18-b4d1-6fdeec5a9c9f Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T07:59:58.244Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:59:58.244Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-24T07:59:58.244Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T07:59:58.244Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:58.244Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:58.245Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644798244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:59:59.164Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T07:59:59.164Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: cached metadata has changed from (version102: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version103: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-24T07:59:59.180Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T07:59:59.181Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T07:59:59.187Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:59:59.187Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 36: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T07:59:59.204Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T07:59:59.204Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:59:59.204Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T07:59:59.209Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T07:59:59.209Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T07:59:59.209Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T07:59:59.209Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1726, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T07:59:59.210Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T07:59:59.210Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T07:59:59.245Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:8a799f38-d480-4f18-b4d1-6fdeec5a9c9f)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T07:59:59.294Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8a799f38-d480-4f18-b4d1-6fdeec5a9c9f already exists
2023-03-24T07:59:59.295Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T07:59:59.295Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 8a799f38-d480-4f18-b4d1-6fdeec5a9c9f already exists)
2023-03-24T07:59:59.295Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T07:59:59.295Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T07:59:59.295Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T07:59:59.295Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644799295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a799f38-d480-4f18-b4d1-6fdeec5a9c9f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:00:00.227Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.227Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e8a232-b427-4b79-bf55-5ee47a8c5415",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644744707,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T08:00:00.227Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.227Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.227Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:00:00.227Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.227Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.227Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:00:00.227Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.227Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.227Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:00:00.227Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644754821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644755873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e0c069d4-006a-47ab-a149-080a7dc64d9a already exists"
}
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.228Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644756875,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 96e8f8c8-f63d-424c-88b8-e55c1951b0e8 already exists"
}
2023-03-24T08:00:00.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8f0da87f-e35e-4090-a68a-eb3ab2daa5dd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644788128,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T08:00:00.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:00:00.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:00:00.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:00:00.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:00:00.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.229Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:00:00.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:00:00.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:00:00.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:00:00.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T08:00:00.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644798244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T08:00:00.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:00.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644799295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a799f38-d480-4f18-b4d1-6fdeec5a9c9f already exists"
}
2023-03-24T08:00:00.230Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:00:00.296Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T08:00:00.297Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: c4ca7310-9916-4f6b-b551-817b9fa8e874 already exists)
2023-03-24T08:00:00.297Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T08:00:00.297Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:00:00.298Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:00:00.298Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644800296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4ca7310-9916-4f6b-b551-817b9fa8e874 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:00:01.298Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 644ff666-7cb6-4c8f-a485-a08191b720fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:00:01.328Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 644ff666-7cb6-4c8f-a485-a08191b720fd
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-24T08:00:01.334Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T08:00:01.334Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T08:00:01.334Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T08:00:01.334Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T08:00:01.334Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:00:01.335Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:00:01.335Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:00:01.335Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:00:01.335Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T08:00:01.349Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T08:00:31.349Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 644ff666-7cb6-4c8f-a485-a08191b720fd 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-24T08:00:31.361Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 644ff666-7cb6-4c8f-a485-a08191b720fd and serviceModelVersionId: 3b520a2f-a27a-4647-85a2-81da196d628f
2023-03-24T08:00:31.361Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd90f088-c0b8-4936-b147-ef9280721678
2023-03-24T08:00:31.362Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0
2023-03-24T08:00:31.368Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T08:00:31.385Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0|INFO|500||Invoke
2023-03-24T08:00:31.385Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[644ff666-7cb6-4c8f-a485-a08191b720fd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[28241abe-8f16-4151-a423-7495dfc56a80], X-ECOMP-RequestID=[644ff666-7cb6-4c8f-a485-a08191b720fd], X-TransactionId=[], X-ONAP-RequestID=[644ff666-7cb6-4c8f-a485-a08191b720fd], Content-Type=[application/merge-patch+json]}
2023-03-24T08:00:31.391Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T08:00:31.526Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?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/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 08:00:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[245960], x-aai-txid=[0-aai-resources-230324-08:00:31:975-32809], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T08:00:31.527Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T08:00:31.527Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd90f088-c0b8-4936-b147-ef9280721678/model-vers/model-ver/3b520a2f-a27a-4647-85a2-81da196d628f?depth=0|INFO|500||InvokeReturn
2023-03-24T08:00:31.528Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T08:00:31.528Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T08:00:31.537Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T08:00:31.537Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 644ff666-7cb6-4c8f-a485-a08191b720fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T08:00:31.537Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T08:00:31.538Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:00:31.538Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:00:31.538Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644831537,
  "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-24T08:00:32.563Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T08:00:32.563Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ae4956b4-f860-4aa0-952a-aa7b64a781fa","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"7962d515-6965-437f-b17e-96c86c8ef7ec","serviceDescription":"service","serviceInvariantUUID":"ef0c4be8-438a-4fb3-bd60-ee9fe27714b3","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0224f791-4b7f-4bb3-8d8e-683e228fc088","resourceInvariantUUID":"4f53998f-15ab-485f-9c45-413d06d225f3","resourceCustomizationUUID":"1a4d5590-a720-4d71-8cb1-edbb8f70ebd9","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":"ZTM0OTQxOTYzNzRmYjBkYTM0YmI3ZjJiMWFjM2VhNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b531aec8-61da-4bf9-adbf-d3fdd0069005","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":"913e1bc9-83eb-4730-99f2-3c5a8740bbe4","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":"c27e5b72-3f01-44e0-8d8c-8f49f2dc23ba","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":"YmM1ZGUxN2FhMjM5NTc4NmE1MWVhMTc0Mzc5YTFiZjQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"eb2f1aaa-ee9d-4d8d-9a42-deb81ad046e2","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":"9be5384b-be77-4c54-9a9a-ad49526eed90","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":"e59a9b28-a404-4eee-81a8-d121303badab","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":"099e1f2c-74c0-4695-ac05-a6f8e83f2f92","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":"MjljZDllYzlhOWUwMGQ1NGY1Mzg5YmRjYjc0OTE4Zjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7997625b-36b3-4de9-ae8b-557b957f46db","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDM5NGJhNTZlYTU1MWE0NjUxNWJmMTBkZGQxNDdjZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"667cb744-f27e-49f7-a579-dc2caf546142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T08:00:32.563Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:00:32.564Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:00:32.564Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:00:32.564Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T08:00:33.564Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:00:33.565Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:00:33.565Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:00:33.565Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T08:00:34.565Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:00:34.566Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:00:34.566Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:00:34.566Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T08:00:35.566Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:00:35.567Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:00:35.567Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:00:35.567Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T08:00:36.567Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:00:36.568Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:00:36.568Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:00:36.568Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T08:00:37.568Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:00:37.569Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:00:37.569Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:00:37.569Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T08:00:38.569Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:00:38.570Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:00:38.570Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:00:38.570Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T08:00:39.570Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:00:39.571Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:00:39.571Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:00:39.571Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "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-24T08:00:40.572Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:00:40.572Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:00:40.572Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:00:40.572Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:00:41.573Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7962d515-6965-437f-b17e-96c86c8ef7ec",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ef0c4be8-438a-4fb3-bd60-ee9fe27714b3",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1a4d5590-a720-4d71-8cb1-edbb8f70ebd9",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0224f791-4b7f-4bb3-8d8e-683e228fc088",
      "resourceInvariantUUID": "4f53998f-15ab-485f-9c45-413d06d225f3",
      "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": "MDM5NGJhNTZlYTU1MWE0NjUxNWJmMTBkZGQxNDdjZjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "667cb744-f27e-49f7-a579-dc2caf546142"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T08:00:41.573Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T08:00:41.573Z|644ff666-7cb6-4c8f-a485-a08191b720fd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7962d515-6965-437f-b17e-96c86c8ef7ec ASDC
2023-03-24T08:00:41.573Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ae4956b4-f860-4aa0-952a-aa7b64a781fa
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:7962d515-6965-437f-b17e-96c86c8ef7ec
ServiceInvariantUUID:ef0c4be8-438a-4fb3-bd60-ee9fe27714b3
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:667cb744-f27e-49f7-a579-dc2caf546142
ArtifactChecksum:MDM5NGJhNTZlYTU1MWE0NjUxNWJmMTBkZGQxNDdjZjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1a4d5590-a720-4d71-8cb1-edbb8f70ebd9
ResourceInvariantUUID:4f53998f-15ab-485f-9c45-413d06d225f3
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:0224f791-4b7f-4bb3-8d8e-683e228fc088
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T08:00:41.573Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7962d515-6965-437f-b17e-96c86c8ef7ec 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:00:41.614Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T08:00:41.614Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T08:00:41.614Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T08:00:41.614Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 667cb744-f27e-49f7-a579-dc2caf546142 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T08:00:41.614Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T08:00:41.615Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-24T08:00:41.639Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T08:00:41.640Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7d449ec6
2023-03-24T08:00:41.640Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T08:00:41.640Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-24T08:00:41.640Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 667cb744-f27e-49f7-a579-dc2caf546142 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T08:00:41.640Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T08:00:41.640Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-24T08:00:41.641Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T08:00:41.641Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:00:41.641Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:00:41.641Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644841640,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:00:42.641Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:667cb744-f27e-49f7-a579-dc2caf546142)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T08:00:42.656Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T08:00:42.657Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0224f791-4b7f-4bb3-8d8e-683e228fc088
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=?
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-24T08:00:42.662Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||test-pnf 0
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-24T08:00:42.677Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 0224f791-4b7f-4bb3-8d8e-683e228fc088 test-pnf
2023-03-24T08:00:42.678Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 7962d515-6965-437f-b17e-96c86c8ef7ec
2023-03-24T08:00:42.678Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 7962d515-6965-437f-b17e-96c86c8ef7ec
2023-03-24T08:00:42.678Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 0224f791-4b7f-4bb3-8d8e-683e228fc088 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=?
2023-03-24T08:00:42.683Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Exception :
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.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.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$597fafcf.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T08:00:42.697Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_INSTALL_EXC No element listed 300 Exception caught during installation of test-pnf. Transaction rollback
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.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.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$597fafcf.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T08:00:42.703Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 0224f791-4b7f-4bb3-8d8e-683e228fc088 0 ASDC deployResourceStructure
2023-03-24T08:00:42.703Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||ERROR|500||Exception occurred
org.onap.so.asdc.client.exceptions.ArtifactInstallerException: Exception caught during installation of test-pnf. Transaction rollback.
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:430)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.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.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$597fafcf.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	... 23 common frames omitted
2023-03-24T08:00:42.703Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-24T08:00:42.703Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Exception caught during installation of test-pnf. Transaction rollback.)
2023-03-24T08:00:42.704Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T08:00:42.704Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:00:42.704Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:00:42.704Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644842703,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:00:43.704Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae4956b4-f860-4aa0-952a-aa7b64a781fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:00:43.731Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae4956b4-f860-4aa0-952a-aa7b64a781fa
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-24T08:00:43.736Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T08:00:43.736Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T08:00:43.736Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T08:00:43.736Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T08:00:43.737Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:00:43.737Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:00:43.737Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:00:43.737Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-24T08:00:43.737Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-24T08:00:43.751Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T08:00:59.164Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:00:59.165Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:00:59.165Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644800296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4ca7310-9916-4f6b-b551-817b9fa8e874 already exists"
}
2023-03-24T08:00:59.166Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:01:13.751Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae4956b4-f860-4aa0-952a-aa7b64a781fa 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-24T08:01:13.765Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae4956b4-f860-4aa0-952a-aa7b64a781fa and serviceModelVersionId: 7962d515-6965-437f-b17e-96c86c8ef7ec
2023-03-24T08:01:13.765Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ef0c4be8-438a-4fb3-bd60-ee9fe27714b3
2023-03-24T08:01:13.766Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ef0c4be8-438a-4fb3-bd60-ee9fe27714b3/model-vers/model-ver/7962d515-6965-437f-b17e-96c86c8ef7ec?depth=0
2023-03-24T08:01:13.771Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T08:01:13.784Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef0c4be8-438a-4fb3-bd60-ee9fe27714b3/model-vers/model-ver/7962d515-6965-437f-b17e-96c86c8ef7ec?depth=0|INFO|500||Invoke
2023-03-24T08:01:13.784Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef0c4be8-438a-4fb3-bd60-ee9fe27714b3/model-vers/model-ver/7962d515-6965-437f-b17e-96c86c8ef7ec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef0c4be8-438a-4fb3-bd60-ee9fe27714b3/model-vers/model-ver/7962d515-6965-437f-b17e-96c86c8ef7ec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ae4956b4-f860-4aa0-952a-aa7b64a781fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[395f4fc6-7b14-4053-a21a-a6d56658969f], X-ECOMP-RequestID=[ae4956b4-f860-4aa0-952a-aa7b64a781fa], X-TransactionId=[], X-ONAP-RequestID=[ae4956b4-f860-4aa0-952a-aa7b64a781fa], Content-Type=[application/merge-patch+json]}
2023-03-24T08:01:13.791Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef0c4be8-438a-4fb3-bd60-ee9fe27714b3/model-vers/model-ver/7962d515-6965-437f-b17e-96c86c8ef7ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T08:01:13.929Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef0c4be8-438a-4fb3-bd60-ee9fe27714b3/model-vers/model-ver/7962d515-6965-437f-b17e-96c86c8ef7ec?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/ef0c4be8-438a-4fb3-bd60-ee9fe27714b3/model-vers/model-ver/7962d515-6965-437f-b17e-96c86c8ef7ec?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 08:01:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[270368], x-aai-txid=[0-aai-resources-230324-08:01:14:376-47130], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T08:01:13.929Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef0c4be8-438a-4fb3-bd60-ee9fe27714b3/model-vers/model-ver/7962d515-6965-437f-b17e-96c86c8ef7ec?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T08:01:13.930Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef0c4be8-438a-4fb3-bd60-ee9fe27714b3/model-vers/model-ver/7962d515-6965-437f-b17e-96c86c8ef7ec?depth=0|INFO|500||InvokeReturn
2023-03-24T08:01:13.930Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T08:01:13.930Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T08:01:13.938Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T08:01:13.939Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae4956b4-f860-4aa0-952a-aa7b64a781fa and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-24T08:01:13.939Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T08:01:13.939Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:01:13.939Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:01:13.939Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644873939,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
} 
 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-24T08:01:14.969Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-24T08:01:14.970Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-24T08:01:14.972Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Node 1 disconnected.
2023-03-24T08:01:14.972Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Node 2 disconnected.
2023-03-24T08:01:14.973Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-24T08:01:14.973Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-24T08:01:14.973Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Lost previously 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-24T08:01:14.973Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T08:01:14.976Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=12, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-24T08:01:14.978Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-e060602c-955c-4341-bb57-ba07556d2ea9
2023-03-24T08:01:14.978Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T08:01:14.978Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] (Re-)joining group
2023-03-24T08:01:17.540Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T08:01:20.553Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T08:01:23.561Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T08:01:26.569Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T08:01:29.578Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T08:01:32.587Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T08:01:35.595Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T08:01:38.604Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T08:01:41.613Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T08:01:44.622Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T08:01:47.630Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T08:01:50.639Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T08:01:53.648Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T08:01:56.658Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T08:01:59.164Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:01:59.181Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T08:01:59.181Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T08:01:59.187Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T08:01:59.187Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully joined group with generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-e060602c-955c-4341-bb57-ba07556d2ea9', protocol='range'}
2023-03-24T08:01:59.191Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T08:01:59.192Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T08:01:59.192Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T08:01:59.192Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T08:01:59.192Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T08:01:59.192Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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 W3whOpliS72ZxekVU720Lg
2023-03-24T08:01:59.193Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 37: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-e060602c-955c-4341-bb57-ba07556d2ea9=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-24T08:01:59.209Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T08:01:59.209Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Successfully synced group in generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-e060602c-955c-4341-bb57-ba07556d2ea9', protocol='range'}
2023-03-24T08:01:59.209Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T08:01:59.209Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T08:01:59.210Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T08:01:59.210Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, 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-24T08:01:59.215Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-24T08:01:59.215Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T08:01:59.215Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T08:01:59.215Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-24T08:01:59.215Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T08:01:59.215Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1752, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T08:01:59.215Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-24T08:01:59.216Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-24T08:01:59.216Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T08:01:59.216Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-24T08:01:59.216Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T08:01:59.216Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-24T08:02:00.233Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:02:00.233Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "644ff666-7cb6-4c8f-a485-a08191b720fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644831537,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T08:02:00.233Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:02:00.233Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:02:00.234Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:02:00.234Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:02:00.234Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:02:00.234Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:02:00.234Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:02:00.234Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:02:00.234Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:02:00.234Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:02:00.234Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:02:00.234Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:02:00.235Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:02:00.235Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:02:00.235Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:02:00.235Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:02:00.235Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:02:00.235Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:02:00.235Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:02:00.235Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:02:00.235Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:02:00.235Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:02:00.235Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:02:00.236Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:02:00.236Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:02:00.236Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:02:00.236Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644095151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T08:02:00.236Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:02:00.236Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:02:00.236Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644841640,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T08:02:00.236Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:02:00.236Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:02:00.236Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644842703,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
}
2023-03-24T08:02:00.236Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:02:00.236Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:02:00.237Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ae4956b4-f860-4aa0-952a-aa7b64a781fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644873939,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-24T08:02:00.237Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:02:00.285Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T08:02:00.285Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"4f4d2f06-0494-43a6-a64b-32572ec2cd4f","serviceName":"basic_onboard_OYYEOA","serviceVersion":"1.0","serviceUUID":"2a896d72-3427-42c3-9c51-7a9baf301927","serviceDescription":"service","serviceInvariantUUID":"6453009a-682f-4779-b09e-13f352c10a5e","resources":[{"resourceInstanceName":"basic_onboard_OYYEOA 0","resourceName":"basic_onboard_OYYEOA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d9a7313-b25d-475c-8377-9adfb946efd0","resourceInvariantUUID":"8009040d-b91b-4b13-85c4-fece6bfcb0e3","resourceCustomizationUUID":"b1cc5ca1-1246-4125-8ebc-a1079cbe8be6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml","artifactChecksum":"MmU1NTE5ODY5OTI0NjgzMjNkZjkwY2ZiMzMwM2RiYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad1c8aa3-beee-41e2-9e8e-78f7b34ffb87","artifactVersion":"1"},{"artifactName":"basic_onboard_oyyeoa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json","artifactChecksum":"ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcdf0b55-be83-46be-8a09-353314708f63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"436972f1-f03c-4954-b459-893758d8a32e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3cfbecdb-62ec-46ee-8bdc-738bde9a35cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f6639ec1-9d9b-479d-afd4-ac5df430d2b2","artifactVersion":"2","generatedFromUUID":"436972f1-f03c-4954-b459-893758d8a32e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOyyeoa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml","artifactChecksum":"ZjQzN2RmZjUwYzdmZjFhMTY4ZmY3NGRjMDhlMTZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eac9735-ec93-4f95-9a41-b064de4ec4a5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOyyeoa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar","artifactChecksum":"ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T08:02:00.287Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:02:00.287Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:02:00.287Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:02:00.287Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:02:01.288Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:02:01.289Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:02:01.289Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:02:01.289Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:02:02.289Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:02:02.290Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:02:02.290Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:02:02.290Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:02:03.291Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:02:03.291Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:02:03.291Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:02:03.291Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:02:04.292Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:02:04.292Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:02:04.292Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:02:04.292Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:02:05.293Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:02:05.293Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:02:05.293Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:02:05.293Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:02:06.294Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:02:06.294Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:02:06.294Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:02:06.295Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:02:07.295Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "serviceName": "basic_onboard_OYYEOA",
  "serviceVersion": "1.0",
  "serviceUUID": "2a896d72-3427-42c3-9c51-7a9baf301927",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6453009a-682f-4779-b09e-13f352c10a5e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OYYEOA 0",
      "resourceCustomizationUUID": "b1cc5ca1-1246-4125-8ebc-a1079cbe8be6",
      "resourceName": "basic_onboard_OYYEOA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d9a7313-b25d-475c-8377-9adfb946efd0",
      "resourceInvariantUUID": "8009040d-b91b-4b13-85c4-fece6bfcb0e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_oyyeoa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
          "artifactChecksum": "ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bcdf0b55-be83-46be-8a09-353314708f63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "436972f1-f03c-4954-b459-893758d8a32e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
            "generatedFromUUID": "436972f1-f03c-4954-b459-893758d8a32e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f6639ec1-9d9b-479d-afd4-ac5df430d2b2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOyyeoa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
      "artifactChecksum": "ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T08:02:07.296Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T08:02:07.296Z|ae4956b4-f860-4aa0-952a-aa7b64a781fa|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a896d72-3427-42c3-9c51-7a9baf301927 ASDC
2023-03-24T08:02:07.296Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:4f4d2f06-0494-43a6-a64b-32572ec2cd4f
ServiceName:basic_onboard_OYYEOA
ServiceVersion:1.0
ServiceUUID:2a896d72-3427-42c3-9c51-7a9baf301927
ServiceInvariantUUID:6453009a-682f-4779-b09e-13f352c10a5e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOyyeoa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
ArtifactUUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e
ArtifactChecksum:ZTNiM2Y0ZGY4MzdlZTEwZWRiNzkwMzhmNTIyZGRiOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OYYEOA 0
ResourceCustomizationUUID:b1cc5ca1-1246-4125-8ebc-a1079cbe8be6
ResourceInvariantUUID:8009040d-b91b-4b13-85c4-fece6bfcb0e3
ResourceName:basic_onboard_OYYEOA
ResourceType:VF
ResourceUUID:3d9a7313-b25d-475c-8377-9adfb946efd0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oyyeoa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
ArtifactUUID:bcdf0b55-be83-46be-8a09-353314708f63
ArtifactChecksum:ZjQxNTg1OGU1YzU4NzhlM2YwMGYxMjVhMDk2ZjRlODE=
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:436972f1-f03c-4954-b459-893758d8a32e
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
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/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env
ArtifactUUID:f6639ec1-9d9b-479d-afd4-ac5df430d2b2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T08:02:07.296Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a896d72-3427-42c3-9c51-7a9baf301927 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:02:07.337Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T08:02:07.337Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T08:02:07.337Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T08:02:07.338Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T08:02:07.338Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T08:02:07.338Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar
2023-03-24T08:02:07.364Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T08:02:07.364Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@284eec
2023-03-24T08:02:07.364Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T08:02:07.365Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T08:02:07.365Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOyyeoa-csar.csar /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T08:02:07.365Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar ASDC sendASDCNotification
2023-03-24T08:02:07.365Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(Specified artifact is  not found)
2023-03-24T08:02:07.365Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T08:02:07.365Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:02:07.366Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:02:07.366Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644927365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:02:08.367Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOyyeoa-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar(UUID:eb5d9985-2d31-48b9-aaf7-c95b5c1f4c9e)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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-24T08:02:08.390Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T08:02:08.391Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
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-24T08:02:08.396Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||basic_onboard_OYYEOA 0
2023-03-24T08:02:08.396Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d9a7313-b25d-475c-8377-9adfb946efd0
2023-03-24T08:02:08.396Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bcdf0b55-be83-46be-8a09-353314708f63 from URL: /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T08:02:08.397Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T08:02:08.397Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json
2023-03-24T08:02:08.410Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T08:02:08.410Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@44936192
2023-03-24T08:02:08.410Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T08:02:08.411Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOyyeoa"
      ]
    }
  }
}
2023-03-24T08:02:08.411Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_oyyeoa0_modules.json /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json bcdf0b55-be83-46be-8a09-353314708f63 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T08:02:08.411Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json ASDC sendASDCNotification
2023-03-24T08:02:08.411Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(Specified artifact is  not found)
2023-03-24T08:02:08.411Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T08:02:08.412Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:02:08.412Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:02:08.412Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644928411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:02:09.413Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_oyyeoa0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json(UUID:bcdf0b55-be83-46be-8a09-353314708f63)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-24T08:02:09.413Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:02:09.446Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T08:02:09.451Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T08:02:09.451Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T08:02:39.451Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:02:39.476Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T08:02:39.481Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T08:02:39.481Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T08:02:59.164Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:02:59.165Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:02:59.165Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:02:59.166Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:03:09.482Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:03:09.508Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T08:03:09.511Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T08:03:09.511Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T08:03:39.512Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:03:39.539Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T08:03:39.543Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T08:03:39.544Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T08:03:59.164Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:03:59.165Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:03:59.165Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T08:03:59.166Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:03:59.166Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:03:59.166Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-24T08:03:59.166Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:03:59.166Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:03:59.166Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:03:59.166Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:03:59.166Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:03:59.166Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-24T08:03:59.166Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:03:59.167Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:03:59.167Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:03:59.167Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:03:59.167Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:03:59.167Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T08:03:59.167Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:03:59.167Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:03:59.167Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644927365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/artifacts/service-BasicOnboardOyyeoa-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T08:03:59.167Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:03:59.167Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:03:59.167Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644928411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOyyeoa/1.0/resourceInstances/basic_onboard_oyyeoa0/artifacts/basic_onboard_oyyeoa0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T08:03:59.168Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:04:09.544Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:04:09.569Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T08:04:09.574Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T08:04:09.574Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T08:04:39.574Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:04:39.604Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T08:04:39.608Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T08:04:39.609Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T08:04:59.164Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:05:09.609Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:05:09.632Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T08:05:09.636Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T08:05:09.636Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T08:05:39.637Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:05:39.661Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T08:05:39.666Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T08:05:39.666Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T08:05:59.164Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:06:09.666Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:06:09.694Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T08:06:09.700Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T08:06:09.700Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T08:06:39.700Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:06:39.734Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f
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-24T08:06:39.738Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-24T08:06:39.739Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-24T08:06:59.164Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:07:00.326Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-24T08:07:00.326Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Member SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67-e060602c-955c-4341-bb57-ba07556d2ea9 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-24T08:07:00.327Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-24T08:07:00.327Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa6b562d-cd8b-4dd6-9a9d-baaf405f2e67, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-24T08:07:02.745Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-24T08:07:02.762Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Revoke previously 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-24T08:07:02.763Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] (Re-)joining group
2023-03-24T08:07:02.770Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully joined group with generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T08:07:02.771Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Finished assignment for group at generation 38: {SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b=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-24T08:07:02.788Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Successfully synced group in generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f-3c50fe9e-8ace-42e1-8221-a53525ee1e4b', protocol='range'}
2023-03-24T08:07:02.789Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T08:07:02.789Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, 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-24T08:07:02.794Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-24T08:07:02.795Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-24T08:07:02.795Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-24T08:07:02.796Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1774, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-24T08:07:02.796Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-24T08:07:02.796Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f7beef8-804d-48e0-a290-401821f1272f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-24T08:07:09.739Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-24T08:07:09.739Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f 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-24T08:07:09.752Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and serviceModelVersionId: 2a896d72-3427-42c3-9c51-7a9baf301927
2023-03-24T08:07:09.752Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6453009a-682f-4779-b09e-13f352c10a5e
2023-03-24T08:07:09.753Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0
2023-03-24T08:07:09.759Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T08:07:09.780Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||Invoke
2023-03-24T08:07:09.781Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ef32a5ee-fc90-49ba-b4c7-de9321f55d80], X-ECOMP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], X-TransactionId=[], X-ONAP-RequestID=[4f4d2f06-0494-43a6-a64b-32572ec2cd4f], Content-Type=[application/merge-patch+json]}
2023-03-24T08:07:09.788Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-24T08:07:09.960Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?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/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 08:07:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[169], vertex-id=[196704], x-aai-txid=[0-aai-resources-230324-08:07:10:380-83003], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T08:07:09.961Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T08:07:09.962Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6453009a-682f-4779-b09e-13f352c10a5e/model-vers/model-ver/2a896d72-3427-42c3-9c51-7a9baf301927?depth=0|INFO|500||InvokeReturn
2023-03-24T08:07:09.962Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T08:07:09.962Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T08:07:09.971Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T08:07:09.972Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f4d2f06-0494-43a6-a64b-32572ec2cd4f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-24T08:07:09.972Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-24T08:07:09.972Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:07:09.972Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:07:09.973Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645229972,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:07:09.990Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:07:09.990Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4f4d2f06-0494-43a6-a64b-32572ec2cd4f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645229972,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-24T08:07:09.991Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-24T08:07:10.999Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T08:07:11.000Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"dd4d0016-b37c-432f-8772-14719db40fae","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d2fd896c-8dbd-40cf-9f32-00ea121c4b86","serviceDescription":"service","serviceInvariantUUID":"eb7fb721-ae76-4fb4-a11d-09ec966ae14c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fb543b88-df7e-4c82-8201-6f6d54ac6c50","resourceInvariantUUID":"4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c","resourceCustomizationUUID":"9d0a16e8-2977-47a9-95c1-230b7d89e748","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":"YTg3YjMxZjE4MzA2Mjc5NjhhMjUyMWU5ZGVhMDgxYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"237b512e-0d38-481d-8779-ce675533ccd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eaa5e2ab-c485-4ac8-9447-f0ec97630551","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T08:07:11.000Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:07:11.000Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:07:11.000Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:07:11.000Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "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-24T08:07:12.001Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:07:12.001Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:07:12.001Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:07:12.001Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:07:13.002Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d2fd896c-8dbd-40cf-9f32-00ea121c4b86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb7fb721-ae76-4fb4-a11d-09ec966ae14c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9d0a16e8-2977-47a9-95c1-230b7d89e748",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "fb543b88-df7e-4c82-8201-6f6d54ac6c50",
      "resourceInvariantUUID": "4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c",
      "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": "YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eaa5e2ab-c485-4ac8-9447-f0ec97630551"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T08:07:13.002Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T08:07:13.002Z|4f4d2f06-0494-43a6-a64b-32572ec2cd4f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d2fd896c-8dbd-40cf-9f32-00ea121c4b86 ASDC
2023-03-24T08:07:13.003Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:dd4d0016-b37c-432f-8772-14719db40fae
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d2fd896c-8dbd-40cf-9f32-00ea121c4b86
ServiceInvariantUUID:eb7fb721-ae76-4fb4-a11d-09ec966ae14c
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:eaa5e2ab-c485-4ac8-9447-f0ec97630551
ArtifactChecksum:YjlhODU0YmFlNGZiY2UzYmJlYTRlMzdlMGRkNDJiN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9d0a16e8-2977-47a9-95c1-230b7d89e748
ResourceInvariantUUID:4c6783d5-d2a0-4d79-b8bf-6e0a6d4bed1c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fb543b88-df7e-4c82-8201-6f6d54ac6c50
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-24T08:07:13.003Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2fd896c-8dbd-40cf-9f32-00ea121c4b86 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:07:13.046Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T08:07:13.047Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T08:07:13.047Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T08:07:13.047Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T08:07:13.047Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T08:07:13.047Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-24T08:07:13.077Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T08:07:13.077Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@31c1d001
2023-03-24T08:07:13.078Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T08:07:13.078Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-24T08:07:13.078Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eaa5e2ab-c485-4ac8-9447-f0ec97630551 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T08:07:13.078Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T08:07:13.078Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-24T08:07:13.078Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T08:07:13.078Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:07:13.078Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:07:13.079Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645233078,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:07:14.080Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:eaa5e2ab-c485-4ac8-9447-f0ec97630551)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T08:07:14.127Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||ERROR|500||Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists
2023-03-24T08:07:14.127Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T08:07:14.127Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists)
2023-03-24T08:07:14.127Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T08:07:14.128Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:07:14.128Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:07:14.128Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645234127,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:07:15.128Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-24T08:07:15.128Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists)
2023-03-24T08:07:15.128Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T08:07:15.129Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:07:15.129Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:07:15.129Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645235128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:07:16.130Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:07:16.149Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae
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-24T08:07:16.154Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T08:07:16.154Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T08:07:16.154Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T08:07:16.154Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T08:07:16.154Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:07:16.154Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:07:16.154Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:07:16.154Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:07:16.154Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T08:07:16.168Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T08:07:46.168Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd4d0016-b37c-432f-8772-14719db40fae 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-24T08:07:46.176Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd4d0016-b37c-432f-8772-14719db40fae and serviceModelVersionId: d2fd896c-8dbd-40cf-9f32-00ea121c4b86
2023-03-24T08:07:46.177Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb7fb721-ae76-4fb4-a11d-09ec966ae14c
2023-03-24T08:07:46.177Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0
2023-03-24T08:07:46.182Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T08:07:46.198Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||Invoke
2023-03-24T08:07:46.198Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7c5afe11-24b5-4ac8-84e5-58fe31a58373], X-ECOMP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], X-TransactionId=[], X-ONAP-RequestID=[dd4d0016-b37c-432f-8772-14719db40fae], Content-Type=[application/merge-patch+json]}
2023-03-24T08:07:46.205Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T08:07:46.337Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?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/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 08:07:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[225312], x-aai-txid=[2-aai-resources-230324-08:07:46:799-35205], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T08:07:46.338Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T08:07:46.338Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eb7fb721-ae76-4fb4-a11d-09ec966ae14c/model-vers/model-ver/d2fd896c-8dbd-40cf-9f32-00ea121c4b86?depth=0|INFO|500||InvokeReturn
2023-03-24T08:07:46.339Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T08:07:46.339Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T08:07:46.348Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T08:07:46.349Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd4d0016-b37c-432f-8772-14719db40fae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T08:07:46.349Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T08:07:46.349Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:07:46.349Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:07:46.350Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645266349,
  "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-24T08:07:47.378Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T08:07:47.378Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"1a2365d1-074b-4844-91d3-363d03287b57","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"09ff96f4-229a-4515-9709-6d2f2c4821ac","serviceDescription":"service","serviceInvariantUUID":"45dc50b5-a169-45aa-9f0b-ccc1cea11873","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc","resourceInvariantUUID":"a7fff94d-369d-44ee-8b27-435e03531596","resourceCustomizationUUID":"b7580746-a72b-4fb1-9336-d78ac7525682","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":"YTMyNWQyZWU0MDA1ODYwMmVjMGE2Y2IxMDYwMWEyYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69c13507-0010-4c9a-ade6-d19f5baf9488","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":"N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"994e980a-ea5f-4be3-8a38-6ec36a40427d","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":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a","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":"54f5d029-3e9c-428a-9790-9535b8f1bb74","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":"249db6ea-2fe4-4b56-b5af-9585a06fdc81","artifactVersion":"2","generatedFromUUID":"65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2M0YTE2MDQ0ZDIwZGMxYjM4MmM1NzBmNjcwMjVjZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cacd8347-baf7-4864-851a-2e4d0d06f245","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T08:07:47.379Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:07:47.379Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:07:47.379Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:07:47.379Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "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-24T08:07:48.381Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:07:48.381Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:07:48.381Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:07:48.381Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "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-24T08:07:49.381Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:07:49.382Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:07:49.382Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:07:49.382Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "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-24T08:07:50.382Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:07:50.383Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:07:50.383Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:07:50.383Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "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-24T08:07:51.384Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:07:51.384Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:07:51.384Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:07:51.384Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "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-24T08:07:52.385Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:07:52.385Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:07:52.386Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:07:52.386Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "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-24T08:07:53.386Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:07:53.387Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:07:53.387Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:07:53.387Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:07:54.388Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "09ff96f4-229a-4515-9709-6d2f2c4821ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45dc50b5-a169-45aa-9f0b-ccc1cea11873",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b7580746-a72b-4fb1-9336-d78ac7525682",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc",
      "resourceInvariantUUID": "a7fff94d-369d-44ee-8b27-435e03531596",
      "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": "N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "994e980a-ea5f-4be3-8a38-6ec36a40427d",
          "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": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a",
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
            "generatedFromUUID": "65fe8888-43b5-4f65-bf9d-77c8a3c7d02a"
          },
          "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": "249db6ea-2fe4-4b56-b5af-9585a06fdc81",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T08:07:54.388Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T08:07:54.388Z|dd4d0016-b37c-432f-8772-14719db40fae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09ff96f4-229a-4515-9709-6d2f2c4821ac ASDC
2023-03-24T08:07:54.389Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1a2365d1-074b-4844-91d3-363d03287b57
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:09ff96f4-229a-4515-9709-6d2f2c4821ac
ServiceInvariantUUID:45dc50b5-a169-45aa-9f0b-ccc1cea11873
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:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311
ArtifactChecksum:ZWQ2OWNkZDE4OWRmNTc4NDE2NWY2ZjBiMTFjNGNkNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b7580746-a72b-4fb1-9336-d78ac7525682
ResourceInvariantUUID:a7fff94d-369d-44ee-8b27-435e03531596
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc
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:994e980a-ea5f-4be3-8a38-6ec36a40427d
ArtifactChecksum:N2I0YzI2ZGQ1NTQ0YjBlODlmODcwZDY5YjAzZDE1MDE=
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:65fe8888-43b5-4f65-bf9d-77c8a3c7d02a
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
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:249db6ea-2fe4-4b56-b5af-9585a06fdc81
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-24T08:07:54.389Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09ff96f4-229a-4515-9709-6d2f2c4821ac 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:07:54.434Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T08:07:54.435Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T08:07:54.436Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T08:07:54.436Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T08:07:54.436Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T08:07:54.436Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-24T08:07:54.459Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-24T08:07:54.459Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@21ffdaac
2023-03-24T08:07:54.459Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-24T08:07:54.459Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-24T08:07:54.460Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-24T08:07:54.460Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T08:07:54.460Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-24T08:07:54.460Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-24T08:07:54.460Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:07:54.460Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:07:54.460Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645274460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:07:55.461Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
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 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-24T08:07:55.504Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||ERROR|500||Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists
2023-03-24T08:07:55.504Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T08:07:55.505Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists)
2023-03-24T08:07:55.505Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T08:07:55.505Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:07:55.505Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:07:55.505Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645275504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:07:56.506Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-24T08:07:56.506Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists)
2023-03-24T08:07:56.506Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T08:07:56.507Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:07:56.507Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:07:56.507Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645276506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:07:57.508Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:07:57.534Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57
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-24T08:07:57.538Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T08:07:57.539Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T08:07:57.539Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T08:07:57.539Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T08:07:57.539Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:07:57.539Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:07:57.539Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:07:57.540Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:07:57.540Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T08:07:57.553Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T08:07:59.164Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:07:59.170Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:07:59.170Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:07:59.171Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:07:59.171Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:07:59.171Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T08:07:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:07:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:07:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645233078,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T08:07:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:07:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:07:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645234127,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: eaa5e2ab-c485-4ac8-9447-f0ec97630551 already exists"
}
2023-03-24T08:07:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:07:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:07:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645235128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: fb543b88-df7e-4c82-8201-6f6d54ac6c50 already exists"
}
2023-03-24T08:07:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:07:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:07:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd4d0016-b37c-432f-8772-14719db40fae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645266349,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T08:07:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:07:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:07:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:07:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:07:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:07:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-24T08:07:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:07:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:07:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-24T08:07:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:07:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:07:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:07:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:07:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:07:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-24T08:07:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:07:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:07:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:07:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:07:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:07:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T08:07:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:07:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:07:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645274460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-24T08:07:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:07:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:07:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645275504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 58d4d5f0-1b8d-42cc-b2cf-4e7c400fa311 already exists"
}
2023-03-24T08:07:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:07:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:07:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645276506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 941e2c7b-b5c4-4a0b-921d-74bcc15ad5cc already exists"
}
2023-03-24T08:07:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:08:27.553Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a2365d1-074b-4844-91d3-363d03287b57 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-24T08:08:27.565Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a2365d1-074b-4844-91d3-363d03287b57 and serviceModelVersionId: 09ff96f4-229a-4515-9709-6d2f2c4821ac
2023-03-24T08:08:27.565Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45dc50b5-a169-45aa-9f0b-ccc1cea11873
2023-03-24T08:08:27.566Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0
2023-03-24T08:08:27.570Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T08:08:27.585Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||Invoke
2023-03-24T08:08:27.586Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b56ac3cb-4e38-4edf-a8b9-14f0188b6e12], X-ECOMP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], X-TransactionId=[], X-ONAP-RequestID=[1a2365d1-074b-4844-91d3-363d03287b57], Content-Type=[application/merge-patch+json]}
2023-03-24T08:08:27.593Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T08:08:27.727Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?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/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 08:08:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[356504], x-aai-txid=[2-aai-resources-230324-08:08:28:187-3601], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T08:08:27.728Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T08:08:27.729Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45dc50b5-a169-45aa-9f0b-ccc1cea11873/model-vers/model-ver/09ff96f4-229a-4515-9709-6d2f2c4821ac?depth=0|INFO|500||InvokeReturn
2023-03-24T08:08:27.729Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T08:08:27.730Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T08:08:27.738Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T08:08:27.739Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a2365d1-074b-4844-91d3-363d03287b57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T08:08:27.739Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T08:08:27.740Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:08:27.741Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:08:27.741Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645307739,
  "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-24T08:08:28.768Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T08:08:28.768Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"47aeea4c-050e-497f-8613-81119c7707d5","serviceName":"Demo_pNF_i16cL97oNGISgd9SfY8I","serviceVersion":"1.0","serviceUUID":"6d21b031-231c-48e2-9b5c-0e7d88d020fd","serviceDescription":"catalog service description","serviceInvariantUUID":"36e2a514-3273-43b4-aec1-d55c0635af0f","resources":[{"resourceInstanceName":"pNF 196156c4-b041 0","resourceName":"pNF 196156c4-b041","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b5ec4454-3c1e-47ea-9136-dede5fa2c277","resourceInvariantUUID":"c1923a0b-6273-4444-ac11-1fce9096051a","resourceCustomizationUUID":"b66059b5-3bb7-494c-a357-4392105f719b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml","artifactChecksum":"ZWQ3OTVmMGUwZTNiMzU5ZmVmNGQzNzc1YTcxMzhiYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1c63b36-dc3a-4547-b21e-aa0344274eef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ad0f8d2-26c0-49de-bd43-1c4bf374e11a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078338d5-2741-4210-afc5-93fe15bb8330","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml","artifactChecksum":"ZjM0Y2M4ZWVkOTJkNjEwMWQ2MmQwZDEzYjRhYjBiZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fb0ba830-9ee7-47a7-b7df-d30109bea559","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8aeb7c64-6355-449e-a401-137fb967b643","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21a99006-a94d-46a5-a378-c22a7e5688f4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml","artifactChecksum":"ZjA3NDNlYTlkOTkyNzIxNjg1NmE1NzZhNDRmMTY2MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b208e49c-1313-4351-bae0-c1233a1fe994","artifactVersion":"1"},{"artifactName":"service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar","artifactChecksum":"MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9cc91da5-e75b-4ec0-b006-8d70c31f6118","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T08:08:28.769Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:08:28.769Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:08:28.769Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:08:28.769Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:08:29.770Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:08:29.770Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:08:29.770Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:08:29.770Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:08:30.771Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:08:30.771Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:08:30.771Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:08:30.771Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:08:31.772Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:08:31.772Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:08:31.772Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:08:31.772Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:08:32.773Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:08:32.773Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:08:32.773Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:08:32.773Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:08:33.775Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:08:33.775Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:08:33.775Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:08:33.775Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:08:34.776Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:08:34.776Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:08:34.776Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:08:34.776Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:08:35.777Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:08:35.777Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:08:35.778Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:08:35.778Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:08:36.778Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "serviceName": "Demo_pNF_i16cL97oNGISgd9SfY8I",
  "serviceVersion": "1.0",
  "serviceUUID": "6d21b031-231c-48e2-9b5c-0e7d88d020fd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "36e2a514-3273-43b4-aec1-d55c0635af0f",
  "resources": [
    {
      "resourceInstanceName": "pNF 196156c4-b041 0",
      "resourceCustomizationUUID": "b66059b5-3bb7-494c-a357-4392105f719b",
      "resourceName": "pNF 196156c4-b041",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b5ec4454-3c1e-47ea-9136-dede5fa2c277",
      "resourceInvariantUUID": "c1923a0b-6273-4444-ac11-1fce9096051a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
      "artifactChecksum": "MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9cc91da5-e75b-4ec0-b006-8d70c31f6118"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T08:08:36.779Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T08:08:36.779Z|1a2365d1-074b-4844-91d3-363d03287b57|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d21b031-231c-48e2-9b5c-0e7d88d020fd ASDC
2023-03-24T08:08:36.779Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:47aeea4c-050e-497f-8613-81119c7707d5
ServiceName:Demo_pNF_i16cL97oNGISgd9SfY8I
ServiceVersion:1.0
ServiceUUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
ServiceInvariantUUID:36e2a514-3273-43b4-aec1-d55c0635af0f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
ArtifactUUID:9cc91da5-e75b-4ec0-b006-8d70c31f6118
ArtifactChecksum:MTZhNTIwZWQ0YmJkZGJhNjNmZmQ1NzgwNTM2MTNkNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 196156c4-b041 0
ResourceCustomizationUUID:b66059b5-3bb7-494c-a357-4392105f719b
ResourceInvariantUUID:c1923a0b-6273-4444-ac11-1fce9096051a
ResourceName:pNF 196156c4-b041
ResourceType:PNF
ResourceUUID:b5ec4454-3c1e-47ea-9136-dede5fa2c277
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T08:08:36.779Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d21b031-231c-48e2-9b5c-0e7d88d020fd 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:08:36.816Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T08:08:36.817Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T08:08:36.817Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T08:08:36.817Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 from URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T08:08:36.817Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T08:08:36.817Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T08:08:37.067Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-24T08:08:37.072Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar 9cc91da5-e75b-4ec0-b006-8d70c31f6118 88017
2023-03-24T08:08:37.072Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T08:08:37.072Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T08:08:37.072Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T08:08:37.072Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:08:37.072Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:08:37.073Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645317072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:08:38.073Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T08:08:38.074Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T08:08:38.074Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118, URL: /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar to file: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T08:08:38.076Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T08:08:38.076Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T08:08:38.077Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T08:08:38.256Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13845531159764394080/Definitions/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml
2023-03-24T08:08:38.801Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T08:08:38.801Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-24T08:08:38.802Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T08:08:38.802Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T08:08:38.802Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 196156c4-b041 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-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T08:08:38.802Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T08:08:38.802Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T08:08:38.802Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T08:08:38.802Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T08:08:38.802Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T08:08:38.802Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar
2023-03-24T08:08:38.802Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-24T08:08:38.802Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:08:38.802Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:08:38.802Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T08:08:38.802Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-24T08:08:38.802Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T08:08:38.802Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:08:38.802Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:08:38.803Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Node template pNF 196156c4-b041 0 is matching search criteria
2023-03-24T08:08:38.803Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-24T08:08:38.803Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 196156c4-b041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T08:08:38.803Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:08:38.803Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:08:38.803Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:08:38.803Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:08:38.803Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:08:38.803Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:08:38.803Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:08:38.803Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:08:38.803Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:08:38.803Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_i16cL97oNGISgd9SfY8I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:08:38.803Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_i16cL97oNGISgd9SfY8I
Description:catalog service description
Model UUID:6d21b031-231c-48e2-9b5c-0e7d88d020fd
Model Version:NULL
Model InvariantUuid:36e2a514-3273-43b4-aec1-d55c0635af0f
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=?
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-24T08:08:38.848Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||ERROR|500||Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists
2023-03-24T08:08:38.849Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T08:08:38.849Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists)
2023-03-24T08:08:38.849Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T08:08:38.849Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:08:38.850Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:08:38.850Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645318849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:08:39.850Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar ASDC sendASDCNotification
2023-03-24T08:08:39.851Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar(Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists)
2023-03-24T08:08:39.851Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T08:08:39.851Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:08:39.851Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:08:39.851Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645319850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:08:40.852Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:08:40.876Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5
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-24T08:08:40.880Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T08:08:40.880Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T08:08:40.881Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T08:08:40.881Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T08:08:40.881Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:08:40.881Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:08:40.881Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:08:40.881Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:08:40.881Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T08:08:40.894Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T08:08:59.164Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:08:59.171Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:08:59.171Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a2365d1-074b-4844-91d3-363d03287b57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645307739,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T08:08:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:08:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:08:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:08:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:08:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:08:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:08:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:08:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:08:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:08:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:08:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:08:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:08:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:08:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:08:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:08:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:08:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:08:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/resourceInstances/pnf196156c4b0410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:08:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:08:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:08:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:08:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:08:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:08:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T08:08:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:08:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:08:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645317072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T08:08:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:08:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:08:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645318849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9cc91da5-e75b-4ec0-b006-8d70c31f6118 already exists"
}
2023-03-24T08:08:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:08:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:08:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645319850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI16cl97ongisgd9sfy8i/1.0/artifacts/service-DemoPnfI16cl97ongisgd9sfy8i-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b5ec4454-3c1e-47ea-9136-dede5fa2c277 already exists"
}
2023-03-24T08:08:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:09:10.894Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47aeea4c-050e-497f-8613-81119c7707d5 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-24T08:09:10.902Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47aeea4c-050e-497f-8613-81119c7707d5 and serviceModelVersionId: 6d21b031-231c-48e2-9b5c-0e7d88d020fd
2023-03-24T08:09:10.903Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36e2a514-3273-43b4-aec1-d55c0635af0f
2023-03-24T08:09:10.903Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0
2023-03-24T08:09:10.910Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T08:09:10.926Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?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-24T08:09:10.927Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||Invoke
2023-03-24T08:09:10.934Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T08:09:11.067Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0|INFO|500||InvokeReturn
2023-03-24T08:09:11.068Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36e2a514-3273-43b4-aec1-d55c0635af0f/model-vers/model-ver/6d21b031-231c-48e2-9b5c-0e7d88d020fd?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 08:09:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[221384], x-aai-txid=[1-aai-resources-230324-08:09:11:528-37599], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T08:09:11.068Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-24T08:09:11.068Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T08:09:11.069Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T08:09:11.077Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T08:09:11.077Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47aeea4c-050e-497f-8613-81119c7707d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T08:09:11.077Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T08:09:11.077Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:09:11.077Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:09:11.078Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645351077,
  "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-24T08:09:12.107Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T08:09:12.107Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"74dc9741-be4b-4978-bc6b-eaa74b750d0f","serviceName":"Demo_pNF_udFnnTGbbaPA3TPCLzGq","serviceVersion":"1.0","serviceUUID":"9201de56-0aff-4843-9892-0e79e694a55c","serviceDescription":"catalog service description","serviceInvariantUUID":"e472cdc6-cdb6-46b7-b96e-b4bf01d5083c","resources":[{"resourceInstanceName":"pNF 987b0b8e-dbc1 0","resourceName":"pNF 987b0b8e-dbc1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"de5d512a-ba4f-4f57-b63a-421597be67d9","resourceInvariantUUID":"090e47b5-650a-40ab-83f3-56f7ceed024b","resourceCustomizationUUID":"d04be6e1-cb33-473e-a923-5b5289d301cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q0OWVhNWQ5M2E5YTIyNTc0MzM1NDA1MmQ0OGU4ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba09de2f-e124-42bf-b973-f7c86cd0e26e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7a4867e-e8a7-42eb-8eb9-a78047af0e58","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f186ebad-ad1b-4d81-834b-8246aa9dee2a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml","artifactChecksum":"YzNmNDljOTIwZmFkMzM3Mzk2NzFkOGVlZGE5YWNlZjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed53392e-4f36-4f7b-b71b-c30b3a756cb3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88a60b39-e34f-4f1d-9d09-53d94aa0a750","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7588dab5-8e3c-4f59-a8e2-d446acb1c88f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml","artifactChecksum":"NjAxN2MwZjU3NmJlNWU3NzE1MTIwMjMyZTg4MDAzNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70d79d54-9860-4019-8b1a-8fef8d5884af","artifactVersion":"1"},{"artifactName":"service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar","artifactChecksum":"YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50c84df6-da4c-4d46-a80b-33026baa8e04","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T08:09:12.107Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:09:12.108Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:09:12.108Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:09:12.108Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:09:13.108Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:09:13.109Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:09:13.109Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:09:13.109Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:09:14.109Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:09:14.110Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:09:14.110Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:09:14.110Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:09:15.111Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:09:15.111Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:09:15.111Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:09:15.112Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:09:16.112Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:09:16.113Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:09:16.113Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:09:16.113Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:09:17.114Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:09:17.114Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:09:17.114Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:09:17.115Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:09:18.115Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:09:18.116Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:09:18.116Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:09:18.116Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:09:19.117Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:09:19.117Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:09:19.117Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:09:19.118Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:09:20.118Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "serviceName": "Demo_pNF_udFnnTGbbaPA3TPCLzGq",
  "serviceVersion": "1.0",
  "serviceUUID": "9201de56-0aff-4843-9892-0e79e694a55c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e472cdc6-cdb6-46b7-b96e-b4bf01d5083c",
  "resources": [
    {
      "resourceInstanceName": "pNF 987b0b8e-dbc1 0",
      "resourceCustomizationUUID": "d04be6e1-cb33-473e-a923-5b5289d301cc",
      "resourceName": "pNF 987b0b8e-dbc1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "de5d512a-ba4f-4f57-b63a-421597be67d9",
      "resourceInvariantUUID": "090e47b5-650a-40ab-83f3-56f7ceed024b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
      "artifactChecksum": "YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50c84df6-da4c-4d46-a80b-33026baa8e04"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T08:09:20.119Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T08:09:20.119Z|47aeea4c-050e-497f-8613-81119c7707d5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9201de56-0aff-4843-9892-0e79e694a55c ASDC
2023-03-24T08:09:20.119Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:74dc9741-be4b-4978-bc6b-eaa74b750d0f
ServiceName:Demo_pNF_udFnnTGbbaPA3TPCLzGq
ServiceVersion:1.0
ServiceUUID:9201de56-0aff-4843-9892-0e79e694a55c
ServiceInvariantUUID:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
ArtifactUUID:50c84df6-da4c-4d46-a80b-33026baa8e04
ArtifactChecksum:YjE5MjdhMzU3MGY2ZTdkMmIyMWU0MTY4MzQ3YmNmN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 987b0b8e-dbc1 0
ResourceCustomizationUUID:d04be6e1-cb33-473e-a923-5b5289d301cc
ResourceInvariantUUID:090e47b5-650a-40ab-83f3-56f7ceed024b
ResourceName:pNF 987b0b8e-dbc1
ResourceType:PNF
ResourceUUID:de5d512a-ba4f-4f57-b63a-421597be67d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T08:09:20.119Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9201de56-0aff-4843-9892-0e79e694a55c 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:09:20.164Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T08:09:20.165Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T08:09:20.165Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T08:09:20.165Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 from URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T08:09:20.165Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T08:09:20.165Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T08:09:20.397Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-24T08:09:20.400Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar 50c84df6-da4c-4d46-a80b-33026baa8e04 88008
2023-03-24T08:09:20.400Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T08:09:20.401Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T08:09:20.401Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T08:09:20.401Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:09:20.401Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:09:20.401Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645360400,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:09:21.402Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T08:09:21.403Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T08:09:21.403Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04, URL: /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar to file: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T08:09:21.404Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T08:09:21.404Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T08:09:21.405Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T08:09:21.482Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15094167241779143198/Definitions/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml
2023-03-24T08:09:22.022Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T08:09:22.022Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-24T08:09:22.022Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T08:09:22.023Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T08:09:22.023Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 987b0b8e-dbc1 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-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T08:09:22.023Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T08:09:22.023Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T08:09:22.023Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T08:09:22.023Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T08:09:22.023Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T08:09:22.023Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar
2023-03-24T08:09:22.023Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-24T08:09:22.023Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:09:22.023Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:09:22.023Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T08:09:22.024Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-24T08:09:22.024Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T08:09:22.024Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:09:22.024Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:09:22.024Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Node template pNF 987b0b8e-dbc1 0 is matching search criteria
2023-03-24T08:09:22.024Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-24T08:09:22.024Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 987b0b8e-dbc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T08:09:22.024Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:09:22.025Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:09:22.025Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:09:22.025Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:09:22.025Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:09:22.025Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:09:22.025Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:09:22.025Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:09:22.025Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:09:22.025Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_udFnnTGbbaPA3TPCLzGq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:09:22.025Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_udFnnTGbbaPA3TPCLzGq
Description:catalog service description
Model UUID:9201de56-0aff-4843-9892-0e79e694a55c
Model Version:NULL
Model InvariantUuid:e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
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=?
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-24T08:09:22.069Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||ERROR|500||Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists
2023-03-24T08:09:22.069Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T08:09:22.069Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists)
2023-03-24T08:09:22.069Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T08:09:22.070Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:09:22.070Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:09:22.070Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645362069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:09:23.070Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar ASDC sendASDCNotification
2023-03-24T08:09:23.071Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar(Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists)
2023-03-24T08:09:23.071Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T08:09:23.071Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:09:23.072Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:09:23.072Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645363070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:09:24.073Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:09:24.101Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f
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-24T08:09:24.106Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T08:09:24.106Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T08:09:24.106Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T08:09:24.106Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T08:09:24.106Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:09:24.107Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:09:24.107Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:09:24.107Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:09:24.107Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T08:09:24.123Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T08:09:54.123Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f 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-24T08:09:54.133Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74dc9741-be4b-4978-bc6b-eaa74b750d0f and serviceModelVersionId: 9201de56-0aff-4843-9892-0e79e694a55c
2023-03-24T08:09:54.134Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e472cdc6-cdb6-46b7-b96e-b4bf01d5083c
2023-03-24T08:09:54.134Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0
2023-03-24T08:09:54.141Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T08:09:54.162Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||Invoke
2023-03-24T08:09:54.163Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74dc9741-be4b-4978-bc6b-eaa74b750d0f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b323a813-10f9-4782-8e76-2aeea20f2796], X-ECOMP-RequestID=[74dc9741-be4b-4978-bc6b-eaa74b750d0f], X-TransactionId=[], X-ONAP-RequestID=[74dc9741-be4b-4978-bc6b-eaa74b750d0f], Content-Type=[application/merge-patch+json]}
2023-03-24T08:09:54.171Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T08:09:54.331Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?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/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 08:09:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[245792], x-aai-txid=[0-aai-resources-230324-08:09:54:766-18687], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T08:09:54.331Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T08:09:54.332Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e472cdc6-cdb6-46b7-b96e-b4bf01d5083c/model-vers/model-ver/9201de56-0aff-4843-9892-0e79e694a55c?depth=0|INFO|500||InvokeReturn
2023-03-24T08:09:54.332Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T08:09:54.332Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T08:09:54.340Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T08:09:54.340Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74dc9741-be4b-4978-bc6b-eaa74b750d0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T08:09:54.340Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T08:09:54.340Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:09:54.340Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:09:54.341Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645394340,
  "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-24T08:09:55.370Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T08:09:55.370Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"8724cd49-34ec-4980-ab2b-64ace9832bd0","serviceName":"Demo_pNF_UwgnjqgcnsmCphwI9gbY","serviceVersion":"1.0","serviceUUID":"ae383e4d-80b0-4cc6-9ff7-4def5cc309bf","serviceDescription":"catalog service description","serviceInvariantUUID":"087fabf1-baa4-4625-b959-7f8bdf3eeaab","resources":[{"resourceInstanceName":"pNF 36bf80f7-db9b 0","resourceName":"pNF 36bf80f7-db9b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9fb428ca-b2ee-4b9a-b88b-76c73bae18d0","resourceInvariantUUID":"5f7912da-deb8-4284-8c89-064dcbe2661c","resourceCustomizationUUID":"29593f6d-a855-47c1-95d6-471370e64983","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml","artifactChecksum":"OGFjMThmNzRkZDJmMDQyOTU5YTJiNjRlMDczNjA5Zjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74ee8d11-c8c0-4e92-a1a1-916801a4371e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fdd3764d-c2fd-4586-ae74-b67caa4af234","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42939f9f-f090-45b0-907b-88c01da93f7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml","artifactChecksum":"YmM2MzIwNWMyNTcxN2I3MjkzOGViMTAyNTY5ZTNkYzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"64a8ced7-b923-4638-87a1-074aa9a8a738","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b5467a5b-fad4-4b84-968f-eb9a45f224e8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"55ab392b-ed1e-455f-aad7-154d3eb1b149","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml","artifactChecksum":"MTZiNDEwZDZlMjIyYThjYWVlZDI4ZWMxYjVkYmUyNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b011f01c-348d-470c-a42e-befef97cee3a","artifactVersion":"1"},{"artifactName":"service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar","artifactChecksum":"ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T08:09:55.370Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:09:55.371Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:09:55.371Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:09:55.371Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:09:56.372Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:09:56.372Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:09:56.372Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:09:56.372Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:09:57.373Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:09:57.373Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:09:57.373Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:09:57.373Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:09:58.374Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:09:58.374Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:09:58.374Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:09:58.375Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:09:59.164Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:09:59.171Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:09:59.171Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47aeea4c-050e-497f-8613-81119c7707d5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645351077,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T08:09:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:09:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:09:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:09:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:09:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:09:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:09:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:09:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:09:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:09:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:09:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:09:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:09:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:09:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:09:59.172Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:09:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:09:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:09:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/resourceInstances/pnf987b0b8edbc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:09:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:09:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:09:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:09:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:09:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:09:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-24T08:09:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:09:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:09:59.173Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645360400,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-24T08:09:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:09:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:09:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645362069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50c84df6-da4c-4d46-a80b-33026baa8e04 already exists"
}
2023-03-24T08:09:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:09:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:09:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645363070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdfnntgbbapa3tpclzgq/1.0/artifacts/service-DemoPnfUdfnntgbbapa3tpclzgq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: de5d512a-ba4f-4f57-b63a-421597be67d9 already exists"
}
2023-03-24T08:09:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:09:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:09:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "74dc9741-be4b-4978-bc6b-eaa74b750d0f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645394340,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-24T08:09:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:09:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:09:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:09:59.174Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:09:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:09:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:09:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:09:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:09:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:09:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:09:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-24T08:09:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-24T08:09:59.175Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-24T08:09:59.375Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:09:59.375Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:09:59.375Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:09:59.375Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:10:00.376Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:10:00.376Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:10:00.376Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:10:00.376Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/resourceInstances/pnf36bf80f7db9b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:10:01.377Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:10:01.377Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:10:01.377Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:10:01.377Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:10:02.378Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:10:02.378Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:10:02.379Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:10:02.379Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:10:03.379Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "serviceName": "Demo_pNF_UwgnjqgcnsmCphwI9gbY",
  "serviceVersion": "1.0",
  "serviceUUID": "ae383e4d-80b0-4cc6-9ff7-4def5cc309bf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "087fabf1-baa4-4625-b959-7f8bdf3eeaab",
  "resources": [
    {
      "resourceInstanceName": "pNF 36bf80f7-db9b 0",
      "resourceCustomizationUUID": "29593f6d-a855-47c1-95d6-471370e64983",
      "resourceName": "pNF 36bf80f7-db9b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9fb428ca-b2ee-4b9a-b88b-76c73bae18d0",
      "resourceInvariantUUID": "5f7912da-deb8-4284-8c89-064dcbe2661c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
      "artifactChecksum": "ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf"
    }
  ],
  "workloadContext": "Production"
}
2023-03-24T08:10:03.380Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-24T08:10:03.380Z|74dc9741-be4b-4978-bc6b-eaa74b750d0f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ae383e4d-80b0-4cc6-9ff7-4def5cc309bf ASDC
2023-03-24T08:10:03.380Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:8724cd49-34ec-4980-ab2b-64ace9832bd0
ServiceName:Demo_pNF_UwgnjqgcnsmCphwI9gbY
ServiceVersion:1.0
ServiceUUID:ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
ServiceInvariantUUID:087fabf1-baa4-4625-b959-7f8bdf3eeaab
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
ArtifactUUID:2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf
ArtifactChecksum:ZDRiYTMyZjMwYTcxZDY2NWQ2M2VkOTIwMzI3NWFkMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 36bf80f7-db9b 0
ResourceCustomizationUUID:29593f6d-a855-47c1-95d6-471370e64983
ResourceInvariantUUID:5f7912da-deb8-4284-8c89-064dcbe2661c
ResourceName:pNF 36bf80f7-db9b
ResourceType:PNF
ResourceUUID:9fb428ca-b2ee-4b9a-b88b-76c73bae18d0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-24T08:10:03.380Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae383e4d-80b0-4cc6-9ff7-4def5cc309bf 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:10:03.419Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T08:10:03.419Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T08:10:03.420Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T08:10:03.420Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf from URL: /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T08:10:03.420Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-24T08:10:03.420Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T08:10:03.846Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-24T08:10:03.850Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf 88009
2023-03-24T08:10:03.850Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T08:10:03.850Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T08:10:03.850Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-24T08:10:03.851Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:10:03.851Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:10:03.851Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645403850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:10:04.852Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-24T08:10:04.853Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-24T08:10:04.853Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf, URL: /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar to file: /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T08:10:04.853Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T08:10:04.854Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T08:10:04.854Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T08:10:04.940Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10470150610115281743/Definitions/service-DemoPnfUwgnjqgcnsmcphwi9gby-template.yml
2023-03-24T08:10:05.472Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-24T08:10:05.472Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-24T08:10:05.472Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T08:10:05.472Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-24T08:10:05.472Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T08:10:05.472Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 36bf80f7-db9b 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-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T08:10:05.472Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T08:10:05.472Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T08:10:05.472Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T08:10:05.472Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T08:10:05.472Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar
2023-03-24T08:10:05.472Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-24T08:10:05.472Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:10:05.472Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:10:05.472Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Node template pNF 36bf80f7-db9b 0 is matching search criteria
2023-03-24T08:10:05.473Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-24T08:10:05.473Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 36bf80f7-db9b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T08:10:05.473Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:10:05.473Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:10:05.473Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Node template pNF 36bf80f7-db9b 0 is matching search criteria
2023-03-24T08:10:05.473Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-24T08:10:05.473Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 36bf80f7-db9b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-24T08:10:05.473Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:10:05.473Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:10:05.473Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:10:05.473Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:10:05.473Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:10:05.473Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:10:05.473Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:10:05.473Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:10:05.473Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-24T08:10:05.473Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UwgnjqgcnsmCphwI9gbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-24T08:10:05.473Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UwgnjqgcnsmCphwI9gbY
Description:catalog service description
Model UUID:ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
Model Version:NULL
Model InvariantUuid:087fabf1-baa4-4625-b959-7f8bdf3eeaab
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=?
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-24T08:10:05.509Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||ERROR|500||Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists
2023-03-24T08:10:05.510Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T08:10:05.510Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar(Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists)
2023-03-24T08:10:05.510Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T08:10:05.510Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:10:05.510Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:10:05.510Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645405509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2f5b2b88-4b0e-43c3-a8bf-6b834f4d45bf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:10:06.511Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar ASDC sendASDCNotification
2023-03-24T08:10:06.511Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar(Resource with UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 already exists)
2023-03-24T08:10:06.511Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-24T08:10:06.511Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:10:06.512Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:10:06.512Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645406511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUwgnjqgcnsmcphwi9gby/1.0/artifacts/service-DemoPnfUwgnjqgcnsmcphwi9gby-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9fb428ca-b2ee-4b9a-b88b-76c73bae18d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-24T08:10:07.512Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:10:07.538Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0
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-24T08:10:07.542Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-24T08:10:07.543Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-24T08:10:07.543Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-24T08:10:07.543Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-24T08:10:07.543Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:10:07.543Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:10:07.543Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:10:07.543Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-24T08:10:07.543Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-24T08:10:07.557Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-24T08:10:37.558Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0 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-24T08:10:37.570Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8724cd49-34ec-4980-ab2b-64ace9832bd0 and serviceModelVersionId: ae383e4d-80b0-4cc6-9ff7-4def5cc309bf
2023-03-24T08:10:37.571Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 087fabf1-baa4-4625-b959-7f8bdf3eeaab
2023-03-24T08:10:37.571Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0
2023-03-24T08:10:37.578Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-24T08:10:37.599Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|INFO|500||Invoke
2023-03-24T08:10:37.600Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8724cd49-34ec-4980-ab2b-64ace9832bd0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f4e7bfe8-3eac-43e0-abef-d43519192426], X-ECOMP-RequestID=[8724cd49-34ec-4980-ab2b-64ace9832bd0], X-TransactionId=[], X-ONAP-RequestID=[8724cd49-34ec-4980-ab2b-64ace9832bd0], Content-Type=[application/merge-patch+json]}
2023-03-24T08:10:37.608Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-24T08:10:37.772Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?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/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0 has http status code:200 and response headers:{date=[Fri, 24 Mar 2023 08:10:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[225376], x-aai-txid=[1-aai-resources-230324-08:10:38:205-82882], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-24T08:10:37.773Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-24T08:10:37.773Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/087fabf1-baa4-4625-b959-7f8bdf3eeaab/model-vers/model-ver/ae383e4d-80b0-4cc6-9ff7-4def5cc309bf?depth=0|INFO|500||InvokeReturn
2023-03-24T08:10:37.773Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-24T08:10:37.773Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-24T08:10:37.782Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-24T08:10:37.782Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8724cd49-34ec-4980-ab2b-64ace9832bd0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-24T08:10:37.783Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-24T08:10:37.783Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:10:37.783Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:10:37.783Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "8724cd49-34ec-4980-ab2b-64ace9832bd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679645437782,
  "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-24T08:10:38.810Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-24T08:10:38.810Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"f6e121a0-a57f-49e0-8e84-03d4afe0e29c","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"341b0520-ae27-48bb-aa25-d8d48c9ceb78","serviceDescription":"service","serviceInvariantUUID":"2b10c9e7-82e1-456c-85f3-2ea2c444884f","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe8477c7-e8ec-419a-bf67-26a082731949","resourceInvariantUUID":"413ba2f7-68f8-4bf4-ae24-3b9ac1cd2b28","resourceCustomizationUUID":"625d37cb-6e80-449f-8ef6-1bcfa792a9ac","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":"MzIzNTk3OGY2NWU5MjI0MDA4M2VhOWE3Yjc2MWNjYTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8324a320-5c5c-4f0b-81e3-6f55c858d21b","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":"OTJiNzk4ZDk3NjY0Njc2Mjc1OTJjNDc1MThiNGZiNmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a4b3134-7c25-4d1b-b00f-fe2d0f367056","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":"11a7e22e-bcec-4253-a395-c91a8b2ec733","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":"bf06ffc5-59d4-4278-951d-2caead64affe","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":"16d5f357-5e31-4d4e-96b0-badc500b14b5","artifactVersion":"2","generatedFromUUID":"16a9aa83-9d05-4970-a869-70fa820b4a0f"},{"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":"b639699b-897d-4297-86ed-76e92092cdf0","artifactVersion":"2","generatedFromUUID":"11a7e22e-bcec-4253-a395-c91a8b2ec733"},{"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":"16a9aa83-9d05-4970-a869-70fa820b4a0f","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":"d1543da3-c069-4afb-8f1e-0bbb7b186e87","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":"NzVlNTg5NWVkZWJlZGQyOGI4ZjAyYTM1ZjM0NWY1YzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"076501d2-fb09-4970-9098-2e1a306a507c","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NmEyNGU4ZWUzYTc0NTI0NzUxMzVkYmVjMTczMTlmYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e77ae59e-2b8a-4f5b-8f93-4be776d9895d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-24T08:10:38.810Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:10:38.811Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:10:38.811Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:10:38.811Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "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-24T08:10:39.811Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:10:39.812Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:10:39.812Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:10:39.812Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "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-24T08:10:40.812Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:10:40.813Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:10:40.813Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:10:40.813Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "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-24T08:10:41.814Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:10:41.814Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:10:41.814Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:10:41.814Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "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-24T08:10:42.815Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:10:42.815Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:10:42.815Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:10:42.815Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "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-24T08:10:43.816Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:10:43.816Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:10:43.816Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:10:43.817Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "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-24T08:10:44.817Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:10:44.818Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:10:44.818Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:10:44.818Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "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-24T08:10:45.818Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-24T08:10:45.819Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-24T08:10:45.819Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-24T08:10:45.819Z|8724cd49-34ec-4980-ab2b-64ace9832bd0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "f6e121a0-a57f-49e0-8e84-03d4afe0e29c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679644874969,
  "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